:root {
  --rosy-brown: #c4a19f;
  --black: black;
  --white-2: white;
  --white-smoke: #eef0f1;
  --white: #ffffffb3;
  --silver: #bbb;
  --khaki: #f7de84;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.bg_video {
  width: 100%;
  height: auto;
  display: none;
  position: static;
  overflow: hidden;
}

.navbar {
  background-color: #00000091;
  width: 100%;
  margin-right: 1px;
  position: fixed;
}

.navlink {
  color: #ffffffb3;
  text-transform: uppercase;
  font-family: Julius Sans One, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navlink:hover {
  color: #fff;
  text-shadow: 1px 1px 6px #ffffffcf;
}

.navlink.w--current {
  color: var(--rosy-brown);
}

.navlink.album {
  background-color: var(--black);
  color: var(--white-2);
  font-weight: 400;
}

.navlink.album:hover {
  background-color: var(--white-2);
  color: var(--black);
}

.nav_menu {
  margin-right: 0;
}

.andy_name_div {
  z-index: 100;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 124px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0;
}

.andy_name_div.mobile {
  position: relative;
}

.name_text {
  color: #fff;
  border-bottom: 1px #ffffff63;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
}

.subtitle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.subtitle.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 2vh;
}

.movie_scores {
  padding-top: 150px;
  padding-bottom: 100px;
  position: static;
}

