/********* GENERAL *********/
body {
  background-color: rgb(255, 210, 0, 1.0);
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}
h1, h2, h3, h4, li, .button {
  font-family: "Chelsea Market", serif;
  font-weight: 400;
  font-style: normal;
}
/*h1 {
  font-size: 4.5rem;
  line-height: 4.75rem;
  padding: 20vh 0 0 0;
}*/
h2 {
  font-size: 2.8rem;
  line-height: 2rem;
  margin: 0 0 3rem 0;
}
h3 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem 0;
}
h4 {
  font-size: 1.2rem;
  margin: 3.5rem 0 1.5rem 0;
  line-height: 1.75rem;
}
p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 3rem 0;
}
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 4rem;
  max-width: 1100px;
  z-index: 0;
}
.bg-solid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: -95;
}
.bg-img {
  position: fixed;
  background-image: url("../img/bg_grunge.svg");
  width: 100vw;
  height: 100vh;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  z-index: -90;
}
.button {
  font-size: 1.2rem;
  height: 2.35rem;
  width: 12.9rem;
  margin: 1rem auto 0 auto;
  padding: 0.75rem 0 0 0;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  transition: 0.5s;
}
.button:hover {
  color: rgb(255, 210, 0, 1.0);
  opacity: 0.7;
  scale: 1.035;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.bounce {
  animation-name: bounce;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
@keyframes bounce {
  0%  {translate:0rem 0rem;}
  15% {translate:0rem 0rem;}
  30% {translate:0rem -1rem;}
  45% {translate:0rem 0rem;}
  60% {translate:0rem -1rem;}
  75% {translate:0rem 0rem;}
  100%  {translate:0rem 0rem;}
}





/********* NAV *********/
.nav {
  position: fixed;
  width: 100vw;
  z-index: 100;
  background-color: rgb(0, 0, 0, 1.0);
  padding: 0.7rem 0;
  color: rgb(255, 255, 255, 1.0);
}
.branding {
  float: left;
  margin: 0.35rem 0 0 0;
  transition: 0.5s;
}
.branding img {
  height: 3rem;
}
.branding:hover {
  opacity: 0.5;
}
.menu {
  float: right;
  margin: 1.15rem 0 0 0;
}
.menu li {
  display: inline-block;
  margin: 0 0 0 2rem;
  transition: 0.5s;
}
.menu li:hover {
  color: rgb(255, 210, 0, 1.0);
  scale: 1.15;
}
.menu img {
  transition: 0.5s;
}
#hamburger {
  display: none;
  float: right;
  cursor: pointer;
  margin: 0.2rem 0.2em -0.5rem 0;
}
#hamburger span {
  font-size: 2.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}





/********* MAIN *********/
.main {
  position: relative;
  width: 100vw;
  height: 100vh;
}
/*.main-img {
  position: fixed;
  right: 30vw;
  bottom: 0px;
  height: 85vh;
  max-height: 920px;
  z-index: -100;
}*/
h1 {
  font-size: min(10vmin, 4.5rem);
  line-height: min(11.5vmin, 4.75rem);

  padding: 20vh 0 0 0;
}
.main-img {
  height: 90vmax;
  max-height: min(80vh, 134vw);
  left: calc(50vw - 70vmin);

  position: fixed;
  bottom: 0px;
  z-index: -100;
}
.main-content {
  text-align: right;
}
.socials ul {
  display: flex;
  align-items: center;
}
.socials-main {
  position: relative;
  margin-top: calc(63vh - 17rem);
  padding: 0rem;
}
.socials-main img {
  width: 2.1rem;
  opacity: 1;
}
.socials-main img:hover {
  opacity: 0.65;
}
.down-chevron {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 90vh;
  text-align: center;
}
.paper-tear {
  position: absolute;
  width: 100vw;
  left: 0px;
  overflow: hidden;
}
.paper-tear-top {
  top: -1px;
}
.paper-tear-bottom {
  bottom: -1px;
  transform: rotate(180deg);
}





/********* ABOUT *********/
.about {
  position: relative;
  background-color: rgb(0, 0, 0, 1.0);
  padding: 4rem 0;
  color: rgb(255, 255, 255, 1.0);
}
#reveal-text {
  max-height: 0px;
  overflow: hidden;
  transition: 2s ease;
}
.about-content a {
  transition:1.5s;
}
.about-content a:hover {
  color: rgb(255, 210, 0, 1.0);
  scale: 1.15;
}
.about .button {
  background-image: url("../img/button1_wht.svg");
  color: rgb(0, 0, 0, 1.0);
}





