/* Reset =================================================== */
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  padding: 0px;
}

/*************************************************** TYPOGRAPHY ***/
body {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  background-color: #000;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

h1 a, h2 a, h3 a {
  color: #000;
}

@media (max-width: 767px) {
  .main p, .main li, .main input, .main label, .main textarea, .main select, .main table, .main dl {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .main p, .main li, .main input, .main label, .main textarea, .main select, .main table, .main dl {
    font-size: 16px;
  }
}

h1 {
  font-size: 2.65em;
  padding-bottom: 0.5em;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1301px) {
  html {
    font-size: 19px;
  }
}
/*************************************************** GENERAL STYLES *****/
.text-center {
  text-align: center;
}

.image-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.width-50 {
  width: 50%;
}

.section-callout {
  text-align: center;
  margin: 1rem auto;
  width: 50%;
}
.section-callout p {
  font-size: 1.25rem !important;
}

.back {
  padding: 2rem;
}

/*
.spinner {
  position: absolute;
  z-index: 10000;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 100px;
  height: 80px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 12px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}


 */
/*
.wrap {
  display:flex;
  flex-direction: column;
  max-height:0;
  overflow:hidden;
  position: relative;
  z-index: 1;
  opacity:0;
  transition:all 2.5s;


  &.loaded {
    transition-delay:.5s;
    max-height:1000000px;
    opacity:1;
    //height:100vh;
  }
}
*/
header, footer, section, div, iframe {
  box-sizing: border-box;
}

.main p, .main li {
  margin-bottom: 1em;
}

.main-content {
  position: relative;
}
@media (max-width: 1199px) {
  .main-content .social-icons {
    display: none;
  }
}

.page-content {
  max-width: 900px;
}
@media (min-width: 1200px) {
  .page-content {
    max-width: 920px;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #222;
}

.content a:hover {
  text-decoration: underline;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

body.need-padding footer {
  position: relative;
  padding-bottom: 140px;
}

.back-to-top {
  position: absolute;
  z-index: 1000;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0px;
  display: none;
  border: solid 1px #555;
  height: 60px;
  width: 60px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.back-to-top:after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1001;
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  transform: rotate(-45deg) translate(-20%, -50%);
  border-top: solid 2px #555;
  border-right: solid 2px #555;
}

@media (max-width: 767px) {
  .back-to-top {
    height: 40px;
    width: 40px;
  }
  .back-to-top:after {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1025px) {
  .back-to-top {
    transition: all 0.2s;
    opacity: 0.7;
  }
  .back-to-top:after {
    transition: all 0.4s;
  }
  .back-to-top:hover {
    cursor: pointer;
    border-width: 4px;
    opacity: 1;
    border-color: #fff;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  .back-to-top:hover:after {
    transform: rotate(-405deg) translate(-20%, -50%);
    border-color: #fff;
  }
}
.row {
  overflow: hidden;
  clear: both;
}

body:not(.home) .main {
  max-width: 1020px;
}

@media (max-width: 480px) {
  body:not(.home) .main {
    padding: 2em 1rem;
  }
}
@media (min-width: 481px) {
  body:not(.home) .main {
    padding: 2em 1.5rem;
  }
}
@media (min-width: 1024px) {
  body:not(.home) .main {
    /* padding:2em 24px;
     border:solid 8px darken($lightbeige,5%);
     @include box-shadow(0px 0px 20px rgba(0,0,0,.1));*/
  }
}
.button {
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  background-color: #444;
  outline: none;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 12px 36px;
  border: solid 1px transparent;
}
.button:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .button {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .button {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .button {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .button:hover {
    text-decoration: none !important;
    box-shadow: 0px 0px 30px 6px rgba(255, 255, 255, 0.7);
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
}

.button-ghost {
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: #555;
  background-color: transparent;
  outline: none;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 12px 36px;
  border: solid 1px #777;
}
.button-ghost:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .button-ghost {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .button-ghost {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .button-ghost {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .button-ghost span {
    display: inline-block;
    transition: all 0.2s;
  }
  .button-ghost:hover {
    border-color: #fff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  .button-ghost:hover span {
    display: inline-block;
    transform: translateX(5px);
  }
}

header {
  position: relative;
  z-index: 4;
}

.header-inner {
  position: relative;
  z-index: 1;
  /*height:100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 2rem 1rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-inner {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .header-inner {
    padding: 60px 3.5rem 30px 3.5rem;
  }
}

.logo {
  display: block;
  font-family: "Encode Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "width" 100;
  color: #333;
  height: 100%;
  width: 100%;
}
.logo img {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 480px) {
  .logo {
    font-size: 36px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .logo {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .logo {
    font-size: 60px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .logo {
    transition: all 0.7s;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .logo:hover {
    text-shadow: 5px 5px rgba(255, 255, 255, 0.5);
  }
}
.logo span {
  position: absolute;
  left: -3000px;
}

/*************************************************** MENU ********/
.hamburger {
  width: 60px;
  height: 36px;
  cursor: pointer;
  z-index: 5;
  transform: translateY(0);
}
@media (max-width: 480px) {
  .hamburger {
    width: 44px;
    right: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .hamburger {
    right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hamburger {
    right: 3.5rem;
  }
}
.hamburger .bar {
  width: 100%;
  height: 4px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}
.home .hamburger .bar, .web .hamburger .bar, .songwriter .hamburger .bar {
  background-color: #333;
}
.hamburger .bar.bar-top {
  width: 100%;
  top: 2px;
}
.hamburger .bar.bar-middle {
  width: 50%;
  top: 16px;
}
.hamburger .bar.bar-bottom {
  width: 80%;
  bottom: 2px;
}
.hamburger .bar.bar-x-top, .hamburger .bar.bar-x-bottom {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  visibility: hidden;
  height: 0;
}
.hamburger .bar.bar-x-top {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  top: 2px;
}
.hamburger .bar.bar-x-bottom {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  bottom: 2px;
}
.hamburger:hover .bar:not(.bar-x) {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.9);
}
.hamburger:hover .bar.bar-top {
  width: 40%;
}
.hamburger:hover .bar.bar-middle {
  width: 80%;
}
.hamburger:hover .bar.bar-bottom {
  width: 40%;
}

.menu-open .hamburger .bar.bar-top, .menu-open .hamburger .bar.bar-middle, .menu-open .hamburger .bar.bar-bottom {
  display: none;
}
.menu-open .hamburger .bar-x-top, .menu-open .hamburger .bar-x-bottom {
  -moz-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  position: absolute;
  background-color: #111;
  width: 80%;
  visibility: visible;
  height: 4px;
}
.menu-open .hamburger .bar-x-top {
  top: 16px;
  transform: rotate(45deg);
}
.menu-open .hamburger .bar-x-bottom {
  bottom: 16px;
  transform: rotate(-45deg);
}

.nav {
  display: block;
  position: relative;
  z-index: 1;
}

.main-menu.activated {
  transition: transform 500ms linear;
  -webkit-transition: -webkit-transform 500ms linear;
  transition: all 0.5s;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  transition: position 0.3s;
  overflow: hidden;
  background: rgb(255, 255, 255) url(/images/Sean_menu_bg.jpg) no-repeat center bottom;
  background-size: auto 100%;
  letter-spacing: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  display: table;
  transform: translateY(-200%);
  pointer-events: none;
  z-index: 4;
}
.main-menu a {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.main-menu > ul > li > a {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .main-menu > ul > li > a {
    font-size: 2rem;
  }
}
.main-menu > ul > li > ul a {
  font-size: 16px;
}
.menu-open .main-menu {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-open .main-menu li {
  display: block;
}
.main-menu ul {
  max-width: 400px;
}
.main-menu ul a:hover, .main-menu ul li.active > a {
  background-color: #333;
  color: #fff;
}
.main-menu ul li.active > a {
  cursor: default;
}
.main-menu ul li {
  text-align: center;
  padding: 0.25rem 0;
}
.main-menu ul li a, .main-menu ul li .nolink {
  display: block;
  padding: 10px 20px;
  color: #111;
  text-decoration: none;
}
.main-menu ul li li a, .main-menu ul li li .nolink {
  padding: 10px 40px;
}

@media (max-width: 479px) {
  .main-menu {
    padding-top: 48px;
  }
}
.main-menu ul {
  display: table-cell;
  vertical-align: middle;
}

/*************************************************** FOOTER ***/
.home footer {
  z-index: 2;
}

body:not(.home) footer {
  margin-top: 3em;
}

.floating-footer footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

footer {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
footer .copyright {
  padding: 0 1rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.web footer .copyright, .songwriter footer .copyright {
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  footer .copyright {
    width: auto;
    display: inline-block;
    position: relative;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.5);
}

/************************************************ FORM ELEMENTS ***/
.form-group {
  margin: 1.5em 0;
}

label {
  font-weight: bold;
  margin-bottom: 0.25em;
  display: block;
}

textarea, input[type=text], input[type=email], input[type=password], select {
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 450px;
  width: 100%;
  background-color: #f9f9f9;
}

textarea {
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
}

input[type=text], input[type=email], input[type=password] {
  padding: 10px;
  height: 36px;
}

@media (min-width: 1024px) {
  input[type=text], input[type=email], input[type=password] {
    height: 50px;
  }
}
input[type=submit], button {
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  background-color: #444;
  outline: none;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 12px 36px;
  margin-top: 0.5em;
  padding: 6px 36px;
}
input[type=submit]:hover, button:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  input[type=submit], button {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  input[type=submit], button {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  input[type=submit], button {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  input[type=submit]:hover, button:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  }
}

.contact-form {
  background-color: #333;
  border-radius: 20px;
  padding: 1rem;
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.contact-form .ff-submit {
  background-color: #666 !important;
}

/****************************************  PAGE TEMPLATE STYLES  ****/
.social-icons {
  z-index: 1;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-content .social-icons {
  position: absolute;
}
@media (max-width: 480px) {
  .main-content .social-icons {
    right: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .main-content .social-icons {
    right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .main-content .social-icons {
    right: 3.5rem;
  }
}
header .social-icons {
  position: fixed;
  left: -100%;
}

.social-icons__icon {
  margin-bottom: 1rem;
  width: 26px;
  height: 24px;
  padding: 0.4rem 0.8rem;
  border: solid 2px #aaa;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.social-icons__icon path {
  fill: #333;
  transition: all 0.2s ease-in-out;
}
.social-icons__icon:hover {
  border-color: #fff;
  background: linear-gradient(#ccc 0%, #bbb 100%);
  box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.9);
}
.social-icons__icon:hover path {
  fill: #fff;
}

/*************************************** HOME PAGE STYLES ***/
/*************************************** INTERNAL PAGE STYLES ***/
.main-content p {
  font-size: 1rem;
}
.main-content .intro {
  font-weight: 300;
  margin-bottom: 2rem;
}
.main-content .intro p {
  font-size: 1.25rem;
}
.main-content ul {
  padding-left: 1.33rem;
}
.main-content li {
  list-style: disc;
  font-size: 1rem;
}

.album {
  background-color: #333;
  padding: 2rem;
  margin-bottom: 2rem;
}
.album a {
  color: #fff;
}
.album h2 {
  padding-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.album > h2 {
  padding-bottom: 2rem;
}

.album__info {
  color: rgba(255, 255, 255, 0.8);
}

.credit {
  margin-bottom: 1em;
  font-size: 1.2em;
}

@media (min-width: 600px) {
  .album-description {
    float: left;
    width: 70%;
  }
}

@media (max-width: 767px) {
  .cover {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cover {
    margin-bottom: 1rem;
    display: flex;
  }
}
.cover a {
  display: block;
}
@media (max-width: 599px) {
  .cover a {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .cover a {
    width: 26%;
    margin-right: 4%;
  }
}
.cover img {
  display: block;
}
@media (max-width: 767px) {
  .cover img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 599px) {
  .cover img {
    max-width: 150px;
  }
}

.song {
  margin: 0 0 2em 0;
}
.song h3 {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.song .description {
  clear: both;
}
.song iframe {
  margin-bottom: 1em;
}

.song__meta {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .song__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.buy {
  position: relative;
}
@media (max-width: 767px) {
  .buy {
    margin-top: 0.25rem;
  }
}
.buy a {
  display: flex;
  align-items: center;
}
.buy span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  height: 16px;
  transition: all 0.2s;
  border: solid 2px #f5f5f5;
  padding: 0.5rem;
}
.buy img {
  height: 16px;
  background-color: #f5f5f5;
  border: solid 2px #f5f5f5;
  padding: 0.5rem 0.75rem;
}
.buy:hover span {
  left: 110px;
}

.page-top h2 {
  padding-bottom: 0.5rem;
}
.app-buttons {
  margin-top: 1em;
}

.site-link {
  display: inline-block;
  width: auto;
  max-width: 48%;
}
.site-link img {
  display: block;
}
.site-link span {
  position: absolute;
  left: -30000px;
}

@media (max-width: 767px) {
  .main > .container-fluid:first-child {
    padding: 4em 15px 2em 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main > .container-fluid:first-child {
    padding: 4em 20px 4em 20px;
  }
}
@media (min-width: 1024px) {
  .main > .container-fluid:first-child {
    padding: 4em 30px 4em 30px;
  }
}

.content-sections {
  overflow: hidden;
  position: relative;
  background-color: #ffedd2;
  padding: 20px;
  border-radius: 5px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 520px) {
  .content-sections .page-header {
    text-align: center;
    position: relative;
  }
  .content-sections .page-header:before {
    content: "";
    display: block;
    height: 4px;
    background-color: #e9d6b9;
    transform: translateY(30px);
  }
  .content-sections h1 {
    text-align: center;
    background-color: #ffedd2;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
  }
  .content-sections h1:before, .content-sections h1:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    background-color: #ffedd2;
    position: absolute;
    top: 0;
  }
  .content-sections h1:before {
    left: -1em;
  }
}
@media (min-width: 1024px) {
  .content-sections {
    padding: 20px 3.5rem;
  }
}
.section {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (max-width: 767px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1270px) {
  .section {
    padding: 2em 3.5rem;
  }
}
@media (min-width: 1271px) {
  .section {
    padding: 2em 3.5rem;
  }
}

/*
.container-inner {
  @media (min-width: 1100px) {max-width:1084px; margin-left:auto; margin-right:auto;}
}
*/
@media (max-width: 1023px) {
  .section-content h3 {
    font-size: 14px;
  }
}
.separator {
  height: 2em;
  display: block;
  clear: both;
}

/********************************************* SUBSCRIBE ***/
.indicates-required {
  display: none;
}

.subscribe-heading {
  text-align: center;
}

#mc_embed_signup {
  margin: 1em auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
}
#mc_embed_signup .subscribe-heading {
  padding-bottom: 0;
  font-size: 18px;
}
#mc_embed_signup p, #mc_embed_signup .subscribe-heading, #mc_embed_signup div, #mc_embed_signup label {
  color: #fff !important;
}
#mc_embed_signup label {
  margin-top: 0.5em;
  font-size: 12px;
}
#mc_embed_signup .button {
  margin: 1em auto 0;
  display: block;
  max-width: 200px;
}
#mc_embed_signup .indicates-required {
  font-size: 14px;
}
@media (max-width: 450px) {
  #mc_embed_signup {
    margin: 1em;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  #mc_embed_signup {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  #mc_embed_signup .form-inputs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #mc_embed_signup .mc-field-group {
    margin-right: 1em;
  }
  #mc_embed_signup input[type=text], #mc_embed_signup input[type=email], #mc_embed_signup input[type=password] {
    height: 39px;
  }
}
@media (min-width: 1200px) {
  #mc_embed_signup .subscribe-heading {
    max-width: 360px;
    line-height: 1.2;
    text-align: left;
  }
  #mc_embed_signup #mc_embed_signup_scroll {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #mc_embed_signup #mc_embed_signup_scroll p {
    margin: 0 1em 0 1em !important;
    max-width: 300px;
  }
}

.noto-sans-enkonu {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.david-libre-regular {
  font-family: "David Libre", serif;
  font-weight: 400;
  font-style: normal;
}

.david-libre-bold {
  font-family: "David Libre", serif;
  font-weight: 700;
  font-style: normal;
}

.amiri-regular {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
}

.amiri-bold {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}

.platypi-enkonu {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerifCJKsc-Bold";
  src: url("https://assets-persist.lovart.ai/agent-static-assets/NotoSerifCJKsc-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "AlimamaShuHeiTi-Bold";
  src: url("https://assets-persist.lovart.ai/agent-static-assets/AlimamaShuHeiTi-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "NotoSansHans-Regular";
  src: url("https://assets-persist.lovart.ai/agent-static-assets/NotoSansHans-Regular.otf") format("opentype");
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "NotoSansHans-Regular", sans-serif;
  background-color: #0a0a0a;
  color: #e0e0e0;
  line-height: 1.6;
  margin: 0 auto;
  overflow-x: hidden;
}

header {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 1200px;
  z-index: 100;
  background-color: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(5px);
}

.logo {
  font-family: "AlimamaShuHeiTi-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
  color: #ffffff;
}

.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("/images/trees.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(120, 0, 0, 0.3), transparent 70%);
}

.hero-content {
  text-align: center;
  z-index: 2;
  width: 100%;
}

.hero h1 {
  margin-bottom: 20px;
  padding: 0 2em;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(200, 0, 0, 0.5);
}

.hero-tagline {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: 2px;
  opacity: 0.8;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .hero-tagline {
    font-size: 16px;
  }
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  font-size: 14px;
  letter-spacing: 2px;
  animation: bounce 2s infinite;
  cursor: pointer;
  transition: all 0.3s;
}
.scroll-down:hover {
  color: #c00;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-2px);
  }
  60% {
    transform: translateY(-5px);
  }
}
section {
  padding: 100px 0;
  position: relative;
}

.section-title {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 2em;
  text-align: center;
  letter-spacing: 4px;
  color: #ffffff;
}

.section-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.music-section {
  background-color: #0f0f0f;
  position: relative;
}

.music-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(80, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
}

.release__announcement {
  text-align: center;
  padding: 0 1em 1em;
}

/*
.video {
  position: relative;
  width:100%;
  height: 0;
  padding-bottom: 56.25%;

  iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
  }

}
     */
.video-container {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25%;
  z-index: 2;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 0 0 30px rgba(150, 0, 0, 0.3);
}

.song-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 1em;
  letter-spacing: 3px;
  color: #c00;
}

.release {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.release_announcement {
  margin-bottom: 1rem;
}

.release__cover {
  margin-bottom: 1rem;
}

.release__outlets {
  justify-content: center;
}
.release__outlets a {
  margin: 0 1rem;
  opacity: 0.5;
  transition: all 0.3s;
  text-decoration: none;
}
.release__outlets a:hover {
  opacity: 1;
  text-decoration: none;
}

.streaming-platforms {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.platform {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.platform:hover {
  transform: translateY(-5px);
  color: #c00;
}

.platform i {
  font-size: 32px;
  margin-bottom: 10px;
}

.bio-section {
  background-color: #0a0a0a;
  position: relative;
}

.bio-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23300000' fill-opacity='0.1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.bio-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #1a1a1a;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  color: #999;
}

.bio-content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
}

.bio-content p:last-child {
  margin-bottom: 0;
}

.section-title {
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -0.6em;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.7), transparent);
}

.highlight {
  color: #fff;
  font-weight: bold;
}

footer {
  padding: 50px 0 20px;
  text-align: center;
  position: relative;
  background-color: #0a0a0a;
}

.tree-silhouette {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url("/images/treeline.webp");
  background-size: 100%;
  background-position: top;
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links a {
  color: #e0e0e0;
  margin: 0 15px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #c00;
}

.copyright {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  body, header {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
