@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=BenchNine:wght@300;400;700&family=Cinzel:wght@400..900&display=swap");
#sub-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-box-shadow: 1px 1px 4px #0000001a;
          box-shadow: 1px 1px 4px #0000001a;
}

#sub-nav div {
  margin: 0.5rem;
}

#sub-nav div a {
  margin: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--orange-nkf);
}

.navbar-brand img {
  width: 80px;
}

.banner-title {
  font-family: 'Cinzel';
  font-weight: bold;
}

#intro {
  position: relative;
  overflow: hidden;
}

#intro .image-holder {
  position: relative;
}

#intro h1 {
  color: #ec6026;
  text-shadow: 2px 2px 1px black;
}

#intro img {
  width: 100%;
  max-height: 1024px;
}

.kung-fu-details {
  max-height: 714px;
}

.kung-fu-details .description-page-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kung-fu-details .description-page-wrapper .wrapper {
  height: 100%;
  position: relative;
}

.kung-fu-details .description-page-wrapper .wrapper h1 {
  position: absolute;
  top: 25%;
}

.kung-fu-details .description-page-wrapper .wrapper p {
  position: absolute;
  bottom: 0;
  color: white;
  font-weight: 400;
  text-shadow: 2px 2px 1px black;
}

.cours h2 {
  text-underline-offset: 5%;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .cours h2 {
    margin-bottom: 50px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 775px) {
  .cours h2 {
    margin-bottom: 50px;
  }
}

.cours .schedules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7.5%;
}

@media screen and (min-width: 475px) {
  .cours .schedules {
    margin-top: 3.5%;
  }
}

@media screen and (min-width: 615px) {
  .cours .schedules {
    margin-top: 2.5%;
  }
}

.cours .schedules div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cours .schedules h5 {
  font-size: 2.5rem;
}

@media screen and (min-width: 500px) {
  .cours .schedules h5 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 615px) {
  .cours .schedules h5 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 775px) {
  .cours .schedules h5 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 875px) {
  .cours .schedules h5 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .cours .schedules h5 {
    font-size: 3rem;
  }
}

.cours .schedules p {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 775px) {
  .cours .schedules p {
    font-size: 2rem;
  }
}

#activities, #tai-ji-quan {
  position: relative;
}

@media screen and (max-width: 550px) {
  #activities .detail h2, #tai-ji-quan .detail h2 {
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  #activities .key-words-wrapper, #tai-ji-quan .key-words-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media screen and (max-width: 1500px) {
  #activities .key-words-wrapper .key-words, #tai-ji-quan .key-words-wrapper .key-words {
    width: 40.333333% !important;
  }
}

@media screen and (max-width: 550px) {
  #activities a, #tai-ji-quan a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#activities .image-holder, #tai-ji-quan .image-holder {
  position: relative;
}

#activities .image-holder p, #tai-ji-quan .image-holder p {
  position: absolute;
  bottom: 0;
  left: 5%;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1rem;
  color: white;
}

#activities #helper-kung-fu {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#activities .image-holder {
  width: 100%;
  height: 100%;
}

#activities .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#tai-ji-quan #helper-tai-ji-quan {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#tai-ji-quan .image-holder {
  width: 100%;
  height: 100%;
}

#tai-ji-quan .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#our-rooms h2 {
  text-align: center;
}

#our-rooms .nkf-presentation {
  max-height: 431px;
}

#announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff3422;
}

#announcement p {
  color: #ececec;
  font-weight: bold;
  font-size: 1.25rem;
}

#location {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  #location {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

#location h2 {
  margin-bottom: unset;
  padding-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  #location h2 {
    padding-bottom: 3rem;
  }
}

#location #helper-location {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#location .location-wrapper {
  text-align: center;
}

@media screen and (min-width: 992px) {
  #location .location-wrapper {
    text-align: unset;
  }
}
/*# sourceMappingURL=custom-style.css.map */