@charset "utf-8";

@font-face {
  font-family: Tomatoes;
  src: url(../font/Tomatoes.ttf);
}

@font-face {
  font-family: Gotham;
  src: url(../font/Gotham.ttf);
}

/* ---------- GENERAL PURPOSE ---------- */
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
}
h5{
  margin-top: 25px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

/* ---------- MENU ---------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: 2;
  overflow-y: hidden;
  background-color: rgba(0,0,0, 0.9);
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.overlay a {
  display: block;
  padding: 8px;
  font-size: 36px;
  text-decoration: none;
  color: #818181;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.menu span{
  position: fixed;
  top: 10px;
  right: 1%;
  z-index: 1;
  margin-right: 20px;
  font-size: 40px;
  color: #9A9A9A;
}
.menu span:hover, .menu span:focus {
  color: rgba(200,200,200, 0.9);
  cursor: pointer;
  transition: 0.2s;
}

/* ---------- TOP-BANNER ---------- */
.hero-image {
  position: relative;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/BG.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  text-align: center;
  color: white;  
}

.hero-text img{
  height: auto;
  width: 115%;
  max-width: 750px;
}

/* ---------- TOP VIDEO ---------- */
.embed-container { 
  position      : relative; 
  margin-top    : 150px;
  margin-left   : 10%;
  margin-right  : 10%;
  padding-bottom: 56.25%; 
  overflow      : hidden;
}
.embed-container iframe {
  position: absolute;
  left    : 0; 
  top     : 0; 
  height  : 100%;
  width   : 100%;
}

/* ---------- BIO ---------- */
.daisy{
  position         : relative;
  height           : 500px;
  margin-top       : 150px;
  background-image : url("../img/Daisy_Banner.jpg");
  background-repeat: no-repeat;
  background-size  : cover;
}
.vrstl{
  position         : relative;
  height           : 500px;
  margin-top       : 150px;
  background-image : url("../img/VRSTL_Banner.jpg");
  background-repeat: no-repeat;
  background-size  : cover;
}
.bio{
  position: absolute;
  top: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0,0,0,0.75);
}
.bio h1{
  text-align: center;
}
.bio p{
  margin-bottom: 0px;
  font-size: 12px;
  text-align: justify;
}
.daisy .bio{
  margin-top: 110px; 
  margin-right: 25px;
}
.daisy .bio h1{
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: Tomatoes, 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2rem;
}
.vrstl .bio{
  margin-top: 25px;
  margin-left: 10px;
}
.vrstl .bio h1{
  font-family: Gotham, 'Montserrat', Arial, Helvetica, sans-serif;
}

/* Style all font awesome icons */
.fa {
  width: 50px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #DDDDDD;
  transition: 0.2s;
}
.fa:hover {
  color: #DDDDDD;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s;
}

/* ---------- lIVE EVENT ---------- */
.concerts{
  margin-top: 150px;
}
.concerts h1{
  text-align: center;
}
.concerts h4{
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
}
.concerts .upcoming h3{
  font-size: 16px;
  font-weight: 200;
}
.concerts .previous{
  border-top: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  padding-bottom: 25px;
}
.concerts .previous-last{
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  padding-bottom: 25px;
}
.concerts .previous .date h3{  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 600;
}
.concerts .previous h3{
  font-size: 16px;
  text-align: left;
}
.concerts .previous .place a{
  color:#FFFFFF;  
  transition: 0.3s;
}
.concerts .previous .place a:hover{
  text-decoration-line: none;
  color: rgba(200,200,200, 0.9);
  transition: 0.2s;
}

/* ---------- SETLIST ---------- */
.setlist{
  margin-top: 150px;
}
.setlist h1{
  text-align: center;
}
.setlist h4{
  margin-top: 50px;
  margin-bottom: 50px;
  font-size:20px;
  text-align: center;
}
.setlist h6{
  font-weight: 100;
  text-align: center;
}
.setlist .video{
  transition: 0.2s;  
}
.setlist .video:hover{
  text-decoration: none;
  color: #DDDDDD;
  opacity: 0.7;
  transition: 0.2s;
  cursor: pointer;
}
.setlist .fa:hover {
  opacity: 100%;
}
.setlist .fa-play{
  padding-left: 0px;
  transform: rotate(120deg);
  transform-origin: 18px 10px;
  font-size: 14px;
}
.setlist .embed-container {
  position      : relative;
  display       : none;
  margin-top    : 0px;
  margin-bottom : 10px;
  padding-bottom: 56.25%;  
  overflow      : hidden;
}
.setlist .embed-insta-media{
  display: none;
}
.setlist .embed-insta-media video{
  height: 100%;
  width : 100%;
}
.setlist .embed-fb-media{ 
  position      : relative; 
  display       : none;
  margin-left   : 10%;
  margin-right  : 10%;
  padding-bottom: 47%; 
  overflow      : hidden;
}
.setlist .embed-fb-media iframe {
  position: absolute;
  height  : 100%;
  width   : 100%;
}

/* ###################################################################### */
/* #########################     RESPONSIVE     #########################*/
/* ###################################################################### */

/* Large desktop */
@media (min-width: 1200px) {
  .daisy .bio{margin-top: 65px;}
  .vrstl .bio{margin-top: 120px;}
  .setlist .embed-insta-media{
    display: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

/* Default */
@media (min-width: 992px) and (max-width: 1199px) {
  .daisy .bio{margin-top: 75px;}
  .vrstl .bio{margin-top: 110px;}
  .setlist .embed-insta-media{
    display: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-image {height: 40%;} 
  .daisy .bio{margin-top: 30px;}
  .setlist .embed-insta-media{
    display: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
 
/* Landscape phone to portrait tablet */
@media (min-width: 576px) and (max-width: 767px) {
  .hero-image{height: 40%;}  
  .menu span{font-size: 30px;} 
  .daisy{
    height: 1080px;
    background-image: url("../img/Daisy_LS.jpg");
    background-position: center;
  }
  .daisy .bio{
    margin-top: inherit;
    margin-right: 15px;
    transform: translateY(130%);
  }
  .daisy p{font-size: 16px;}
  .vrstl{  
    height: 1080px;
    background-image: url("../img/VRSTL_LS.png");
    background-position: center;  
  }
  .vrstl .bio{
    margin-top: inherit;
    margin-left: 0px;
    margin-right: 15px;
    transform: translateY(200%);
  }  
  .vrstl p{font-size: 16px;}
  .concerts .previous .date h3{text-align:center;}
}
 
/* Landscape phones and down */
@media (max-width: 575px) {
  .hero-image{height: 40%;} 
  .overlay{overflow-y: auto;}
  .overlay a{font-size: 20px;}
  .overlay .closebtn{
    top: 15px;
    right: 35px;
    font-size: 40px;
  }  
  .menu span{font-size: 30px;}
  .daisy{
    height: 1080px;
    background-image: url("../img/Daisy_LS.jpg");
    background-position: center;
  }
  .daisy .bio{
    margin-top: inherit;
    margin-right: 15px;
    transform: translateY(130%);
  }
  .vrstl{   
    height: 1080px;
    background-image: url("../img/VRSTL_LS.png");
    background-position: center; 
  }
  .vrstl .bio{
    margin-top: inherit;
    margin-left: 0px;
    margin-right: 15px;
    transform: translateY(230%);
  } 
  .concerts .previous .date h3{
    position: relative;
    top: inherit;  
    transform: translateY(0%);
    text-align:center;
  }
  .concerts .previous .place{text-align:center;}
}