body {
  /* Match the top-bar color */
  background-color: var(--color-top-bar);
}
/* HERO SECTION */
.hero-card {
  /* Set up proportionate scaling */
  width: 100%;
  height: 800px;
  /* Set up positioning */
  position: relative;
  overflow: visible;
  color: var(--color-text-overlay);
  font-weight: 400;
  font-size: 72px;
  padding: 160px 120px 24px;
}
.bold {
  font-weight: 800;
}
.hero-title {
	margin-top: 120px;
}

.sub-hero {
  /* Set up proportionate scaling */
  text-align: center;
  padding: 128px 32px;
  color: var(--color-text-overlay);
  font-weight: 700;
  font-size: 42px;
}

.artist-card {
  /* Set up positioning */
  position: relative;
  overflow: visible;
  padding: 48px 25%;
}

.artist-card ul {
  padding: 0px 48px;
}

.artist-title {
  height: 80px;
}

.row-2 {
  width: 100%;
  height: auto;
  /*  margin: 16px 320px 0px;*/
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col-2 {
	-moz-flex: 50%;
  	-webkit-flex: 50%;
	-ms-flex: 50%;
  	flex: 50%;
  	padding: 5px;
}

.text-title {
	text-align: left;
	font-size: 24px;
	font-weight: 900;
	color: var(--color-text-button);
}
.text-supertitle {
	text-align: left;
	font-size: 36px;
	font-weight: 500;
	color: var(--color-text-content);
}
.text-subtitle {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: var(--color-text-hint);
}
.text-body {
	text-align: left;
  margin: 24px auto;
  width: 100%;
	font-size: 20px;
	color: var(--color-text);
}

.faq-item {
  padding: 32px 0px;
}

.faq-item p {
	color: var(--color-text);
}


.top-card {
  border-radius: 32px 32px 0px 0px;
}
.bottom-card {
  margin-top: 120px;
  margin-bottom: 240px;
}
.inner {
  width: 100%;
  /*  margin: 16px 320px 0px;*/
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.inner p {
  color: var(--color-text-overlay);
}
.image {
  width: 256px;
  height: 256px;
  overflow: hidden;
  object-fit: contain;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.buttons {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  width: 100%;
  margin: 16px auto;
  font-size: 20px;
}
.button-link {
  width: 100%;
  max-width: 200px;

  margin: 0 8px;
  padding: 8px 16px;
  text-align: center;
  color: var(--color-text-button);
  border-radius: 20px;
  background-color: var(--color-foreground);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: box-shadow .6s, -webkit-transform .2s; /* Safari */
  transition: box-shadow .6s, transform .2s;
}
.button-link:hover {
  border: none;
  outline: none;
  box-shadow: 0px 2px 8px #999999;
  -ms-transform: scale(1.05, 1.05); /* IE 9 */
  -webkit-transform: scale(1.05, 1.05); /* Safari */
  transform: scale(1.05, 1.05);
}

.bg {
  /* Set up proportionate scaling */
  width: 100%;
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  object-fit: cover;
  z-index: -1;
}
.bg-img {
  /* Set up proportionate scaling */
  width: 100%;
  /* Set up positioning */
  position: relative;
  overflow: visible;
  object-fit: cover;
  z-index: -1;
  margin: 16px 0;
}
.bg-below {
  /* Set up proportionate scaling */
  width: 100%;
  /* Set up positioning */
  position: relative;
  overflow: visible;
  object-fit: cover;
  z-index: -1;
  margin-top: -50%;
}



.video-container {
	padding: 0 8% 8% 8%;
}
.bg-video {
  /* Set up proportionate scaling */
  max-width: 100%;
  max-height: 100%;
  /* Set up positioning */
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}



.row-2 {
  width: 100%;
  /*  margin: 16px 320px 0px;*/
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.col-2 {
	-moz-flex: 50%;
  	-webkit-flex: 50%;
	-ms-flex: 50%;
  	flex: 50%;
  	padding: 5px;
}




.button-outline {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 42px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  height: 40px;
  width: 240px;
  line-height: 40px;
  color: var(--color-text-button);
  border-radius: 20px;
  background-color: var(--color-blue);
  text-decoration: none;
  display: block;
  -webkit-transition: box-shadow .6s, -webkit-transform .2s; /* Safari */
  transition: box-shadow .6s, transform .2s;
}
.button-outline:hover {
  border: none;
  outline: none;
  box-shadow: 0px 2px 8px #999999;
  -ms-transform: scale(1.05, 1.05); /* IE 9 */
  -webkit-transform: scale(1.05, 1.05); /* Safari */
  transform: scale(1.05, 1.05);
}




/* Responsive layout - handle screen changes */
@media screen and (max-width: 1200px) {
  .image {
    width: 196px;
    height: 196px;
  }
  .hero-card {
    height: 640px;
    padding: 120px 100px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .hero-card {
    height: 560px;
    font-size: 64px;
    padding: 80px 80px 24px;
  }
	.text-supertitle {
		font-size: 32px;
	}
}
@media screen and (max-width: 800px) {
  .inner {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-card {
    height: 480px;
    font-size: 48px;
    padding: 80px 60px 24px;
  }
	.text-supertitle {
		font-size: 24px;
	}
  .sub-hero {
	padding: 64px 32px;
	font-size: 36px;
  }
  .content {
    margin-left: 0px;
    text-align: center;
  }
  .image {
    width: 128px;
    height: 128px;
    margin-left: 80px;
  }
  .appstore-badges {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .button-outline {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    justify-content: center;
    align-items: center;
  }
  .artist-card {
    padding-left: 5%;
	padding-right: 5%;
  }
  .bg-img {
    height: 90%;
    top: 75%;
	z-index: -1;
  }
  .bg-below {
	  /* Set up proportionate scaling */
	  width: 100%;
	  /* Set up positioning */
	  position: relative;
	  margin-top: -50%;
	  overflow: visible;
	  object-fit: cover;
	  z-index: -1;
  }
  .bg {
    height: 90%;
  }
  .bottom-card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .button-outline {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    /*    margin: 0px 0px 0px;*/
  }
  .hero-card {
    height: 400px;
    font-size: 36px;
    padding: 80px 40px 24px;
  }
	.text-supertitle {
		font-size: 18px;
	}
  .sub-hero {
	font-size: 32px;
  }
}
