html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #00117e;
  text-align: left;
  background-image: url(../../assets/img/kajun-background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: #002b78;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #1400ff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0d00ad;
  text-decoration: none;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #00117e;
  text-shadow: .5px .5px #accafc;
}

.h1, h1 {
  font-size: 24px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .h1, h1 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: 38px;
  }
}

.h2, h2 {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 576px) {
  .h2, h2 {
    font-size: 26px;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 32px;
    font-weight: 700;
  }
}

.h3, h3 {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .h3, h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .h3, h3 {
    font-size: 26px;
  }
}

.h4, h4 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .h4, h4 {
    font-size: 24px;
  }
}

.bg-lt-blue {
  background: #9abefb;
}

#specials .special-bg {
  background-color: #8FB5F0;
  border-radius: 10px;
  padding: 0 15px;
  border: 4px solid rgba(0,43,120,0.25);
}

#specials .special-text {
  font-size: 36px;
  line-height: 1.0;
  color: #b40000;
  margin: 10px 0 0 0;
}

@media (min-width: 576px) {
  #specials .special-text {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  #specials .special-text {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  #specials .special-text {
    font-size: 56px;
  }
}

#specials .special-pricetext {
  font-family: 'Work Sans';
  font-weight: 700;
  font-size: 30px;
  color: #b40000;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  #specials .special-pricetext {
    font-family: 'Work Sans';
    font-size: 56px;
  }
}

@media (min-width: 576px) {
  #specials .special-pricetext-aster {
    position: relative;
    top: -14px;
  }
}

#specials .btn.btn-primary {
  font-size: calc(14px + 1vw);
  line-height: 1.4;
}

@media (min-width: 576px) {
  #specials .btn.btn-primary {
    font-size: 28px;
  }
}

.cyber-bg {
  position: relative;
  background-color: #6194E9;
  padding: 0 30px;
  border: 5px solid #8FB5F0;
  z-index: 999;
}

@media (min-width: 768px) {
  .cyber-bg {
    background-image: url(../../assets/img/bb-pic.jpg);
    background-position: 0% 85%;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .cyber-bg {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px black;
    background-image: url(../../assets/img/bb-pic.jpg);
    background-position: 0% 60%;
    background-repeat: no-repeat;
  }
}

.cyber-bgbb {
  position: relative;
  background-color: #6194E9;
  padding: 0 30px;
  border: 5px solid #8FB5F0;
  z-index: 999;
}

@media (min-width: 768px) {
  .cyber-bgbb {
    background-image: url(../../assets/img/bb-pic.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .cyber-bgbb {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px black;
    background-image: url(../../assets/img/bb-pic.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
}

.content-bg {
  position: relative;
  background-color: #73a0ed;
  padding: 0 30px;
  border: 5px solid #8FB5F0;
  z-index: 999;
}

@media (min-width: 576px) {
  .content-bg {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px black;
  }
}

@media (max-width: 767px) {
  #firstitem {
    margin-top: 10px;
  }
}

.att-text {
  font-family: 'Roboto Condensed';
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  text-shadow: .5px .5px #accafc;
}

@media (min-width: 768px) {
  .att-text {
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  .att-text {
    font-size: 56px;
    font-weight: 700;
  }
}

.att-text-sm {
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: .5px .5px #accafc;
}

@media (min-width: 576px) {
  .att-text-sm {
    font-size: 36px;
  }
}

.att-text-sub {
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: .5px .5px #accafc;
}

@media (min-width: 992px) {
  .att-text-sub {
    font-size: 28px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .att-text-sub {
    font-size: 34px;
    font-weight: 700;
  }
}

.btn:not(:disabled):not(.disabled) {
  background-color: rgb(188,0,0);
  transition: all .3s;
  box-shadow: none;
  border-width: 0px;
  border-radius: 5px;
  font-weight: 700;
}

.btn:not(:disabled):not(.disabled):hover {
  background-color: rgb(255,0,0);
  transition: all .3s;
}

.signup-but {
  font-size: calc(12px + 2vw);
  border-radius: 5px !important;
}

@media (min-width: 576px) {
  .signup-but {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .signup-but {
    padding: 10px 40px;
    font-size: 36px;
  }
}

.modal-open .modal {
  background-color: rgba(0,0,0,0.5);
}

.modal-heading {
  font-family: 'Roboto Condensed';
  font-size: 24px;
}

@media (min-width: 576px) {
  .modal-heading {
    font-family: 'Roboto Condensed';
    font-size: 36px;
  }
}

.modal-title {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 576px) {
  .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.modal-header .close {
  padding: 5px;
}

.table {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .table-hours {
    max-width: 260px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .button-highlight {
    font-size: 28px;
  }
}

.embed-responsive-md {
  height: 490px;
  max-width: 360px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .embed-responsive-md {
    height: 500px;
    max-width: 340px;
    margin: 0 auto;
  }
}

iframe {
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.text-md-blue {
  color: #0030aa;
  text-shadow: .5px .5px #accafc;
}

.text-dk-blue {
  color: #00117e;
  text-shadow: .5px .5px #accafc;
}

.text-red {
  color: #b40000;
  text-shadow: .5px .5px #8fb5f0;
}

.text-red2 {
  color: #b40000;
}

.text-black {
  color: #000;
}

#afterSchool .fa-li {
  font-size: 25px !important;
  line-height: 1.0;
  color: #b40000 !important;
  top: -1px;
  margin-left: 4px;
}

#afterSchool li {
  margin-left: -5px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  text-shadow: .5px .5px #accafc;
}

@media (min-width: 576px) {
  #afterSchool li {
    font-size: 20px;
    line-height: 1.3;
  }
}

.student-info-bg {
  background-image: url(../../assets/img/Kajun-Martial-Arts-Link-Logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 250px;
}

.student-info-but {
  width: 300px;
  opacity: .8;
  font-size: 30px;
  text-shadow: 0px 0px 4px black;
  border-radius: 30px !important;
}

#cybernav .nav-item {
  margin-top: 2px;
  background: #8fb5f0;
  font-size: 16px;
  transition: all .3s;
}

#cybernav .nav-item:hover {
  background: #accafc;
  transition: all .3s;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #accafc;
  background-clip: border-box;
  border: 4px solid rgba(0,43,120,0.25);
  border-radius: 15px;
}

.card p {
  font-size: 16px;
}

#cf .social-networks {
  font-size: 32px;
  color: #ffffff;
  transition: 0.2s;
}

#cf .social-networks a {
  font-size: 32px;
  color: #007bff;
  padding: 3px;
  margin: 0 6px;
  border-radius: 5px;
  background: rgb(238,238,238);
}

#cf .fa {
  width: 36px;
}

#cf .social-networks a:hover {
  text-decoration: none;
  transition: all .3s;
}

#cf .instagram:hover {
  color: #ff00e6;
  transition: all .3s;
}

#cf .youtube:hover {
  color: #ff0000;
  transition: all .3s;
}

#cf .twitter:hover {
  color: #00aced;
  transition: all .3s;
}

#cf .facebook:hover {
  color: #329eff;
  transition: all .3s;
}

#btop-but:before {
  position: absolute;
  content: "";
  background: rgb(0,0,0);
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 5px;
  font-size: 34px;
  line-height: 30px;
  height: 35px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

#btop-but a {
  color: #ffffff !important;
}

.sched-link {
  background: #accafc;
  border-radius: 5px;
  padding: 3px 8px 2px 8px;
  transition: all .3s;
}

.sched-link:hover {
  background: #c7dcff;
  transition: all .3s;
}

@media (max-width: 500px) {
  #rc-anchor-container {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