/********* MUSIC *********/
.music {
  position: relative;
  /* background-color: rgb(80, 80, 80, 1.0); */
  padding: 12rem 0;
  color: rgb(255, 255, 255, 1.0);
  text-align: center;
}
.music .bg-solid {
  background-color: rgb(50, 50, 50, 1.0);
}
.music-img {
  position: absolute;
  background-image: url("../img/music_img.jpg");
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  top: 0;
}
.spotify-container {
  width: 48%;
  min-width: 19rem;
  margin: 0 auto;
}
.streaming {
  float: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.streaming img {
  max-width: 5.5rem;
  max-height: 1.5rem;
  opacity: 1.0;
}
.streaming img:hover {
  opacity: 1.0;
  filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 1));
  -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 1));
}





/********* GIGS *********/
.gigs {
  position: relative;
  background-color: rgb(0, 0, 0, 1.0);
  padding: 4rem 0;
  text-align: center;
  color: rgb(255, 255, 255, 1.0);
}
.gigs h4 {
  color: rgb(255, 210, 0, 1.0);
  margin: 0 0 1.25rem 0;
}
.gigs h4 a:hover {
  color: rgb(255, 255, 255, 1.0);
}
.gigs br {
  display: none;
}





/********* CONTACT *********/
.contact {
  position: relative;
  padding: 12rem 0;
  text-align: center;
}
.contact .bg-solid {
  background-color: rgb(255, 255, 255, 1.0);
}
.contact .button {
  background-image: url("../img/button1_blk.svg");
  color: rgb(255, 210, 0, 1.0);
}
.contact .button:hover {
  color: rgb(255, 255, 255, 1.0);
}





/********* FOOTER *********/
.footer {
  position: relative;
  background-color: rgb(0, 0, 0, 1.0);
  padding: 0 0 1rem 0;
  color: rgb(255, 255, 255, 1.0);
}
.foot-content {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(80, 80, 80, 1.0);
  padding: 0 0 3rem 0;
  margin: 0 auto 1.5rem auto;
}
.socials-foot img {
  width: 1.7rem;
  opacity: 0.65;
}
.socials-foot img:hover {
  opacity: 1.0;
}
.copyright p {
  font-size: 0.8rem;
  color: rgb(110, 110, 110, 1.0);
  text-align: center;
}
.copyright br {
  display: none;
}









/*************************** MEDIUM BROWSERS ***************************/
@media only screen and (max-width: 900px) {
  /********* GENERAL *********/
  /*h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    padding: 14vh 0 0 0;
  }*/
  h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin: 0 0 2rem 0;
  }
  h3 {
    font-size: 1.35rem;
    margin: 0 0 1rem 0;
  }
  h4 {
    font-size: 1.1rem;
    margin: 2.5rem 0 1.2rem 0;
    line-height: 1.6rem;
  }
  .container {
    padding: 0;
    width: 80%;
    min-width: 260px;
  }
  
  
  
  
  
  /********* NAV *********/
  .nav {
    padding: 0.3rem;
  }
  .branding {
    margin: 0.5rem 0 0 0;
  }
  .branding img {
    height: 2.4rem;
    cursor: pointer;
  }
  #hamburger {
    display: block;
  }
  #menu {
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    font-size: 1.8rem;
    left: 0;
  }
  .menu li {
    display: block;
    margin: 1.8rem auto 0 auto;
    text-align: center;
  }





  /********* MAIN *********/
  h1 {
    font-size: min(10vmin, 4rem);
    line-height: min(11.5vmin, 4.25rem);
    padding-top: max(10vh, 6rem);
  }
  .main-img {
    height: 80vmax;
    max-height: 68vh;
    left: calc(50vw - 60vmin);
  }
  .socials-main {
    display: none;
  }





  /********* MUSIC *********/
  .music {
    padding: 7rem 0;
  }
  .quote br {
    display: none;
  }
  .streaming ul {
    flex-wrap: wrap;
  }
  .streaming li {
      width: 100%;
    margin: 1rem 0 1rem 0;
  }
  .streaming img {
    max-width: 6.75rem;
    max-height: 3rem;
  }





  /********* GIGS *********/
  .gigs br {
    display: inline;
  }





  /********* CONTACT *********/
  .contact {
    padding: 7rem 0;
  }





  /********* FOOTER *********/
  .foot-content {
    margin: 0 auto 1.5rem auto;
  }
  .socials-foot {
    width: 82%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .socials-foot ul {
    padding: 1.5rem 0;
  }
  .socials-foot li {
    margin: 0 1rem;
    width: 100%;
  }
  .copyright br {
    display: inline;
  }
}









/*************************** SMALL BROWSERS ***************************/
@media only screen and (max-width: 390px) {
    h1 {
    padding-top: max(10vh, 5.5rem);
  }
  .main-img {
    left: calc(50vw - 80vmin);
    max-height: 63vh;
  }
}