

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-container-horizontal {
  display: flex;
  justify-content: space-between;
}

/*
  =======================================
  Custom Styles
  =======================================
*/

body {
  color: #FFF;
  font: 1.1em/normal 'Raleway', sans-serif;
  line-height: 1.3em;
}

h3 {
  font-family: sans-serif, cursive;
  font-size: 1.8em;
  margin-bottom: 1em;
}

html {
  scroll-behavior: smooth;
}

.opaque-article {
  background: rgba(0, 0, 0, 0.66);
  opacity: 0;
  padding: 1em;
  width: 85%;
  font-size: 0.8em;
}

.opaque-article h3 {
  line-height: 1.5em;
  text-align: center;
}

.orange {
  color: #B68D56;
}

.button {
  background-color: #F57C00;
  border: none;
  cursor: pointer;
  outline: none;
}

.button-text {
  color: #FFF;
  font: bold 1.66em 'Raleway', serif;
}

.button:hover {
  background-color: rgba(245, 124, 0, .75);
}

.button:active {
  background-color: #F57C00;
}

/*
  =======================================
  Navbar
  =======================================
*/

.desktop-nav {
  display: none;
}

.navbar {
  background: rgba(0, 0, 0, 0.524862);
  position: fixed;
  transition: background 250ms linear;
  width: 100%;
  z-index: 1;
}

.navbar img {
  height: 22px;
  margin-left: 10px;
  margin-top: 6px;
  margin-bottom: 3px;
}

.scrolled {
  background: #212121;
  transition: background 250ms linear;
}

#nav-icon {
  cursor: pointer;
  height: 12px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 20px;
}

#nav-icon span {
  background: #FFF;
  display: block;
  height: 2px;
  position: absolute;
  transition: .25s ease-in-out;
  width: 100%;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 6px;
}

#nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon.open span:nth-child(1) {
  opacity: 0;
}

#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  opacity: 0;
}

ul {
  display: none;
}

li {
  border-top: .05em solid rgba(255, 255, 255, .9);
  text-align: right;
  padding: 8.75px 21px;
}

a {
  color: white;
  text-decoration: none;
}

.navbar a:hover {
  color: #B68D56;
}

/*
  =======================================
  Hero
  =======================================
*/

.hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/hero_image.jpg) center no-repeat fixed;
  background-size: cover;
  height: 100vh;
}

.hero img {
  margin-top: 12em;
  margin-bottom: .5em;
}

.hero h1 {
  border-bottom: .05em solid #FFF;
  border-top: .05em solid #FFF;
  font: 3.3em/1em 'Luckiest Guy', cursive;
  padding-bottom: .1em;
  padding-top: .2em;
  text-align: center;
}

.company-type {
  font-weight: bold;
  margin: .6em 0;
  text-align: center;
}

.year-established {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.15em;
  text-align: center;
}

/*
  =======================================
  Band
  =======================================
*/

.band {
  background-color: #2C404B;
}

.band img {
  height: 70vh;
  object-fit: cover;
  width: 100%;
}

.band article {
  height: 60vh;
  width: 80%;
}

/*
  =======================================
  dates
  =======================================
*/

.dates {
  background: url(assets/wholecrew.jpg) center no-repeat fixed;
  background-size: cover;
  height: 32em;
}

.dates h3 {
  margin-bottom: .5em;
}

.dates article {
  height: 60vh;
  width: 80%;
  text-align: center;
  padding-top: 2em;
}

.gap {
  margin-top: 20px;
}

/*
  =======================================
  media
  =======================================
*/

.media {
  background-color: #2C404B;
  padding: 2em 0;
}

.media h4 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1.3em;
}

.media h2 {
  padding-top: 0.9em;
}

/*
  =======================================
  About Us
  =======================================
*/

.video {
  background-color: #2C404B;
}

.about-us {
  height: 38em;
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
}


.about-us h3 {
  margin-bottom: .5em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}


/*
  =======================================
  Footer
  =======================================
*/

footer {
  background: #212121;
}

.newsletter-info {
  margin-bottom: 2em;
  padding-top: 1em;
}

form {
  margin-bottom: 1em;
  width: 100%;
}

input {
  background-color: #212121;
  border: .05em solid rgba(255, 255, 255, .9);
  color: #FFF;
  font: 1.1em/normal 'Raleway', sans-serif;
  height: 2.5em;
  padding-left: .75em;
  width: 70%;
}

input::placeholder {
  color: #FFF;
}

input[type=submit] {
  background-color: #F57C00;
  border: .05em solid rgba(255, 255, 255, .9);
  cursor: pointer;
  outline: none;
  width: 30%;
  padding: 0;
}

input[type=submit]:hover {
  background-color: rgba(245, 124, 0, .75);
}

input[type=submit]:active {
  background-color: #F57C00;
}

.footer-section {
  padding: 1em 1.5em;
}

.footer-section h4 {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: .25em;
}

