 body { 
  overflow-x: hidden;
  }

  /*  Enable smooth scrolling on the whole document */
  html {
    scroll-behavior: smooth;
  }

/* Snow effect */
  #snow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
  } 

 /* navbar  hover top & bottom */
  .nav-item a:hover {
    color: #198754!important;
  }
  .ftr a:hover {
    color: #198754;
  }
 
 /* Drop shadow for navbar */
   .navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

/* Background images for iv-vitamin-therapy.html page */
#injections {
  background-image: url('../images/iv_vitamins.webp'), url('../images/vitamin_injections_orange.webp');
  background-position: right 80px, left 110px;
  background-repeat: no-repeat, no-repeat;
}

/* Background images for iv-vitamin-therapy.html page */
#iv {
  background-image: url('../images/iv_vitamins.webp'), url('../images/iv_vitamin-therepy.webp');
  background-position: right 80px, left 110px;
  background-repeat: no-repeat, no-repeat;
}

/* Background images for contact.html page */
#contact {
  background-image: url('../images/contact.webp'), url('../images/natural-therapy.webp');
  background-position: right 80px, left 110px;
  background-repeat: no-repeat, no-repeat;
}

/* Background images for price-list.html page */
#prices {
  background-image: url('../images/vitamin_injections.webp'), url('../images/reflexology.webp');
  background-position: right 80px, left 100px;
  background-repeat: no-repeat, no-repeat;
}

/* Background images for foot-reflexology.html page */
#foot {
  background-image: url('../images/foot-reflexology.webp');
  background-position: left 100px;
  background-repeat: no-repeat;
}

/* Background images for cupping.html page */
#cupping {
  background-image: url('../images/cupping1.webp'), url('../images/cupping2.webp');ggg
  background-position: right 80px, left 110px;
  background-repeat: no-repeat, no-repeat;
}

/* Background images for hirudotherapy.html page */
#hirudotherapy {
  background-image: url('../images/leech1.webp');
  background-position: left 100px;
  background-repeat: no-repeat;
}

/* Background images for bioresonance.html page */
#bior {
  background-image: url('../images/bioresonance1.webp');
  background-position: left 100px;
  background-repeat: no-repeat;
}

/* Background images for herbalism.html page */
#herbalism {
  background-image: url('../images/herbalism.webp');
  background-position: left 100px;
  background-repeat: no-repeat;
}

/* Lower banner type images for full page above 1920p page */
.image-container {
  width: 100%;
  height: 450px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

/* Certificate */
  .picture2 {
    display: none;
  }
  .picture4 {
    display: none;
  }
  .picture6 {
    display: none;
  }
  
/* Certificates background */
  .picture1 {
    background-image:url(../images/vitamin_injections_certificate_large.webp);
    background-repeat:no-repeat;
    background-size:cover;
  }
  .picture2 {
    background-image:url(../images/vitamin_injections_certificate.webp);
    background-repeat:no-repeat;
    background-size:cover;
  }
  .picture3 {
    background-image:url(../images/acupressure_certificate_large.webp);
    background-repeat:no-repeat;
    background-size:cover;
  }
  .picture4 {
    background-image:url(../images/acupressure_certificate.webp);
    background-repeat:no-repeat;
    background-size:cover;
  }
  .picture5 {
    background-image:url(../images/acupressure_certificate_large2.webp);
    background-repeat:no-repeat;
    background-size:cover;
  }
  .picture6 {
    background-image:url(../images/acupressure_certificate2.webp);
    background-repeat:no-repeat;
    background-size:cover;
  }

  .thumbnail:hover .picture1 {
    display: none;
  }
  
  .thumbnail:hover .picture2 {
    display: block;
  }

  .thumbnail:hover .picture3 {
    display: none;
  }
  
  .thumbnail:hover .picture4 {
    display: block;
  }
  
  .thumbnail:hover .picture5 {
    display: none;
  }
  
  .thumbnail:hover .picture6 {
    display: block;
  }

  .fade-in {
    animation: fadeIn ease 1.25s;
    -webkit-animation: fadeIn ease 1.25s;
    -moz-animation: fadeIn ease 1.25s;
    -o-animation: fadeIn ease 1.25s;
    -ms-animation: fadeIn ease 1.25s;
  }

/* Allows the space for capsule images */
  .vitamins img{
  min-width: 70px;
  max-width: 107px;
  }

/* This changes all the animations globally, not just the carousel text */
  :root {
    --animate-delay: 4.5s;
  }

/* Carousel text */
  .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    color: #fff;
    text-shadow: 3px 3px 0px #000000;
    font-size: 140% !important;
  }

 .carousel-caption h1 {
   font-size: 4.5rem;
  }

 .carousel-caption h2 {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    color: red;
    text-shadow: 2px 2px 0px #000000;
    font-size: 160% !important;
  }

 .carousel-caption p {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    color: red;
    text-shadow: 2px 2px 0px #000000;
    font-size: 120% !important;
  }

