button:focus {
  outline: 0 !important;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff2") format("woff2"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url("../fonts/Roboto-Bold-webfont.eot");
  src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff2") format("woff2"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NexaRustSans-Black';
  src: url("../fonts/2EF653_0_0.eot");
  src: url("../fonts/2EF653_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2EF653_0_0.woff2") format("woff2"), url("../fonts/2EF653_0_0.woff") format("woff"), url("../fonts/2EF653_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding-top: 5em;
  background-color: #ffffff;
  font-family: "robotoregular";
  font-size: 10px;
  color: #000000;
  line-height: 2em;
  -webkit-text-size-adjust: none;
}

strong {
  font-family: "robotobold";
}

h1, h2, h3, h4 {
  font-family: "NexaRustSans-Black";
  font-size: 1em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  color: #b20004;
}

p {
  font-size: 1em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1em;
}

header, nav, section {
  overflow: hidden;
}

img {
  display: block;
}

a {
  color: #b20004;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.bold {
  font-family: "robotobold";
}

.anchor {
  display: block;
  height: 6em;
  /*same height as header*/
  margin-top: -6em;
  /*same height as header*/
  visibility: hidden;
}

.button {
  margin-top: 2em;
  padding: .8em 2em;
  color: #ffffff;
  background-color: #b20004;
  font-family: "NexaRustSans-Black";
  border-width: 0;
  border-radius: 0;
}

.button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #990003;
  cursor: pointer;
}

.button:focus {
  background-color: #b20004;
}

nav {
  height: 6em;
  width: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

nav .container-large {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6em;
  margin-right: 2em;
}

@media screen and (max-width: 888px) {
  nav .container-large {
    display: none;
  }
}

nav .container-large .nav-link a {
  font-size: 1.5em;
  font-family: "NexaRustSans-Black";
  color: #ffffff;
  margin: 0 1em;
}

nav .container-large .nav-link a:hover {
  color: gray;
  text-decoration: none;
}

nav .container-large #nbc-abrev a {
  font-size: 2.5em;
  font-family: "NexaRustSans-Black";
  color: #b20004;
  margin: 0 .6em;
}

nav .container-large #nbc-abrev a:hover {
  color: #7f0003;
  text-decoration: none;
}

nav .container-small {
  display: none;
  height: 6em;
  margin-right: 2em;
}

@media screen and (max-width: 888px) {
  nav .container-small {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

nav .container-small #menu-icon {
  background: url("../images/menu.svg") no-repeat center center;
  height: 2em;
  width: 2em;
  display: block;
}

#mobile-menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 6em;
  right: 0;
  z-index: 999;
}

#mobile-menu .container {
  margin: 3em 3em 2em 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mobile-menu .container div {
  margin-bottom: 1em;
}

#mobile-menu .container .nav-link a {
  font-size: 2.5em;
  font-family: "NexaRustSans-Black";
  color: #ffffff;
}

#mobile-menu .container .nav-link a:hover {
  color: gray;
  text-decoration: none;
}

#hero {
  background: url(../images/hero.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1.5em;
}

#hero .container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3em 0;
}

#hero .container img {
  filter: drop-shadow(0em 0em 0.2em rgba(0, 0, 0, 0.8));
  -webkit-filter: drop-shadow(0em 0em 0.2em rgba(0, 0, 0, 0.8));
}

section h2, section h3 {
  text-align: center;
}

.hidden {
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .hidden {
    opacity: 1;
  }
}

section#banner {
  font-size: 1.5em;
  background-color: #b20004;
  padding: 1em 3em 0em 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#about {
  font-size: 1.5em;
  padding: 0 3em;
  padding-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#about .container {
  display: flex;
  flex-direction: row-reverse;
  max-width: 59.2em;
  width: 100%;
}

@media screen and (max-width: 888px) {
  section#about .container {
    flex-direction: column;
    align-items: center;
  }
}

section#about img {
  width: 100%;
  height: 100%;
  max-width: 18em;
  max-height: 18em;
  padding-left: 2em;
}

@media screen and (max-width: 888px) {
  section#about img {
    padding-left: 0;
    padding-bottom: 2em;
  }
}

section#about h2 {
  margin: .789473684210526em 0;
  font-size: 2.533333333333333em;
}

@media screen and (max-width: 888px) {
  section#about h2 {
    line-height: 1em;
  }
}

section#workouts {
  background-color: #e5e5e5;
  font-size: 1.5em;
  padding: 0 3em;
  padding-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

section#workouts .container {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 1em;
  width: 100%;
  max-width: 59.2em;
}

@media screen and (max-width: 888px) {
  section#workouts .container {
    flex-direction: column;
    align-items: center;
  }
}

section#workouts .container .card {
  width: 28.6em;
  border: 0.06667em solid #9d9d9d;
}

@media screen and (max-width: 888px) {
  section#workouts .container .card {
    width: 100%;
  }
}

section#workouts .container .card:nth-child(-n+2) {
  margin-right: 2em;
}

@media screen and (max-width: 888px) {
  section#workouts .container .card:nth-child(-n+2) {
    margin-right: 0em;
    margin-bottom: 2em;
  }
}

section#workouts .container .card .header {
  background-color: #ffffff;
  padding: 1.333333333333333em 1.333333333333333em .4em 1.333333333333333em;
}

section#workouts .container .card .body {
  padding: 1.333333333333333em 1.333333333333333em .4em 1.333333333333333em;
}

section#workouts h3 {
  margin: 1em 0;
  font-size: 2em;
}

