body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
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-bottom: 15px;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.button {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 25px 50px;
  border-radius: 5px;
  background-color: #121212;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: white;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #d64d4d;
}
.button.accent {
  background-color: #d64d4d;
}
.navbar {
  padding-top: 0px;
  background-color: transparent;
}
.jumbo-section {
  height: 100%;
  margin-top: -60px;
  background-image: url('../images/jumbo-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.brand {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: rgba(18, 18, 18, 0.49);
  color: #d64d4d;
}
.jumbo-content {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: rgba(214, 77, 77, 0.74);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  text-align: center;
}
.about-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: white;
  background-image: url('../images/pattern-alt.png');
}
.about-container {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.video-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #121212;
  background-image: url('../images/playing-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.video-container {
  text-align: center;
}
.white {
  color: white;
}
.line {
  display: block;
  width: 75px;
  height: 3px;
  min-height: 0px;
  margin: 25px auto 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d64d4d;
}
.music-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: white;
  background-image: url('../images/pattern-alt.png');
  background-size: 250px;
}
.music-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.embed {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.photo-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #121212;
  background-image: url('../images/playing-bg-alt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.photo-container {
  text-align: center;
}
.image {
  width: 100%;
}
.contact-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: white;
  background-image: url('../images/pattern-alt.png');
  background-size: 250px;
}
.contact-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.form-wrapper {
  display: block;
  max-width: 60%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.footer-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #121212;
  background-image: url('../images/playing-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.copyright {
  color: #828282;
  font-size: 14px;
  line-height: 25px;
}
.links {
  float: right;
}
.text-field {
  min-height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 2px;
  color: #919191;
}
.text-area {
  padding-top: 15px;
  padding-bottom: 25px;
  border-radius: 2px;
  color: #919191;
}
.select-field {
  height: 50px;
  min-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  color: #919191;
}
.social-link {
  margin-left: 10px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.social-link:hover {
  opacity: 0.5;
}
.html-embed {
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.video-div {
  margin-top: 25px;
}
.text {
  margin-bottom: 25px;
  color: #919191;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.music-embed {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
.photo-row {
  margin-top: 25px;
}
.video {
  margin-top: 25px;
}
.text-link {
  color: #d64d4d;
  text-decoration: none;
}
@media (max-width: 991px) {
  .jumbo-content {
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .about-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .video-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .music-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .photo-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .icon {
    color: white;
    font-size: 24px;
  }
  .menu-button {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d64d4d;
  }
  .nav-menu {
    background-color: rgba(18, 18, 18, 0.95);
  }
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
  .links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .lightbox {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .brand {
    max-width: 200px;
  }
  .jumbo-content {
    background-color: transparent;
  }
  .form-wrapper {
    max-width: 100%;
  }
  .social-link {
    margin-left: 0px;
  }
}