* {
  box-sizing: border-box;
  color: #333333;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  transition: all 0.15s ease-in-out;
}

body {
  display: block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

section {
  background: #222222;
  margin: 0 auto;
  padding: 60px 100px;
  width: 100vw;
}

h1 {
  font-family: "Bitter", serif;
  font-size: 52px;
  text-align: center;
}

h2 {
  font-family: "Bitter", serif;
  font-size: 24px;
  text-align: center;
}

h3 {
  font-family: "Bitter", serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 1.8;
}

.bold {font-weight: 600;}
.center {text-align: center;}

table {
  border-collapse: collapse;
  border: 1px solid white;
  width: 100%;
}

th, td {
  color: white;
  border-right: 1px solid white;
}

th:last-child, td:last-child {
  border-right: none;
}

th {
  border-bottom: 1px solid white;
  padding: 10px;
  text-transform: uppercase;
}

td {
  padding: 20px;
  vertical-align: top;
}

button {
  cursor: pointer;
}

button:focus, button:active {
  outline: none;
}

ul li {
  font-size: 14px;
  line-height: 1.8;
}

.clear:after {
  clear: both;
  content: '';
  display: block;
}

.left {float: left;}
.right {float: right;}

/* Layout */
.cover {height: 100vh;}

.column2 {width: 50%;}

.column2-33 {width: calc(100% / 3);}

.column2-66 {width: calc(100% / 3 * 2);}

.column3 {width: calc(100% / 3);}

.column4 {width: 25%;}

.coverWrap {
  padding-top: 8vh;
  text-align: center;
}

.coverWrap.half {padding-top: 130px;}

.coverWrap.none {padding-top: 80px;}

.coverWrap h1, .coverWrap h2 {
  color: white;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.coverWrap h1 {margin: 20px 0;}

.coverWrap h2 {font-family: 'Noto Sans', sans-serif; margin: 0 0 40px;}

.copyWrap.darkBG h2, .copyWrap.darkBG p, .copyWrap.darkBG ul li, .descItem h2, .descItem p, .aboutWrap h2, .aboutWrap h3, .aboutWrap p, #schedule h2 {color: white;}

.aboutWrap p {text-align: left;}

.copyWrap {background: white;}

.copyWrap.darkBG {background: #222222;}

.copyWrap .column3, .copyWrap .column4, .copyWrap .column2, .copyWrap .column1, .copyWrap .column2-66, .copyWrap .column2-33 {
  padding: 0 30px;
}

.border {
  border-top: 1px solid #cccccc;
}

.heroImg {
  height: 180px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.heroImg:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.heroImg.large{
  height: 300px;
}

iframe {
  border: 1px solid #aaaaaa;
  display: block;
  width: 100%;
}

/* Navigation */
header {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 100px;
  position: fixed;
  width: 100vw;
  z-index: 10;
}

.heroLogo {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
  height: 30px;
  margin-right: 30px;
}

.navItem {
  color: #dddddd;
  display: block;
  font-weight: 700;
  line-height: 30px;
  margin-right: 30px;
  padding: 0;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.button {
  background: #fcb315;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}

.button:active {
  background: #e8a318;
}

.button.hero {
  font-size: 18px;
  font-weight: 700;
}

.navItem:hover {
  color: #fcb315;
}

.show-menu {
  display: none;
}

#show-menu {
  display: none;
}

/* Home */
/* Hero */
#hero {
  background: #222222;
}

/* Interior */
#about, #program {
  background: url(../assets/bg/about-bw-bg.jpg) center center no-repeat;
  background-size: cover;
}

#program {
  background: url(../assets/bg/programs-bg.jpg) center center no-repeat;
  background-size: cover;
}

#philosophy {
  background: url(../assets/bg/philosophy-bw-bg.png) 66% center no-repeat;
  background-size: 25%;
}

.aboutWrap {
  margin-top: 5vh;
  text-align: center;
}

.aboutItem {
  padding: 30px 20px 0;
  margin: 0 20px;
  text-align: center;
  width: calc((100% / 3) - 40px);
}

.aboutImg {
  border-radius: 50%;
  display: block;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  height: 150px;
  margin: 0 auto;
  width: 150px;
}

.aboutImg:hover, .beforeAfterImg:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.coachImg {
  margin-top: 20px;
  width: 100%;
}

.beforeAfterImg {
  border: 1px solid #cccccc;
  display: block;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  width: 80%;
  margin: 0 auto;
}

/* Program */
.program {
  margin-top: 30px;
}

.schedule {
  padding: 0;
  margin: 0;
}

.schedule li {
  color: white;
  list-style: none;
}


/* Gallery */
#gallery {
  background: url(../assets/bg/gallery-bw-bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.galleryImg {
  padding: 10px;
  width: calc(100% / 3);
}

/* Footer */
footer {
  background: #222222;
  border-top: 1px solid #444444;
  font-size: 14px;
  padding: 60px 100px;
  width: 100vw;
}

footer .links {
  margin-right: 60px;
}

footer a {
  color: #eeeeee;
  display: block;
  line-height: 2;
  text-decoration: none;
}

footer a:hover {
  color: #fcb315;
}

footer .title {
  color: #eeeeee;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.socialWrap {
  margin-top: 8px;
}

.socialItem img {
  height: 36px;
  margin-right: 12px;
  opacity: 0.6;
  width: 36px;
}

.socialItem img:hover {
  opacity: 1;
}

/* Form and Overrides */
.mailWrap {
  background: white;
  margin: 0 auto;
  width: 480px;
}

#mc_embed_signup{
  background:#fff;
  clear:left;
}

#mc_embed_signup_scroll {
  width: 100%;
}

