* {
  margin: 0;
  padding: 0;
}

:root {
  font-family: 'Oswald', sans-serif;
  font-family: 'Roboto', sans-serif;
  color:#ffffff;
}
::-moz-selection { /* Code for Firefox */
  background: #028a53;
}

::selection {
  background: #028a53;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

body {
  background-color: #010101;
}

img{
  display: inline-block;
  width: 100%;
}

/* HEADER */

body > header{
  position: relative;
  width: 100%;
  height:100vh;
  max-height: 800px;
}

body > header > div{
  position: absolute;
  width: 100%;
  height: 100%;
}

body > header > div:first-of-type{
  z-index: 2;
  background-color: #01010180;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > header img{
  padding-bottom: 30px;
  display: inline-block;
  width: 45%;
  pointer-events: none;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

body > header > div:last-of-type{
  z-index: 1;
}

body > header video{
  display: inline-block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body > header h2{
  padding: 0 15px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  opacity: .5;
}

@media (min-width: 35em) {
  body > header{
    max-height: none;
  }
  body > header img{
    display: inline-block;
    width: 45%;
  }
}

@media (min-width: 45em) {
  body > header img{
    width: 30%;
  }
}

@media (min-width: 60em) {
  body > header img{
    width: 20%;
  }
  body > header h2{
    font-size: 60px;
    padding-top: 100px;
  }
}

/* MAIN */

body > main{
  margin: 0 auto;
  padding: 15px;
  max-width: 1200px;
}

@media (min-width: 20em) {
  body > main{
    padding: 30px;
  }
}

/* NAV */
#navigation.sticky{
  z-index: 5;
  padding: 15px 0 15px 0;
  background-color: #010101;
}
#navigation nav{
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  z-index: 5;
  position: relative;
}

#navigation nav a{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color:#ffffff;
  font-size: 24px;
  margin-right: 10px;
}
#navigation nav a:hover{
  color:#028a53;
}
#navigation nav a.showonsticky{
  display: none;
}
#navigation.sticky nav a.showonsticky{
  display: inline;
}
#navigation.sticky nav a.showonsticky img{
  width: 25px;
  display: inline-block;
}

@media (min-width: 80em) {
  #navigation nav{
    margin-bottom: 0;
  }
}


/* JUMBOTRON */
#jumbotron{
  position: relative;
  z-index: 3;
}
#jumbotron h1{
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  line-height: 80px;
  position: relative;
  z-index: 1;
}
#jumbotron > div > div:first-of-type{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#jumbotron a{
  z-index: 2;
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-right: 5px;
}
#jumbotron a:last-of-type{
  margin-right: 10px;
}
#jumbotron a svg{
  height: 25px;
  width:25px;
}
#jumbotron a svg circle, #jumbotron a svg path{
  fill:#028a53;
  transition: 0.25 all ease-in;
}
#jumbotron a:hover svg circle, #jumbotron a:hover svg path{
  fill: #ffffff;
}

@media (min-width: 25em) {
  #jumbotron h1{
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 40em) {
  #jumbotron h1{
    font-size: 125px;
    line-height: 125px;
  }
  #jumbotron > div > div:first-of-type{
    justify-content: flex-end;
    width: 300px;
  }
  #jumbotron a{
    height: 30px;
    width: 30px;
    margin-right: 7px;
  }
  #jumbotron a:last-of-type{
    margin-right: 13px;
  }
  #jumbotron a svg{
    height: 30px;
    width:30px;
  }
}

@media (min-width: 50em) {
  #jumbotron h1{
    font-size: 150px;
    line-height: 150px;
  }
  #jumbotron > div > div:first-of-type{
    width: 360px;
  }
}

@media (min-width: 60em) {
  #jumbotron h1{
    font-size: 198px;
    line-height: 198px;
  }
  #jumbotron > div > div:first-of-type{
    width: 475px;
  }
}

@media (min-width: 80em) {
  #jumbotron h1{
    white-space: nowrap;
  }
  #jumbotron > div > div:first-of-type{
    width: 100%;
  }
}

/* BIO */

#biography{
  margin-top: 20px;
  position: relative;
}

#biography > div:first-of-type{
  position: relative;
  z-index: 2;
  text-shadow: #000 1px 0 10px;
  width: 80%;
  padding-top: 200px;
  line-height: 1.35em;
  text-align: justify;
}

#biography > div:last-of-type{
  position: absolute;
  top:-40px;
  right:0;
  z-index: 1;
  width: 80%;
}

