.body {
  background-color: #1a1a1a;
  font-family: Bitter, serif;
  color: #fff;
  font-weight: 400;
}

.header {
  height: auto;
  padding: 0px 0px 0px 100px;
  text-align: left;
}

.pagecontent {
  text-align: center;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fc0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  border: 1px solid transparent;
  color: #fffefc;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  color: #a00;
  text-decoration: none;
}

.footer-link.w--current {
  color: #a00;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.siteheading {
  position: static;
  left: 225px;
  top: 20px;
  margin-top: 10px;
  color: #fc0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.image {
  display: inline;
}

.h2 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
}

.pagetext {
  font-size: 20px;
  line-height: 24px;
}

.landingdesc {
  height: 517px;
  background-image: url('../images/GroupPhoto_Blackbelts.PNG');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.headerlogo {
  position: static;
  left: auto;
  top: 5px;
  right: 10px;
  bottom: auto;
  width: 200px;
  height: 200px;
  float: right;
}

.navbar {
  position: static;
  background-color: #1a1a1a;
  text-align: center;
}

.nav-link-2 {
  font-size: 14px;
}

.navlink {
  color: #fc0;
  font-size: 20px;
}

.navlink:hover {
  color: #a00;
}

.navlink:focus {
  color: #a00;
}

.navlink.w--current {
  color: #a00;
}

.nav-menu {
  position: relative;
  left: auto;
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  text-align: center;
}

.headerlinklogo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.headerlinklogo.w--current {
  margin-right: 40px;
  float: right;
}

.heading {
  font-weight: 400;
}

.headingmotto {
  color: #fff;
  font-weight: 400;
}

.sectionheading {
  color: #fc0;
  font-weight: 400;
}

.sectionheading.small {
  font-size: 26px;
  line-height: 28px;
}

.sectionheading.red {
  color: #a00;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

.sectionheading.red.large {
  font-size: 44px;
  line-height: 44px;
}

.sectionheading.red.medium {
  font-size: 36px;
}

.instructorbox {
  width: 350px;
  padding-top: 10px;
  border-radius: 25px;
  background-color: #3b3b3b;
}

.instructorname {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fc0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

.instructorname.red.large {
  font-size: 30px;
}

.instructorname.white {
  color: #fff;
}

.instructorname.white.nospace {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.instructorname.large {
  font-size: 30px;
}

.text-block {
  line-height: 30px;
}

.instructortitle {
  color: #fc0;
  font-size: 22px;
  line-height: 24px;
}

.instructortitle.white {
  color: #fff;
}

.instructortitle.large {
  font-size: 24px;
  line-height: 24px;
}

.instructortitle.left {
  text-align: left;
}

.instructortitle.left.small {
  padding-top: 10px;
  font-size: 20px;
  line-height: 26px;
}

.instructorrank {
  margin-bottom: 20px;
  color: #fc0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.instructorrank.justified {
  margin-bottom: 0px;
  text-align: justify;
}

.instructorrank.justified.large {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.instructorrank.justified.large.yellow {
  color: #fc0;
  line-height: 26px;
}

.instructorrank.justified.large.red {
  color: #a00;
  font-size: 28px;
  line-height: 28px;
  text-shadow: 1px 1px 0 #fff;
}

.instructorrank.yellow {
  color: #fc0;
  font-size: 20px;
  line-height: 22px;
}

.instructorrank.yellow.right {
  text-align: right;
}

.instructorrank.yellow.left {
  text-align: left;
}

.instructorrank.white {
  color: #fff;
}

.instructorrank.large {
  font-size: 24px;
  line-height: 24px;
}

.instructorrank.large.leftjust {
  text-align: justify;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area";
  text-align: center;
}

.sectiondiv {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sectiondiv.graybg {
  background-color: #2e2e2e;
  text-align: center;
}

.sectiondiv.darkgraybg {
  background-color: #242222;
  font-size: 20px;
  line-height: 0px;
}

.senseiphoto {
  width: 250px;
  height: auto;
  border-style: none;
  border-width: 5px;
  border-color: #fc0;
  border-radius: 75px;
}

.mainslider {
  height: 500px;
  background-color: transparent;
}

.slider_img-logo {
  background-image: url('../images/DragonPatch1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderimg-adults1 {
  background-image: url('../images/GroupPhoto-Adults-1.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderimg_brownbelts-1 {
  background-image: url('../images/GroupPhoto_Kobudo-Sci-1.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.listitem {
  margin-top: 10px;
  color: #fc0;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}

.listitem.small {
  font-size: 20px;
}

.listitem.small.yelllow {
  color: #fc0;
}

.listitem.red {
  color: #a00;
}

.listitem.red.nowhite {
  text-shadow: none;
}

.listitem.yellow {
  color: #fc0;
}

.listitem.white {
  color: #fdfdfd;
}

.listitem.medium {
  font-size: 22px;
  line-height: 22px;
}

.sliderimg-kids1 {
  background-image: url('../images/GroupPhoto_KidsGreenBelts-1.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderimg-kids2 {
  background-image: url('../images/GroupPhoto_KidsYellowBelts-1.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column {
  height: 100%;
}

.sliderimg-kids3 {
  background-image: url('../images/GroupPhoto_KidsWhiteBelts-1.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderimg-brownbelts2 {
  background-image: url('../images/GroupPhoto_BrownBelts-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderimg-kids5 {
  background-image: url('../images/GroupPhoto_KidsYellowBelts-2.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderimg_kobudo-sci-1 {
  background-image: url('../images/GroupPhoto_Kobudo-Sci-1.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderimg_kobudo-bostaff-1 {
  background-image: url('../images/GroupPhoto_Kobudo-BoStaff-1.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallerybox {
  width: 20%;
  margin: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.formlabel {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.button {
  border-radius: 15px 0px;
  background-color: #a00;
  font-size: 20px;
  line-height: 25px;
}

.sliderimg-adults2 {
  background-image: url('../images/GroupPhoto_Adults-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.historytree {
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.historytree.bottom {
  margin-bottom: 20px;
}

.red {
  color: #a00;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #fff;
}

.locations {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.white {
  color: #fff;
}

.teachinghistory {
  width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text {
  color: #fc0;
}

.yellow {
  color: #fc0;
  font-weight: 400;
}

.karatekenpokobudo {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.list {
  list-style-type: disc;
}

.redbullet {
  color: #a00;
}

.historyline {
  position: relative;
  top: -32px;
  display: block;
  margin-bottom: 0px;
  float: none;
  clear: none;
}

.kobudoimg {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fist {
  margin-top: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.phonenumber {
  color: #fff;
  letter-spacing: 1px;
}

.phonenumber:visited {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .siteheading {
    text-align: center;
  }

  .headerlogo {
    display: none;
  }

  .navbar {
    position: relative;
  }

  .nav-menu {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: auto;
    margin-top: 0px;
    float: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #1a1a1a;
  }

  .headerlinklogo.w--current {
    display: none;
    overflow: visible;
  }

  .headingmotto {
    text-align: center;
  }

  .gallerybox {
    width: 30%;
  }

  .menu-button {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 0px;
  }

  .header {
    padding-left: 0px;
  }

  .pagecontent {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .sectiondiv {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallerybox {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .pagecontent {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    display: none;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .siteheading {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .headingmotto {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 28px;
  }

  .sectionheading.red.large {
    font-size: 32px;
    line-height: 32px;
  }

  .sectionheading.red.medium {
    font-size: 30px;
    line-height: 30px;
  }

  .instructorrank.justified {
    text-align: center;
  }

  .instructorrank.justified.large.yellow {
    font-size: 20px;
    line-height: 22px;
  }

  .instructorrank.yellow.right {
    text-align: center;
  }

  .instructorrank.yellow.left {
    text-align: center;
  }

  .sectiondiv {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallerybox {
    width: 80%;
  }

  .teachinghistory {
    width: 95%;
  }

  .karatekenpokobudo {
    width: 90%;
  }

  .redbullet {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 22px;
  }
}

