:root {
  --black: black;
  --salmon: #fe6567;
  --white: white;
}

body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: var(--salmon);
}

.main_wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  font-family: Oswald, sans-serif;
}

.logo {
  width: 20%;
}

.main_headline {
  margin-bottom: 0;
  font-weight: 400;
}

.homepage_text {
  text-align: center;
  width: 30%;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.discogs_btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 200px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.discogs_btn:hover {
  background-color: var(--salmon);
}

.contact_btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.contact_btn:hover {
  background-color: var(--salmon);
}

.link {
  color: var(--salmon);
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #837071;
}

.contact_section {
  background-color: #000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading {
  font-weight: 300;
}

.contact_icon {
  margin-bottom: 30px;
}

.phone_email_btn {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.phone_email_btn:hover {
  color: var(--salmon);
}

.discography_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper_div {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.year_div {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  margin-left: -43px;
  display: flex;
}

.dot_div {
  background-color: var(--salmon);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: 11px;
}

.year {
  font-size: 24px;
}

.record_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 35px;
  margin-right: 5%;
  display: flex;
}

.record_div.space {
  margin-right: 15%;
}

.year_wrapper_div {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 45px;
  display: flex;
}

.cover_img {
  margin-bottom: 30px;
  margin-right: 0;
}

.cover_img.border {
  border: 1px solid #0000003b;
}

.title {
  width: 100%;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 26px;
}

.text-block-2 {
  height: 80px;
  font-size: 16px;
  font-weight: 300;
}

.footerdiv {
  border-top: 1px solid #0000008f;
  margin-top: 80px;
}

.footer_text {
  margin-top: 19px;
  font-weight: 300;
}

.btns_div {
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.header_div {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.spotify_btn {
  background-image: url('../images/spotify-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-top: 14px;
}

.spotify_btn:hover {
  background-image: url('../images/spotify-icon-over.svg');
}

.spotify_btn._2 {
  margin-top: 0;
  margin-right: 10px;
}

.text {
  color: var(--salmon);
  margin-bottom: 20px;
  font-size: 16px;
}

.video_link {
  color: var(--salmon);
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 16px;
  text-decoration: none;
}

.video_link:hover {
  color: var(--black);
}

.apple_btn {
  background-image: url('../images/apple-icon.svg');
  background-position: 0 0;
  background-size: auto;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.apple_btn:hover {
  background-image: url('../images/apple-icon-over.svg');
}

.play_btns_wrapper {
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.youtube_btn {
  background-image: url('../images/youtube-icon.svg');
  background-position: 0 0;
  background-size: auto;
  width: 32px;
  height: 32px;
}

.youtube_btn:hover {
  background-image: url('../images/youtube-icon-over.svg');
}

.soundcloud_btn {
  background-image: url('../images/soundcloud_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-right: 10px;
}

.soundcloud_btn:hover {
  background-image: url('../images/soundcloud_icon_over.svg');
}

.bandcamp_btn {
  background-image: url('../images/bandcamp_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32px;
  height: 32px;
}

.bandcamp_btn:hover {
  background-image: url('../images/bandcamp_icon_over.svg');
}

.label_btn {
  width: 60px;
  margin-left: 10px;
}

.label_btn.nomargin {
  margin-left: 0;
}

.other_stuff_wrapper {
  display: flex;
}

.other_stuff_div {
  width: 30px;
  margin-right: 20px;
}

.text-block-3 {
  color: #707070;
  letter-spacing: 5px;
  font-size: 14px;
  transform: translate(0, 156px)rotate(-90deg);
}

.play_btn {
  width: 32px;
  height: 32px;
}

.play_btn:hover {
  opacity: .53;
}

.link_btn {
  background-color: var(--black);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.link_btn:hover {
  background-color: var(--salmon);
}

.link_icon {
  width: 18px;
}

@media screen and (max-width: 991px) {
  .main_wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .wrapper_div {
    width: 80%;
  }

  .record_div {
    margin-right: 30px;
  }

  .btns_div {
    justify-content: center;
  }

  .other_stuff_div {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_wrapper {
    justify-content: flex-start;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .homepage_text {
    width: auto;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .discogs_btn {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 16px;
  }

  .contact_btn {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  .record_div {
    margin-right: 20px;
  }

  .year_wrapper_div {
    flex-wrap: wrap;
  }

  .btns_div {
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .main_wrapper {
    height: 100%;
  }

  .logo {
    width: 50%;
    margin-bottom: 10px;
  }

  .main_headline {
    font-size: 30px;
  }

  .homepage_text {
    margin-bottom: 32px;
    padding-left: 31px;
    padding-right: 31px;
    line-height: 18px;
  }

  .discography_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper_div {
    width: 75%;
  }

  .year_div {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .dot_div {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .year_wrapper_div {
    flex-wrap: wrap;
  }

  .btns_div {
    justify-content: center;
  }

  .other_stuff_wrapper {
    flex-wrap: wrap;
  }

  .other_stuff_div {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-block-3 {
    transform: translate(0)rotate(0);
  }
}