#biography > div:last-of-type img{
  height: 300px;
  object-fit: cover;
}

@media (min-width: 40em) {
  #biography > div:last-of-type{
    top:-60px;
  }
  #biography > div:last-of-type img{
    height: 450px;
  }
  #biography > div:first-of-type{
    width: 60%;
    padding-top: 340px;
  }
}

@media (min-width: 50em) {
  #biography > div:last-of-type{
    top:-60px;
    width: 60%;
  }
  #biography > div:last-of-type img{
    height: 600px;
  }
  #biography > div:first-of-type{
    width: 50%;
    padding-top: 200px;
    min-height: 400px;
  }
}

@media (min-width: 60em) {
  #biography > div:last-of-type{
    width: 75%;
  }
  #biography > div:first-of-type{
    width: 40%;
    padding-top: 100px;
    min-height: 450px;
  }
}

@media (min-width: 80em) {
  #biography > div:last-of-type{
    top:0px;
    right: -100px;
    width: 80%;
  }
  #biography > div:last-of-type img{
    height: 700px;
  }
  #biography > div:first-of-type{
    padding-left: 50px;
    width: 30%;
    padding-top: 150px;
    min-height: 550px;
  }
}

/* SONGS */

#songs{
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap : 5px;
}

#songs img{
  aspect-ratio: 1 / 1;
}

#songs a:last-of-type{
  display: inline-flex;
  padding-top: 10px;
  color:#ffffff4f;
  text-decoration: none;
}

#songs a:last-of-type:hover{
  color:#028a53;
}

@media (min-width: 30em) {
  #songs{
    grid-template-columns: 1fr 1fr 1fr;
    gap : 10px;
  }
}

@media (min-width: 40em) {
  #songs{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 50em) {
  #songs{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 70px;
    gap : 20px;
  }
}

@media (min-width: 60em) {
  #songs{
    margin-top: 90px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap : 30px;
  }
}

/* SHOWS */

#shows{
  margin-top: 60px;
}

#shows > div:first-of-type div{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}

#shows > div:first-of-type div::before{
  position: absolute;
  top:50%;
  content : "";
  width: 98%;
  border: #028a53 solid 1px;
  z-index: 1;
}

#shows > div:first-of-type div p:first-child{
  padding-right: 10px;
}

#shows > div:first-of-type div p:last-child{
  width: 105px;
  padding-left: 10px;
}

#shows > div:first-of-type div p{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #000;
  position: relative;
  z-index: 2;
}
#shows > div:last-of-type{
  display: none;
}

@media (min-width: 40em) {
  #shows{
    display: flex;
    justify-content: space-between;
    
  }
  #shows > div:first-of-type{
    order:2;
    width: calc( 60% - 20px ) ;
    padding-top: 40px;
  }
  #shows > div:last-of-type{
    display: inherit;
    order:1;
    width: 40%;
  }

  #shows > div:last-of-type img{
    min-height: 300px;
    object-fit: cover;
  }
}

@media (min-width: 50em) {
  #shows > div:first-of-type div p:last-child{
    width: 140px;
    padding-left: 10px;
  }
  #shows > div:first-of-type div p{
    font-size: 26px;
  }
  #shows > div:last-of-type img{
    min-height: 500px;
  }
}

@media (min-width: 60em) {
  #shows > div:first-of-type{
    width: calc( 60% - 40px ) ;
  }
  #shows > div:last-of-type img{
    min-height: none;
  }
}

/* FOOTER */
footer{
  text-align: center;
}
footer > p{
  margin-top: 30px;
  margin-bottom: 90px;
  color:#888;
  text-decoration: none;
}
footer > div > div:first-child img{
  max-width: 150px;
  margin-bottom: 30px;
}
footer > div > div:last-child{
  display: flex;
  flex-direction: column;
}

footer > div > div:last-child > div{
  margin-bottom: 15px;
  line-height: 1.5em;
}

footer > div > div:last-child > div > p:first-child{
  color:#888;
}
footer > div > div:last-child > div > a:last-child{
  color:#fff;
  text-decoration: none;
}
footer > div > div:last-child > div > a:last-child:hover{
  color:#028a53;
}

@media (min-width: 40em) {
  footer{
    margin-top: 40px;
  }
}

@media (min-width: 60em) {
  footer > div{
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  footer > div > div:first-child img{
    margin-bottom: 0;
    margin-right: 30px;
  }
  footer > div > div:last-child > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-bottom: 5px;
  }
  footer > div > div:last-child > div > p:first-child{
    margin-right: 15px;
  }
}