section#schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3em;
  font-size: 1.5em;
  padding-bottom: 2em;
}

section#schedule h3 {
  margin: 1em 0;
  font-size: 2em;
}

section#schedule #table-wrapper {
  border: 0.06667em solid #9d9d9d;
}

@media screen and (max-width: 888px) {
  section#schedule #table-wrapper {
    width: 100%;
    border-bottom: 0;
  }
}

section#schedule #table-wrapper #header-row {
  display: flex;
  justify-content: center;
  padding: 0;
  font-family: "NexaRustSans-Black";
  font-size: 1.6em;
  text-align: center;
}

@media screen and (max-width: 888px) {
  section#schedule #table-wrapper #header-row {
    display: none;
  }
}

section#schedule #table-wrapper #header-row div {
  padding: 0.625em;
  border-bottom: 0.04167em solid #9d9d9d;
  border-right: 0.04167em solid #9d9d9d;
  min-width: 4em;
  background-color: #ffffff;
}

section#schedule #table-wrapper #header-row div:last-child {
  border-right: 0;
}

section#schedule #table-wrapper #column-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 888px) {
  section#schedule #table-wrapper #column-wrapper {
    flex-direction: column;
  }
}

section#schedule #table-wrapper #column-wrapper .column {
  border-right: 0.06667em solid #9d9d9d;
}

@media screen and (max-width: 888px) {
  section#schedule #table-wrapper #column-wrapper .column {
    border-right: 0;
  }
}

section#schedule #table-wrapper #column-wrapper .column .header-small {
  display: none;
}

@media screen and (max-width: 888px) {
  section#schedule #table-wrapper #column-wrapper .column .header-small {
    display: flex;
    background-color: #ffffff;
    font-family: "NexaRustSans-Black";
    font-size: 1.6em;
    border-bottom: 0.04167em solid #9d9d9d;
  }
}

section#schedule #table-wrapper #column-wrapper .column div {
  width: 6.8em;
  padding: .8em;
  border-bottom: 0.06667em solid #9d9d9d;
}

@media screen and (max-width: 888px) {
  section#schedule #table-wrapper #column-wrapper .column div {
    width: auto;
  }
}

section#schedule #table-wrapper #column-wrapper .column div .upstairs {
  background-color: #b20004;
  color: #ffffff;
  padding: 0 .3em;
}

section#schedule #table-wrapper #column-wrapper .column div .downstairs {
  background-color: #03843f;
  color: #ffffff;
  padding: 0 .3em;
}

section#schedule #table-wrapper #column-wrapper .no-border div:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 888px) {
  section#schedule #table-wrapper #column-wrapper .no-border div:last-child {
    border-bottom: 0.06667em solid #9d9d9d;
  }
}

section#rates {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3em;
  font-size: 1.5em;
  padding-bottom: 2em;
}

section#rates .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 59.2em;
  width: 100%;
}

section#rates .card {
  width: 100%;
  border: 1px solid #9d9d9d;
}

section#rates .card:nth-child(-n+3) {
  margin-bottom: 2em;
}

section#rates .card .header {
  background-color: #e5e5e5;
  padding: 1.333333333333333em 1.333333333333333em .4em 1.333333333333333em;
}

section#rates .card .body {
  padding: 1.333333333333333em 1.333333333333333em 1.133333333333333em 1.333333333333333em;
}

section#rates .card .body p {
  margin-bottom: .2em;
}

section#rates .card .body span {
  background-color: #000000;
  color: #ffffff;
  padding: 0 .3em;
  margin-right: .6em;
  display: inline-block;
  min-width: 3em;
  text-align: center;
}

section#rates h3 {
  margin: 1em 0;
  font-size: 2em;
}

section#coaches {
  background-color: #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3em;
  font-size: 1.5em;
  padding-bottom: 2em;
}

section#coaches .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 888px;
  width: 100%;
}

section#coaches .card {
  display: flex;
  flex-direction: row;
  max-width: 59.2em;
  width: 100%;
}

@media screen and (max-width: 888px) {
  section#coaches .card {
    flex-direction: column;
    align-items: center;
  }
}

section#coaches .card img {
  width: 100%;
  height: 100%;
  max-width: 18em;
  max-height: 18em;
  padding-right: 2em;
}

@media screen and (max-width: 888px) {
  section#coaches .card img {
    padding-right: 0em;
    padding-bottom: 2em;
  }
}

section#coaches .card:nth-child(1) {
  margin-bottom: 2em;
}

section#coaches h3 {
  margin: 1em 0;
  font-size: 2em;
}

section#news {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3em;
  font-size: 1.5em;
  padding-bottom: 2em;
}

section#news .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 59.2em;
  width: 100%;
  text-align: center;
}

section#news h3 {
  margin: 1em 0;
  font-size: 2em;
}

section#news img {
  width: 3.333333333333333em;
  height: 3.333333333333333em;
}

section#news .icon-wrapper {
  width: 7.2em;
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

section#contact {
  background-color: #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3em;
  font-size: 1.5em;
  padding-bottom: 2em;
}

section#contact .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  max-width: 46.666666666666667em;
  width: 100%;
}

section#contact .container img {
  margin-left: 2em;
}

@media screen and (max-width: 888px) {
  section#contact .container img {
    display: none;
  }
}

section#contact .container div {
  width: 100%;
}

@media screen and (max-width: 888px) {
  section#contact .container div {
    text-align: center;
  }
}

section#contact h3 {
  margin: 1em 0;
  font-size: 2em;
}

section#footer {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5em;
  padding: 2em 5em;
}

section#footer p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
