:root {
  --black: black;
  --white: white;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 22px;
}

p {
  margin-bottom: 10px;
}

.header {
  background-image: url('../images/scour-winston-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.scour-logo {
  text-align: left;
}

.header-container {
  text-align: center;
  margin-bottom: 15px;
}

.promo {
  background-image: url('../images/scour-band-2021.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
}

.promo.live {
  background-image: url('../images/scour-band-live-whiskey-go-go.jpg');
}

.copyright {
  text-align: center;
  order: 0;
  align-self: auto;
}

.housecore {
  margin-top: 20px;
  margin-bottom: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bands-in-town-widget {
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tour-dates {
  text-align: center;
  margin-top: 4vh;
  margin-bottom: 19px;
  display: none;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.biography {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  line-height: 36px;
  display: block;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 13vh;
  font-family: Inconsolata, monospace;
  display: flex;
}

.footer-link {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.nuclear-blast {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-endosment {
  margin-left: 1em;
  margin-right: 1em;
}

.record-labels {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.media-div {
  flex-direction: column;
  justify-content: center;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.full-size {
  min-width: 100%;
}

.media-cols {
  justify-content: space-between;
  display: flex;
}

.div-block-5 {
  width: 100%;
  margin: 1em;
}

.navbar {
  background-color: var(--black);
  background-image: linear-gradient(#000, #0f0f0f);
}

.menu-col__right {
  width: 50%;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  background-color: #304ab4;
}

.nav-link.current {
  background-color: var(--white);
  color: var(--black);
}

.menu-col__left {
  width: 50%;
}

.navbar-container {
  z-index: 10;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-div {
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 170px;
  display: flex;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1630px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header, .promo {
    height: 60vh;
  }

  .housecore {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .biography {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-link {
    margin-left: 1.5em;
    margin-right: 1.5em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nuclear-blast {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .record-labels {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .media-div {
    max-width: 100%;
  }

  .media-cols {
    flex-direction: column;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .nav-link {
    justify-content: flex-start;
    width: 100%;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #4263eb;
  }

  .menu-button.w--open {
    background-color: #22242c;
  }

  .nav-menu {
    background-color: #4263eb;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 40vh;
  }

  .header-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .promo {
    height: 41vh;
  }

  .biography {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .logo-endosment {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .full-size, .div-block-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 60vh;
  }

  .promo {
    height: 28vh;
  }

  .biography {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .footer {
    margin-left: 2vw;
    margin-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .video-section {
    margin-top: 7vh;
    margin-bottom: 7vh;
  }

  .logo-div {
    text-decoration: line-through;
  }
}


