h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.song-section {
  color: #0a1120;
  background-color: rgba(10, 17, 32, .9);
  background-image: url('../images/Grains.svg');
  background-position: 0 0;
  background-size: auto;
  padding: 60px;
}

.song-section._1, .song-section._2 {
  background-image: url('../images/Grains.svg');
  background-position: 0 0;
  background-size: auto;
}

.my-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.my-container._750 {
  max-width: 750px;
}

._70-column, ._70-column._50 {
  width: 50%;
}

.column-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-wrapper.vertical {
  flex-direction: column;
}

.song-paragraph {
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: normal;
}

._30-column {
  width: 29%;
}

.tracklist {
  background-color: #0a1120;
  background-image: url('../images/Grains.svg');
  background-position: 0 0;
  background-size: auto;
  padding: 100px 60px;
}

.title-link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.title-link:hover, .title-link:active {
  color: #f6ddaf;
}

.title-link:visited {
  color: #fff;
}

.hero-section {
  background-color: rgba(0, 0, 0, .56);
  background-image: url('../images/Grains.svg'), linear-gradient(rgba(3, 3, 5, .36), rgba(3, 3, 5, .36)), url('../images/The-Longest-Day-Hero_background.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  padding: 0 60px 280px;
}

.hero-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 54px;
}

.title-h4 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.title-h4:active {
  color: #fff;
}

.tracklist-h2 {
  text-align: center;
  margin-bottom: 40px;
}

._40-column {
  width: 40%;
  flex-direction: column;
  display: flex;
}

.tracklist-titles {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.image {
  max-width: none;
  flex: none;
}

.navbar {
  color: #fff;
  background-color: #0a1120;
}

.nav-link {
  color: #fff;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f6ddaf;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 280px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.nav-left {
  text-decoration: none;
}

.button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button:hover {
  color: #f6ddaf;
  border-color: #f6ddaf;
}

.button.margin {
  margin-left: 20px;
  margin-right: 20px;
}

.button.margin.accent {
  color: #0a1120;
  background-color: #fff;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
}

.button.margin.accent:hover {
  background-color: rgba(255, 255, 255, .65);
  border-width: 0;
}

.recording-section {
  background-color: #0a1120;
  border-top: 0 rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-paragraph.bold {
  font-weight: 700;
}

.cta-wrapper {
  max-width: 600px;
  justify-content: space-around;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accent-button {
  color: #0a1120;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.accent-button:hover {
  background-color: #f6ddaf;
}

.navbar-2 {
  color: #fff;
  background-color: #0a1120;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 38px;
  }

  .tracklist-h2.left {
    text-align: left;
  }

  .nav-link {
    padding-right: 20px;
  }

  .recording-section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  ._70-column, ._70-column._60 {
    width: 85%;
  }

  ._40-column {
    display: none;
  }

  .nav-link {
    padding-right: 40px;
  }

  .nav-wrapper {
    justify-content: center;
  }

  .nav-left {
    display: none;
  }

  .button {
    border-style: none;
  }

  .button.margin.frame {
    border-style: solid;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  .song-section {
    background-color: rgba(10, 17, 32, .9);
    background-image: url('../images/Grains.svg');
    background-position: 0 0;
    background-size: auto;
    padding: 40px;
  }

  .song-section._1 {
    padding: 40px 20px;
  }

  ._70-column {
    width: 100%;
  }

  .song-paragraph {
    font-size: 16px;
  }

  .tracklist {
    padding: 60px 40px;
  }

  .hero-section {
    padding: 20px 40px 140px;
  }

  .heading {
    font-size: 28px;
  }

  .title-h4 {
    font-size: 20px;
  }

  .tracklist-h2 {
    font-size: 24px;
  }

  ._40-column {
    display: none;
  }

  .heading-2 {
    font-size: 22px;
  }

  .nav-wrapper {
    margin-bottom: 140px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    font-size: 14px;
  }

  .recording-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .accent-button {
    margin-bottom: 10px;
    font-size: 14px;
  }
}