.chapter_headline {
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Julius Sans One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.chapter_headline.white {
  color: var(--white-2);
}

.column {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-bottom: 30px;
}

.tv_ads_section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.bio_section {
  text-align: center;
  background-color: #202020;
  padding-top: 100px;
  padding-bottom: 60px;
}

.bio_headline {
  color: #bbb;
  text-align: left;
  margin-top: 0;
  margin-bottom: 45px;
  padding-left: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.biotext {
  color: #bbb;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.bio_container {
  margin-bottom: 25px;
}

.footer_div {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_column1 {
  text-align: left;
}

.footer_column2 {
  text-align: right;
}

.footer_text {
  color: #7e7e7e;
  text-align: right;
  font-family: Open Sans, sans-serif;
}

.email_link {
  color: #fff;
  background-image: url('../images/mail_over.png');
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.email_link:hover {
  color: silver;
  background-image: url('../images/mail.png');
  background-size: auto;
}

.main_section_mobile {
  background-image: url('../images/cover_mobile.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.main_section {
  background-image: linear-gradient(to bottom, #0000007d, #0000007d), linear-gradient(to bottom, #0000 52%, var(--black)), url('../images/hero-img-new.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.youtube {
  height: 800px;
}

.navlink_dropdown {
  color: #fff;
  text-transform: uppercase;
  font-family: Julius Sans One, sans-serif;
}

.dropdown_toggle {
  color: var(--white);
  padding-right: 25px;
}

.dropdown_toggle.w--open {
  color: #fff;
}

.drop_icon {
  margin-right: 10px;
  font-size: 10px;
}

.dropdown_list.w--open {
  background-color: #000;
}

.dropdown_link {
  color: var(--white);
  font-weight: 400;
}

.dropdown_link:hover {
  color: var(--white-2);
  background-color: #000;
}

.dropdown_link.w--current {
  color: #ffe8bdb3;
}

.hero_video_wrapper {
  margin-top: 35px;
  margin-bottom: 0;
}

.main_video {
  background-image: none;
  box-shadow: 0 0 20px 7px #00000029;
}

.sunflower_section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.soc_media_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.flex_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.soc_media_btn {
  width: 40px;
  margin-left: 10px;
  transition: opacity .425s;
}

.soc_media_btn:hover {
  opacity: .5;
}

.soc_media_btn.apple {
  width: 80px;
  height: auto;
}

.solo_music {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.osa_div {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.osa_logo {
  width: 40px;
  margin-right: 10px;
}

.osa_text {
  color: #fff;
  font-size: 16px;
}

.column-copy {
  padding-left: 15px;
  padding-right: 15px;
}

html.w-mod-js [data-ix="slide-left"], html.w-mod-js [data-ix="slide-left-3"] {
  opacity: 0;
  transform: translate(69px);
}

html.w-mod-js [data-ix="slide-left-5"] {
  opacity: 0;
  transform: translate(0, 61px);
}

html.w-mod-js [data-ix="slide-left-6"] {
  opacity: 0;
  transform: translate(0, 65px);
}

html.w-mod-js [data-ix="slide-left-4"] {
  opacity: 0;
  transform: translate(0, 98px);
}

html.w-mod-js [data-ix="slide-left-open"] {
  opacity: 0;
  transform: translate(69px);
}

@media screen and (max-width: 991px) {
  .bg_video {
    background-image: none;
  }

  .navlink {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_menu {
    background-color: #000c;
    margin-right: 0;
  }

  .andy_name_div {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    top: 100px;
    bottom: 0;
  }

  .name_text {
    font-size: 10vw;
  }

  .subtitle.small {
    font-size: 2.2vw;
  }

  .movie_scores {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tv_ads_section, .pop_music_section, .bio_section, .footer_div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu_icon {
    color: #fff;
    background-color: #000000b3;
  }

  .menu_icon:hover {
    color: #000;
    background-color: #fff;
  }

  .menu_icon.w--open {
    background-color: #000;
  }

  .main_section {
    background-image: linear-gradient(to bottom, #0000008f, #0000008f), linear-gradient(to bottom, #0000 52%, var(--black)), url('../images/hero-img-new.jpg');
    background-position: 0 0, 0 0, 60%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 900px;
  }

  .hero_video_wrapper {
    margin-top: 25%;
  }

  .sunflower_section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex_wrapper {
    flex-wrap: nowrap;
  }

  .solo_music {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  body {
    height: 100%;
  }

  .bg_video {
    display: none;
  }

  .navbar {
    background-color: #0000;
  }

  .nav_menu {
    background-color: #000;
    width: 50%;
    inset: 60px 0% auto auto;
  }

  .andy_name_div {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: absolute;
    top: 60px;
    bottom: auto;
  }

  .andy_name_div.mobile {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: 15%;
  }

  .name_text {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .subtitle {
    margin-bottom: 6px;
    padding-left: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .subtitle.small {
    font-size: 16px;
  }

  .movie_scores {
    padding-top: 72px;
  }

  .chapter_headline {
    padding-left: 30px;
  }

  .column {
    margin-bottom: 15px;
  }

  .row {
    margin-bottom: 0;
  }

  .bio_section {
    padding-left: 0;
    padding-right: 0;
  }

  .bio_headline {
    padding-left: 30px;
  }

  .biotext {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer_div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_text {
    display: inline-block;
  }

  .email_link.top {
    color: #fff;
    background-image: url('../images/mail_over.png');
    background-size: auto;
  }

  .email_link.top:hover {
    color: #000;
  }

  .main_section_mobile {
    background-image: linear-gradient(#00000085, #0000 66%), url('../images/cover_mobile.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: block;
  }

  .main_section {
    height: 650px;
    display: block;
  }

  .dropdown_toggle {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero_video_wrapper {
    margin-top: 25%;
  }

  .solo_music {
    padding-top: 60px;
  }

  .osa_logo {
    width: 30px;
  }

  .osa_text {
    font-size: 14px;
  }

  .column-copy {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav_menu {
    background-color: #000000bd;
    width: 70%;
  }

  .andy_name_div {
    top: 70px;
    bottom: auto;
  }

  .andy_name_div.mobile {
    width: 100%;
    padding-right: 30px;
    top: 55%;
  }

  .name_text {
    font-size: 40px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .subtitle.small {
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.2em;
  }

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

  .chapter_headline {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 36px;
    line-height: 36px;
  }

  .tv_ads_section, .pop_music_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bio_section {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .bio_headline {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 36px;
    line-height: 36px;
  }

  .biotext {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_column1 {
    text-align: center;
  }

  .footer_column2 {
    text-align: center;
    margin-top: 20px;
  }

  .footer_text {
    text-align: center;
  }

  .main_section_mobile {
    background-position: 0 0, 50%;
  }

  .main_section {
    background-image: linear-gradient(#0000008a, #0000008a), linear-gradient(#0000 52%, #000), url('../images/hero-img-new.jpg');
    background-position: 0 0, 0 0, 70%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 600px;
    display: block;
  }

  .dropdown_toggle {
    width: 100%;
  }

  .dropdown_list.w--open {
    position: relative;
  }

  .hero_video_wrapper {
    margin-top: 160px;
  }

  .main_video {
    background-image: none;
  }

  .soc_media_wrapper {
    justify-content: center;
    width: 100%;
  }

  .flex_wrapper {
    flex-wrap: wrap;
  }

  .soc_media_btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .solo_music {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .osa_div {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}


