html{
  background:#f5f1f1;
}
body{
  margin:0;
  padding:0;
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  background:#f5f1f1;
  color:#231f20;
  font-size: 1em;
  letter-spacing: -1px;
}
a{
  color:#231f20;
  text-decoration: none;
  border-bottom: 1px solid #231f20;
  transition: .5s ease-in-out;
  padding:0;
}
a:hover{
  opacity:0.7;
}
#intro h4 a:hover{
  padding:0 10px;
}
h1, h2, h3, h4{
  margin:0;
  padding:0;
  text-transform: uppercase;
  font-weight: 400;
}
h1{
  font-size: 3em;
}
h2{
  font-size: 2.5em;
}
h3{
  font-size: 2em;
}
h4{
  font-size: 1.5em;
}
section{
  padding:30px;
  min-height: 100vh;
  min-height: calc(100vh - 157px);
}
section h2{
  text-align: center;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
#navigation{
  list-style: none;
  xcolor:#ebeaeb;
  background:#f5f1f1;
  border-bottom: 1px solid #cecfd3;
  xopacity:0;
  margin:0;
  padding:15px;
  text-align: center;
  letter-spacing: 0;
  xtext-transform: uppercase;
  xanimation: fadeIn 2s ease-in-out 1s forwards;
}
#navigation li{
  display: inline-block;
  padding:0 10px 0 0;
}
#navigation li::after{
  content:" | ";
  padding-left:10px;
}
#navigation li:last-child::after{
  content:"";
}
#navigation li a{
  border-bottom:none;
}
x#navigation li a:hover{
  color:#f5f1f1;
  border-bottom: 1px solid #ebeaeb;
}
#intro{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:30px;
  text-align: center;
}
#intro h2{
  font-style: italic;
}
#albuminfo{
  align-self: center;
  justify-self: center;
}
#intro h3{
  margin:15px 0;
}
#intro video{
  width:auto;
  height: 100%;
  height: calc(100vh - 157px);
}

#contact, #discography{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:30px;
  position: relative;
  margin:60px 30px;
}
#contact h2{
  position: absolute;
  text-align: center;
  width:100%;
  width:calc(100vw - 60px);
  top:30px;
}
#contact div{
  align-self: center;
}
#left, .left{
  text-align: right;
}
#contact p{
  margin-bottom: 30px;
}
#discography img{
  width:100%;
  height: auto;
  max-width:250px;
  margin-bottom: 60px;
}
#discography h3{
  font-style: italic;
}
#discography ul{
  list-style: none;
  margin:15px 0 0 0;
  padding:0;
  letter-spacing: 0;
}
.imglink{
   border-bottom: none;
}
#bio, #video{
  letter-spacing: 0;
  max-width: 900px;
  margin:60px auto;
  text-align: justify;
}
#video iframe{
  width:100%;
  min-height: 60vh;
}
#footer{
  text-align: center;
  font-size: 1.25em;
  position: fixed;
  bottom: 0;
  width:100%;
  color:#ebeaeb;
  background:#f5f1f1;
  border-top:1px solid #cecfd3;
  padding:15px 0;
}
#footer ul{
  list-style: none;
  margin:0;
  padding:0;
}
#footer ul li{
  display: inline-block;
  padding:0 10px;
}
#footer a{
  border-bottom:none;
}
#bio img{
  width:100%;
  height: auto;
}

@media ( orientation : portrait ){
  #intro, #contact, #discography{
    grid-template-columns: 1fr;
  }
  #intro video{
    width:100%;
    height: auto;
  }
  #contact{
    text-align: center;
  }
  #contact h2{
    position: static;
  }
  #contact div{
    align-self: auto;
  }
  #left, .left{
    text-align: center;
  }
  #footer{
    position:static;
  }
  #video iframe{
    min-height: 40vh;
  }
  #discography img{
    max-width:100%;
  }
}
