.img-h-75 {
  max-height: 75%;
}

.img-h-50 {
  max-height: 50%;
}

body {
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .mobile-only a {
    color: #f10500;
  }
  .content-main .content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-main .content .logo {
    text-align: center;
    transition-duration: 512ms;
    opacity: 0;
    transform: rotateZ(-90deg);
  }
  .content-main .content .logo img {
    height: 120px;
  }
  .content-main .content .logo.animated {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  .content-main .content .content-text {
    padding: 3rem 0;
  }
  .content-main .content .content-text h2, .content-main .content .content-text p {
    text-align: center;
    color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .content-main {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-content: stretch;
  }
  .content-main .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-main .content .logo {
    text-align: center;
    transition-duration: 512ms;
    opacity: 0;
    transform: rotateZ(-90deg);
  }
  .content-main .content .logo img {
    height: 200px;
  }
  .content-main .content .logo.animated {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  .content-main .content .content-text {
    padding: 3rem 0;
  }
  .content-main .content .content-text h2, .content-main .content .content-text p {
    text-align: center;
    color: #000000;
  }
}
.nav-container {
  position: relative;
  background-color: #ffffff;
}
.nav-container .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0;
  z-index: 1200;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
}
.nav-container * {
  color: #2b2b2b;
}

.img-w-320 {
  width: 320px !important;
}

.nav-link:visited {
  color: #EC9A84 !important;
}
.nav-link.active, .nav-link:hover {
  color: #b9b9b9 !important;
}

.scrollTop {
  opacity: 0;
  transition-duration: 260ms;
  background-color: #f1f1f1;
  padding: 1.5rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
}
.scrollTop.attached {
  opacity: 1 !important;
}
.scrollTop svg {
  width: 16px;
  height: 16px;
}
.scrollTop svg path {
  fill: #2b2b2b;
}

.jumbo-background {
  background-color: #EC9A84;
  position: relative;
  min-height: 634px;
  margin-top: 75px;
}

.jumbo-background-gastro {
  background-color: #B0D8BC !important;
}

.jumbo-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.jumbo-image .mask-layer {
  -webkit-mask-image: url(../images/pill-outline.svg);
  mask-image: url(../images/pill-outline.svg);
  mask-position: top right;
  mask-repeat: no-repeat;
  mask-size: 80%;
  height: 634px;
  position: relative;
  overflow: hidden;
}
.jumbo-image .mask-layer .mask-image {
  background: url(../images/img-header.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 651px) and (max-width: 1080px) {
  .jumbo-image {
    width: 65%;
  }
  .jumbo-image .mask-layer {
    mask-size: 100%;
  }
}
@media screen and (max-width: 650px) {
  .jumbo-image {
    width: 100%;
  }
  .jumbo-image .mask-layer {
    mask-position: top left;
    mask-size: 150%;
  }
}
.h-570 {
  height: 570px;
}

footer {
  color: #000000;
  padding: 5rem 0;
  background-color: rgba(0, 0, 0, 0.025);
}

footer a {
  color: #f10500;
  text-decoration: none;
  position: relative;
}
footer a:hover:after {
  content: " ";
  width: 100%;
  background-color: #f10500;
  position: absolute;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=additions_koovoo_white.css.map */