#mc_embed_signup .button {
  background: #fcb315 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  height: auto !important;
  line-height: 1.6 !important;
  padding: 8px 30px !important;
}

#mc_embed_signup .button:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#mc_embed_signup .mc-field-group {
  width: 100%;
}

@media only screen
and (max-width : 736px) {

  /* Pages */
  #philosophy {background: none;}

  /* Layout */
  section {padding: 30px;}

  .column2, .column2-33, .column2-66, .column3, .column4 {
    width: 100%;
  }

  .column2.left, .column2-33.left, .column2-66.left, .column3.left, .column4.left {
    float: none;
  }

  .cover {
    height: initial;
  }

  /* Header */
  .navWrap {
    font-size: 24px;
    padding: 20px 30px;
  }

  .heroLogo {
    height: 36px;
  }

  .show-menu {
    color: white;
    display: block;
    font-size: 36px;
    line-height: 1;
    text-align: center;
  }

  .menu {
    max-height: 0;
    overflow: hidden;
    width: 100%;
  }

  #show-menu:checked +.menu {
    max-height: 100vh;
  }

  .navItem.left, .navItem.right {
    border-top: 1px solid #666666;
    float: none;
    text-align: center;
    padding: 20px;
  }

  .navItem.left:first-child, .navItem.right:first-child {
    border: none;
  }


  /* Footer */
  footer .links.left {
    float: none;
    margin: 0;
  }

  footer a, footer .title {
    font-size: 24px;
  }

  /* Elements */
  .aboutImg {
    height: 400px;
    width: 400px;
  }

  .galleryImg {
    width: 50%;
  }

  .socialItem img {
    height: 96px;
    width: 96px;
    margin-right: 48px;
  }

  .button, .button.hero {
    font-size: 36px;
    margin-bottom: 40px;
  }

  #mc_embed_signup_scroll {
    max-width: none;
    width: 100%;
  }

  #mc_embed_signup .button {
    font-size: 36px !important;
    line-height: 60px !important;
    height: initial !important;
  }
}

@media only screen
and (max-device-width : 736px) {

  /* Pages */
  #philosophy {background: none;}

  /* Layout */

  section {padding: 30px;}

  .column2, .column2-33, .column2-66, .column3, .column4 {
    width: 100%;
  }

  .column2.left, .column2-33.left, .column2-66.left, .column3.left, .column4.left {
    float: none;
  }

  .cover {
    height: initial;
  }

  /* Header */
  .navWrap {
    font-size: 24px;
    padding: 20px 30px;
  }

  .heroLogo {
    height: 60px;
  }

  .show-menu {
    color: white;
    display: block;
    font-size: 60px;
    line-height: 1;
    text-align: center;
  }

  .menu {
    max-height: 0;
    overflow: hidden;
    width: 100%;
  }

  #show-menu:checked +.menu {
    max-height: 100vh;
  }

  .navItem.left, .navItem.right {
    border-top: 1px solid #666666;
    float: none;
    font-size: 36px;
    line-height: 2;
    text-align: center;
    padding: 20px;
  }

  .navItem.left:first-child, .navItem.right:first-child {
    border: none;
  }


  /* Footer */
  footer .links.left {
    float: none;
    margin: 0;
  }

  footer a, footer .title {
    font-size: 36px;
  }

  /* Elements */
  iframe {
    height: 390px;
  }

  .aboutImg {
    height: 400px;
    width: 400px;
  }

  .galleryImg {
    width: 50%;
  }

  .socialItem img {
    height: 96px;
    width: 96px;
    margin-right: 48px;
  }

  .button, .button.hero {
    font-size: 36px;
    margin-bottom: 40px;
  }

  #mc_embed_signup_scroll {
    max-width: none;
    width: 100%;
  }

  #mc_embed_signup .button {
    font-size: 36px !important;
    line-height: 60px !important;
    height: initial !important;
  }
}

@media only screen
and (max-width : 860px) {
  section {padding: 30px;}
  footer {padding: 30px;}

  .navWrap {
    font-size: 16px;
    padding: 10px 30px;
  }

  .heroLogo {
    height: 30px;
  }

  .show-menu {
    color: white;
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .menu {
    max-height: 0;
    overflow: hidden;
    width: 100%;
  }

  #show-menu:checked +.menu {
    max-height: 100vh;
  }

  .navItem.left, .navItem.right {
    border-top: 1px solid #666666;
    float: none;
    text-align: center;
    padding: 20px;
  }

  .navItem.left:first-child, .navItem.right:first-child {
    border: none;
  }

  .galleryImg {
    width: 50%;
  }
}

@media only screen
and (max-width : 1000px) {
  .copyWrap .column3, .copyWrap .column4, .copyWrap .column2, .copyWrap .column1, .copyWrap .column2-66, .copyWrap .column2-33 {
    padding: 0 20px;
  }

  section, header, footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
