body {
  background-color: #140f0f;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #675b37;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: white;
  line-height: 16px;
  text-align: left;
}
.button {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: black;
  color: white;
  text-align: center;
}
.nav-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  background-image: -webkit-linear-gradient(left, #630303 53%, #e3072b), url('../images/example-bg.png');
  background-image: -o-linear-gradient(left, #630303 53%, #e3072b), url('../images/example-bg.png');
  background-image: linear-gradient(to right, #630303 53%, #e3072b), url('../images/example-bg.png');
  background-size: auto auto, 125px auto;
  box-shadow: 0px 1px 14px 0px black;
}
.nav-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
}
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}
.menu-text {
  color: white;
  font-weight: 700;
  text-shadow: 0px 3px 6px black;
}
.menu-text:hover {
  background-color: #630303;
  color: white;
  text-shadow: 0px 3px 6px black;
}
.menu-text:active {
  color: white;
}
.menu-text:focus {
  color: white;
}
.menu-text.w--current {
  color: white;
}
.about-us-text {
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-us-text.contact {
  margin-bottom: 5px;
}
.aboutus-heading {
  margin-bottom: 20px;
  text-align: center;
}
.title {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.aboutus-column {
  margin-top: 10px;
}
.video-text {
  margin-bottom: 50px;
}
.video-title {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.video-player {
  text-align: center;
}
.video-paragraph {
  margin-top: 10px;
}
.youtube {
  display: block;
}
.youtube-column {
  display: block;
}
.video-banner {
  background-image: -webkit-linear-gradient(left, #630303 60%, #e3072b), url('../images/example-bg.png');
  background-image: -o-linear-gradient(left, #630303 60%, #e3072b), url('../images/example-bg.png');
  background-image: linear-gradient(to right, #630303 60%, #e3072b), url('../images/example-bg.png');
  background-size: auto auto, 125px auto;
}
.link {
  color: white;
  font-weight: 700;
}
.link:hover {
  color: white;
}
.link:active {
  color: white;
}
.link:focus {
  color: white;
}
.link.goto {
  display: block;
  float: left;
}
.goto {
  margin-top: 30px;
  margin-bottom: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
}
.email-link {
  color: white;
}
.contact-us {
  margin-top: 20px;
}
.spacer {
  width: 42px;
  height: 127px;
}
@media (max-width: 991px) {
  .nav-container {
    font-size: 12px;
  }
  .header {
    display: block;
    height: auto;
  }
  .menu-text {
    padding-top: 24px;
    padding-bottom: 22px;
    font-size: 12px;
    line-height: 16px;
  }
  .menu-text.w--current:hover {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 244px;
  }
  .menu-text {
    padding-top: 7px;
    padding-bottom: 3px;
    background-color: #630303;
    text-align: center;
  }
  .menu-text:hover {
    background-color: #870017;
  }
  .menu-tab {
    color: white;
  }
  .menu-tab.w--open {
    background-color: #630303;
  }
  .menu-tab.w--open:hover {
    background-color: #870017;
  }
}
@media (max-width: 479px) {
  h1 {
    text-align: center;
  }
  p {
    text-align: justify;
  }
  .menu-text {
    background-color: #630303;
  }
  .menu-tab.w--open:hover {
    background-color: #a6021d;
  }
}