/* Stops any blur on half pixel positions */
.carousel-item {
    -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Allow space for sticky menu at the top */
  .section {
    scroll-margin-top: 2em;
  }

/* Container for the heart */
  #wrapper {
    animation:pulse 2s infinite;
  }

  #pulsingheart { 
    position: relative; 
    width: 100px; 
    height: 90px;
  } 

  #pulsingheart:before, #pulsingheart:after { 
    position: absolute; 
    content: ""; 
    left: 50px; 
    top: 0; 
    width: 50px; 
    height: 80px; 
    background: #aa0000; 
    border-radius: 50px 50px 0 0; 
    transform: rotate(-45deg);  
    transform-origin: 0 100%;
    animation:pulsecolor 1s infinite;
  } 

  #pulsingheart:after { 
    left: 0; 
    transform: rotate(45deg); 
    transform-origin :100% 100%;
    animation:pulsecolor 1s infinite;
  }

@keyframes pulse {
    10% {transform: scale(1.1)}
  }

@keyframes pulsecolor {
  10% {background: #dd0000}
  }

/* Paralex*/
  .mosh-call-to-action-area {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
  }

  .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-overlay, .bg-overlay-white {
    position: relative;
    z-index: 1;
  }

  .section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
 }

/* -------------------------
:: 10.0 CTA Area
------------------------- */

  .mosh-call-to-action-area {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
  }

  .cta-content .section-heading {
    margin-bottom: 0;
  }

  .cta-content .section-heading  h2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 44px;
  }

  .cta-content .section-heading  h3 {
    margin-bottom: 40px;
    color: #fff;
  }

  .bg-overlay,
  .bg-overlay-white {
    position: relative;
    z-index: 1;
  }

  .bg-overlay:after,
  .bg-overlay-white:after {
    background-color: rgba(33, 27, 49, 0.48);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
  }

  a {
    color: #00478F;
    text-decoration: none;
    background-color: transparent;
  }

  #scrollUp {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    font-size: 24px;
    line-height: 80%;
    border: none;
    outline: none;
    opacity: 0.4;
    color: white;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
  }

  #scrollUp:hover {
    opacity: 0.8;
  }

  .sidebar img {
    box-shadow: 2px 2px 5px #666;
  }

  .footer {
    background: rgba(45, 136, 45, 0.15);
  }

  .footer .logos {
    background: rgba(45, 136, 45, 0.15);
  }

  /* Contact form */

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.sidebar img{
  box-shadow: 2px 2px 5px #666;
}
.sidebar {
    margin: 0px 0px 0;
}

.thumb {
  border: solid 6px white;   
  width: 100%;
}

.peak { max-width: 229px;
}

.darkgreen {
      color: #0E5333!important;
}

/* -------------------------
:: Media Quieries
------------------------- */
/* Allow space for sticky menu at the top */
@media (max-width: 991px) {
  .section {
    scroll-margin-top: 12em;
  }
}

/* Positions telephone number left  on mobile menu */
@media (max-width: 991px) {
  .tel {
    width: 100% !important;
  }
} 

/* Allow space for sticky menu at the top @ various resolutions  */
@media (min-width: 992px) and (max-width: 1142px) {
  .call {
    display: none;
  }
} 

/* Allow space for sticky menu at the top @ various resolutions  */
@media (min-width: 800px) and (max-width: 991px) {
  .section {
    scroll-margin-top: 12em;
  }
}     

/* Allow space for sticky menu at the top @ various resolutions  */
@media (min-width: 700px) and (max-width: 799px) {
  .section {
    scroll-margin-top: 12.5em;
  }
}      

/* Allow space for sticky menu at the top @ various resolutions  */
@media (min-width: 600px) and (max-width: 699px) {
  .section {
    scroll-margin-top: 13em;
  }
}     

/* Allow space for sticky menu at the top @ various resolutions  */
@media (min-width: 450px) and (max-width: 599px) {
  .section {
    scroll-margin-top: 13.5em;
  }
}     

/* Allow space for sticky menu at the top @ various resolutions  */
@media (min-width: 200px) and (max-width: 449px) {
  .section {
    scroll-margin-top: 14em;
  }
}     

/* media query for the background images for iv-vitamin-therapy.html page, removes left image on small screens */
@media (min-width: 200px) and (max-width: 680px) {
  #injections {
   background-image: url('../images/iv_vitamins.webp')!important;
   background-position: right 80px;
   background-repeat: no-repeat;
  }
}             

/* media query for the background images for iv-vitamin-therapy.html page, removes left image on small screens */
@media (min-width: 200px) and (max-width: 680px) {
  #iv {
   background-image: url('../images/iv_vitamins.webp')!important;
   background-position: right 80px;
   background-repeat: no-repeat;
  }
}                       

/* media query for the background images for price-list.html page, removes left image on small screens */
@media (min-width: 200px) and (max-width: 860px) {
  #prices {
   background-image: url('../images/reflexology.webp')!important;
   background-position: left 100px;
   background-repeat: no-repeat;
  }
}                        

/* media query for the background images for price-list.html page, removes left image on small screens */
@media (min-width: 200px) and (max-width: 860px) {
  #contact {
   background-image: url('../images/contact.webp')!important;
   background-position: right 100px;
   background-repeat: no-repeat;
  }
}  