body { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  background-color: #f1f0eb;
  /* color:#424242; */
}
                 /* TYPOGRAPHY
  -------------------------------------------------- */

p {
  line-height: 1.7;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
p.lead {
  line-height: 1.4;
}
@keyframes textGradientAnimation {
  0% {
    background-position: 50% 30%;
  }
  25% {
    background-position: 100% 10%;
  }
  50% {
    background-position: 100% 90%;
  }
  75% {
    background-position: 60% 90%;
  }
  100% {
    background-position: 50% 30%;
  }
}
.text-gradient {
  background: radial-gradient(circle at 30%,#d419ae 30%,#3ab4c1 60%);
  background-size: 300% 300%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  animation: textGradientAnimation 8s ease-in-out infinite;
  -webkit-animation: textGradientAnimation 8s ease-in-out infinite;
}
.text-gradient-light {
  background: radial-gradient(circle at 30%,#c3dce6 30%,#3ab4c1 60%);
  background-size: 300% 300%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  animation: textGradientAnimation 8s ease-in-out infinite;
  -webkit-animation: textGradientAnimation 8s ease-in-out infinite;
}
.text-gradient-light {
  background: radial-gradient(circle at 30%,#c3dce6 30%,#8bd6de 60%);
  background-size: 300% 300%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  animation: textGradientAnimation 8s ease-in-out infinite;
  -webkit-animation: textGradientAnimation 8s ease-in-out infinite;
}

.list-group-item {
  background-color: #f1f0eb;
}


                  /* CUSTOM BUTTONS
  -------------------------------------------------- */
.btn {
  font-weight: 600;
}

.btn-custom {
  border-color: #168995;
  color: #fff;
  background-color: #168995;
}
.btn-custom:hover {
  color: #168995;
  background-color: #c3dce6;
  border-color: #809799;
}
                /* FONT AWESOME SOCIAL
  -------------------------------------------------- */
.social-1 li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 200ms ease-in;
}
.social-1 li a i.fa-facebook {
  background-color: #3b5998;
}
.social-1 li a i.fa-linkedin {
  background-color: #0E76A8 !important;
}
.social-1 li a i.fa-yelp {
  background-color: #cb2027;
}
.social-1 li a i.fa-google {
  background-color: #5286ec;
}
.social-1 li a i:hover {
  opacity: .8;
}
.icon-square i, .social-1 li a i {
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
}
.social-1 li {
margin-right: 0.4em;
margin-bottom: 0.4em;
}
                   /* COVER HERO HEADER
  -------------------------------------------------- */

#hero {
    background-image: linear-gradient(239deg, rgba(238,45,50,0.1) 0%, rgba(40,55,86,0.2) 100%), url("../img/NY_img/BC-sportsklinik-laserterapi-cover-555x655.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (min-width: 768px) {
 #hero {
    background-image: linear-gradient(239deg, rgba(238,45,50,0.1) 0%, rgba(40,55,86,0.2) 100%), url("../img/NY_img/BC-sportsklinik-laserterapi-cover-1024x655.jpg");
    height: 60vh;
}
}
@media (min-width: 992px) {
 #hero {
    background-image: linear-gradient(239deg, rgba(238,45,50,0.1) 0%, rgba(40,55,86,0.2) 100%), url("../img/NY_img/BC-sportsklinik-laserterapi-cover-1600x720.jpg");
    height: 50vh;
} 
  }

                   /* TOP BAR
  -------------------------------------------------- */
  .txt-sm {
    font-size: 0.75rem;
}
  #header-top{
    background-color: #75848a;
  }
  #header-top li {
    color: #c3dce6;
    padding-right: 0.8rem;
}
  #header-top a {
    color: #FFF;
    text-decoration: none;
}
   /* NAV BAR CUSTOM
  -------------------------------------------------- */
  .bg-custom-main {
    background: #809799;
  }
  .navbar-custom {
    background: #809799; 
  }
  .navbar-brand {
    color:#c3dce6 !important;
    font-style: normal;
    text-transform: uppercase;
  }
  .navbar-brand:hover, .nav-item a:active {
  	color:#fff !important; 
	}
  .nav-item a {
    color: #c3dce6;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
  }
  .nav {
    --bs-nav-link-padding-x: 0.5rem;
  }
  .navbar-custom .navbar-nav>ul>li>a {
    color: #c3dce6;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 0.8rem;
  }
  /* DROPDOWN */
  .navbar .dropdown-menu li a {
    color: #c3dce6;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 15px;
    border-bottom: solid 1px #eee;
    line-height: 1.42857143;
  }
  .dropdown-menu {
    background-color: #809799;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color:#168995;
}
.nav-link:focus, .nav-link:hover {
  color:#c3dce6;
}

  /* TOGGLER  */
  .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(195, 220, 230, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
  .custom-toggler .navbar-toggler {
  border-color: #809799;
} 
.navbar-toggler:focus {
box-shadow: 0 0 0 #809799;
color: rgb(65 65 65 / 65%);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex!important;
      flex-basis: auto;
      justify-content: flex-end;
      }
  }
  
/* Featurettes
  -------------------------------------------------- */
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 4rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 28rem;
  }
  
    /* Jumbotron IMG headline
  ------------------------- */
  .bg-image {
    background-image: url('../img/NY_img/BC-sportsklinik-laserterapi-headline-1400x350.jpg');
    background-position: center center;
    background-size: cover;
  }
  .bg-image-ems {
    background-image: url('../img/NY_img/pelvis-1400x350.webp');
    background-position: center center;
    background-size: cover;
  }
  .bg-gradient-custom {
    background: rgb(24 137 149);
    background: linear-gradient(283deg, rgb(24 137 149) 0%, rgb(44 48 52) 100%);
  }

/* GOOGLE MAP */
  #map-canvas {
    width: 100%;
    height: 30vh;
}

/* MODAL */
.btn-close {
  background: #c3dce6 var(--bs-btn-close-bg) center/1em auto no-repeat;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
