@font-face {
  font-family: Saol-Standard;
  src: url("../fonts/SaolStandard-Light.otf");

}

@font-face {
  font-family: Saol-Display;
  src: url("../fonts/SaolDisplay-Light.otf");
  /* font-weight: 600; */
}

@font-face {
  font-family: AktivGrotesk-Regular;
  src: url("../fonts/AktivGrotesk-Regular.otf");
}

@font-face {
  font-family: AktivGrotesk-Medium;
  src: url("../fonts/AktivGrotesk-Medium.otf");
  /* font-weight: 400; */
}

@font-face {
  font-family: AktivGrotesk-Light;
  src: url("../fonts/AktivGrotesk-Light.otf");
  /* font-weight: 400; */
}

@font-face {
  font-family: AktivGrotesk-Thin;
  src: url("../fonts/AktivGrotesk-Thin.otf");
  /* font-weight: 400; */
}



body {

}

/* HEADER */

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header .container {
  position: relative;
  z-index: 2;
}
header .container-fluid {
    position: relative;
    z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
.pageHeader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
.zontop {z-index: 2;}
@media (pointer: coarse) and (hover: none) {
  header {

  }
  header video {
    display: none;
  }
}
.lead {
  font-family: Adobe Carlson,Monotype Garamond,Garamond,serif;
font-style: italic;
}
/* FONTS */
h1 {
  font-family: Helvetica Neue Light,Neue Helvetica,Helvetica,sans-serif;
}
h4 {
  font-family: Adobe Carlson,Monotype Garamond,Garamond,serif;
font-style: italic;
}
h3 {font-family: Helvetica Neue Light,Neue Helvetica,Helvetica,sans-serif;letter-spacing: 3px;}

h5 { font-family: Neue Helvetica,Helvetica,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1rem;
letter-spacing: .25em;
line-height: 1.3125em;
text-transform: uppercase;}

h5::after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 10px;
    width: 40px;
}
h6 { font-family: Neue Helvetica,Helvetica,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
letter-spacing: .10em;
line-height: 1.2;
text-transform: uppercase;}
p {
    font-family: Monotype Garamond,Garamond,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    letter-spacing: .02778em;
    line-height: 1.5em;
}
/* BUTTONS */
.btn-dark {border-radius: 0px;
  background:#000;
  border:1px solid #000;
  padding:10px 20px;
  font-family: Neue Helvetica,Helvetica,sans-serif;
font-style: normal;
font-size: 12px;
letter-spacing: .3em;
font-weight: 600;
}
.btn-dark:hover {
  background:#fff;
  border:1px solid #000;
  color:#000;
}
/* NAV bar */
.nav-item {margin:0px 15px;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {

}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-family: Neue Helvetica,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1.33333em;
  text-transform: uppercase;
}
.dropdown-item {
  font-family: Neue Helvetica,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1.33333em;
  text-transform: uppercase;
  padding: 12px 40px;
}
.dropdown-menu {
padding: 20px 0;
border-radius: 0px;
border: none;
box-shadow: 0px 0px 3px #000;
right:0;
left: auto;
}
.googlemap {
        position: relative;
        padding-bottom: 35%; /* 4:3 ratio*/
        height: 0;
        overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* PARRALAX  */
.parallaxContact {
  /* The image used */
  background-image: url("../img/contactBanner.jpg");

  /* Set a specific height */
  height: 560px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxFestive {
  background-image: url("../img/festiveBanner.jpg");
  height: 460px;

  background-size: cover;
}
.parallaxCOTH {
  height: 210px;
  background: #000;
  border-top: 1px solid #fff;
}
.parallax {
  /* The image used */
  background-image: url("../img/Banner2.jpg");

  /* Set a specific height */
  min-height: 560px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  /* The image used */
  background-image: url("../img/banner3a.jpg");

  /* Set a specific height */
  min-height: 560px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
  /* The image used */
  background-image: url("../img/banner1b.jpg");

  /* Set a specific height */
  min-height: 560px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax4 {
  /* The image used */
  background-image: url("../img/BG1Plain.png");

  /* Set a specific height */
  min-height: 480px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax5 {
  /* The image used */
  background-image: url("../img/BG2Plain.png");

  /* Set a specific height */
  min-height: 480px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax6 {
  /* The image used */
  background-image: url("../img/BG3Plain.png");

  /* Set a specific height */
  min-height: 480px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax7 {
  /* The image used */
  background-image: url("../img/BG4Plain.png");

  /* Set a specific height */
  min-height: 480px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax8 {
  /* The image used */
  background-image: url("../img/sparks.jpg");

  /* Set a specific height */
  min-height: 480px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}



/* TABS responsive */
.nav-justified .nav-link {
    background: #000;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
border:1px solid #000;
color:#fff;
}
.nav-justified .nav-link.active {background:#fff;color:#000;border:1px solid #000;}

.nav-justified .nav-item {margin: 0px 2px;}
.card-header {background: transparent;color: #000;border-bottom:0px;}


/* FOOTER */
.footer a {
  color:#b5b5b5;
}

.footer-social-icons {
    display: block;
    margin: 0 auto;
}
ul.social-icons {
    margin-top: 10px;
    margin-bottom: 0px;
border-bottom: 1px solid #4d4d4d;
padding-bottom: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
  padding-right: 20px;
}
.footer ul {
    list-style: none;
    font-size: 22px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.footer {
background-color:#000;
padding:20px 0px;

}
.footer {color:#fff;}
.footer p {color:#fff;
						font-size: 16px;

						}

.footer h5 {

    margin-bottom: 22px;
    color:#fff;
    text-transform: uppercase;
}


.footer span {color:#fff;}
.footer ul { list-style:none; padding-left: 5px;}

.w-copyright {

    font-size: 12px;
    line-height: 50px;
}

h4.saol{
  font-family: Saol-Display;
  font-style: normal;
}

h5.aktiv{
  font-family: AktivGrotesk-Medium;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1576px) {
  .navbar-dark .navbar-nav .nav-link {
  letter-spacing: .1em;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .0;
    padding-left: .0;
}
}
@media only screen and (max-width: 1366px) {
.nav-item {
    margin: 0px 10px;
}

}

@media only screen and (max-width: 1200px) {
.nav-justified .nav-link {letter-spacing: 0px;}
}

@media only screen and (max-width: 768px) {
  .treatments .media {background:#f2f2f2;}
  .treatments {padding:3px;}
  .treatments h6 {font-size:14px;}
  .treatments p {font-size:16px;}
}


@media only screen and (max-width: 576px) {
  .display-4 {font-size: 24px; }
	.display-5 {font-size: 24px; }
	.googlemap {padding-bottom: 65%;}
  .parallaxCOTH {
    height: 140px;}
}