.footer-section p {
  text-align: center;
  font-size: 0.6em;
}

.footer-line-height {
  line-height: 0.8em;
}

.follow {
  width: 100%;
}

.legal {
  width: 60%
}

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

  /* Hero */
  .hero-font {
    padding-top: 50%;
  }
  /* Band */
  .band article {
    display: inline-block;
  }
  .band article p {
    font-size: 11px;
    text-align: center;
    padding-top: 1em;
  }

  #extrap {
    padding-top: 4em;
  }

  /* Dates */
  .dates article h2 {
    font-size: 20px;
  }

  /* Media */
  .media h2 {
    font-size: 20px;
  }
}


@media screen and (min-width: 600px) {
  /* Custom Styles */
  .opaque-article {
    max-width: 80%;
    padding: 2em;
  }
  
  /* Hero */
  .hero h1 {
    font-size: 4.95em;
  }
  
  .hero img {
    width: 3.25em;
  }

  .company-type {
    font-size: 1.25em;
  }

  .year-established {
    font-size: 1.75em;
  }
  
  /* Band */
  .band {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .band img, .band article , .middle{
    width: 50%;
  }
  
  .band article p {
    width: 15em;
  }
  
  .band div {
    display: flex;
    flex-direction: row-reverse;
  }
  
  /* media */
  .media p {
    padding: 0;
  }
  
  /* Footer */
  .newsletter-info {
    width: 60%;
  }
  
  form {
    width: 70%;
  }
  
  .follow {
    width: 60%;
  }
  
  .legal {
    width: 35%;
  }
}

@media screen and (min-width: 800px) {
  /* Hero */
  .hero br {
    content: ' ';
  }
  
  .hero br::after {
    content: ' ';
  }
  
  /* Band */
  .band article p {
    width: 29em;
    max-height: 25em;
    height: auto;
    font-size: 0.8em;
    word-wrap: inherit;
  }
  
  /* Footer */
  footer .company-info:nth-child(2) {
    align-items: flex-start;
    justify-content: center;
    display: flex;
  }
  
  footer .company-info div:nth-child(2), footer div div:nth-child(3) {
    flex-wrap: wrap;
  }
  
  .follow {
    width: 35%;
  }
  
  .legal {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  /* Custom Styles */
  body {
    font-size: 1.265em;
    line-height: 1.43em;
  }
  
  /* Navbar */
  .navbar img {
    margin-top: 8px;
    margin-bottom: 2px;
  }
  
  #nav-icon {
    right: 12px;
    top: 12px;
  }
  
  /* dates */
  .dates {
    height: 56.25vw;
  }
  
  /* media */
  .media {
    height: 100vh;
    justify-content: space-around;
  }
  
  .media div {
    width: 95%;
    display: flex;
    justify-content: space-around;
  }
  
  .media article {
    width: 25%;
  }
  
  /* About Us */
  .video {
    height: 56.25vw;
  }

  .video video {
    object-fit: fill;
  }

  .about-us {
    height: 56.25vw;
  }
  
  /* Footer */
  .newsletter {
    flex-direction: row;
    justify-content: space-around;
  }
  
  .newsletter-info {
    width: 23em;
  }
  
  form {
    width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  /* Navbar */
  #nav-icon, #drop-down-menu {
    display: none;
  }
  
  .desktop-nav {
    display: flex;
    justify-content: space-around;
    position: fixed;
    right: 12px;
    top: 3px;
    width: 500px;
  }
  
  /* dates */
  .dates {
    height: 100vh;
  }
}

@media screen and (min-width: 1400px) {
  /* Custom Styles */
  body {
    font-size: 1.495em;
    line-height: 1.69em;
  }
}

@media screen and (min-width: 600px) and (max-width: 1000px) and (min-height: 100px) and (max-height: 500px) {
  /* Custom Styles */
  body {
    font-size: .8em;
    line-height: normal;
  }

  h3 {
    margin-bottom: .25em;
  }
  
  /* Hero */
  .hero {
    font-size: .9em;
  }
  
  /* Band */
  .band article p {
    width: 85%;
  }
  
  /* dates */
  .dates {
    height: 100vh;
  }
    
  /* media */
  .media {
    height: 125vh;
    justify-content: space-around;
  }
  
  .media div {
    width: 95%;
    display: flex;
    justify-content: space-around;
  }
  
  .media article {
    width: 25%;
  }
    
  /* About Us */
  .video {
    height: 56.25vw;
  }

  .video video {
    object-fit: fill;
  }

  .about-us {
    height: 56.25vw;
  }
  
  /* Footer */
  footer .company-info:nth-child(2) {
    align-items: flex-start;
    justify-content: center;
    display: flex;
  }
  
  footer .company-info div:nth-child(2), footer div div:nth-child(3) {
    flex-wrap: wrap;
  }
  
  .follow {
    width: 35%;
  }
  
  .legal {
    width: 50%;
  }
}