html {

}

.italics{
  font-style: italic;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: black;;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: local('Montserrat-Bold'),
  url("../font/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: local('Montserrat-SemiBold'),
  url("../font/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: local('Montserrat-Regular'),
  url("../font/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Light";
  src: local('Montserrat-Light'),
  url("../font/Montserrat-Light.ttf") format("truetype");
}

@font-face{
    font-family:"Gotham Medium";
    src:local("Gotham Medium"), 
    local("Gotham-Medium"),
    url("../font/GothamSSm-Medium.otf") format('opentype');
  }

  @font-face{
    font-family:"Gotham Medium Italic";
    src:local("Gotham Medium Italic"), 
    local("Gotham-Medium-Italic"),
    url("../font/GothamSSm-MediumItalic.otf") format('opentype');
  }

  @font-face{
    font-family:"Amazon Ember Light";
    src:local("Amazon Ember Light"), 
    local("Amazon-Ember-Light"),
    url("../font/AmazonEmber-Light.woff") format('woff');
  }


  @font-face{
    font-family:"Amazon Ember";
    src:local("Amazon Ember"), 
    local("Amazon-Ember"),
    url("../font/AmazonEmber-Regular.ttf") format('truetype');
  }

  @font-face{
    font-family:"Amazon Ember Bold";
    src:local("Amazon Ember Bold"), 
    local("Amazon-Ember-Bold"),
    url("../font/AmazonEmber-Bold.ttf") format('truetype');
  }



.subs{
  font-size:.7em;
}

#containers {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    width: 50%;   
}

#main {
     width: 100%;
   height: 100%;
   margin: 0 auto;
       padding-bottom: 10%;
       /* background: no-repeat url(../img/bg-gradient.jpg); */
       /* background-size: cover; */
       font-style: normal;
       font-size: 16px;
       font-family: "Montserrat-Light";
       min-height: 100vh;
       padding: 0 0 4em 0;
       max-width: 1440px;
       margin: 0 auto;
}

#container {

}

#header {
  width: 100%;
}

#header img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.divider-line {
  padding: 0;
      margin: 0px auto;
          text-align: center;
          width: 100%;
          height: 6px;
      background: rgb(181,138,110);
      background: linear-gradient(45deg, rgba(181,138,110,1) 0%, rgba(186,146,114,1) 14%, rgba(189,154,124,1) 28%, rgba(220,201,161,1) 43%, rgba(227,222,213,1) 57%, rgba(220,201,161,1) 71%, rgba(189,154,124,1) 85%, rgba(186,146,114,1) 100%);  
  }

  .divider-line.sub {
    padding: 0;
      margin: 0px auto;
          text-align: center;
          width: 65%;
          height: 3px;
      background: rgb(181,138,110);
      background: linear-gradient(45deg, rgba(181,138,110,1) 0%, rgba(186,146,114,1) 14%, rgba(189,154,124,1) 28%, rgba(220,201,161,1) 43%, rgba(227,222,213,1) 57%, rgba(220,201,161,1) 71%, rgba(189,154,124,1) 85%, rgba(186,146,114,1) 100%);  
  }


.citadel-left, .citadel-right, .citadel-bottom, .citadel-top{
  position:absolute;
  z-index: 999;
}

.citadel-top, .citadel-bottom {
  width:100%;
}

.godfather > #music-container > #song-container {
  height:800px;
  padding-top:0;
}

.daisy > #music-container > #song-container {
  height:450px;
  padding-top:0;
}

#music, #song, #song2, #song3, .music-withlove {
  width: 100%;
  margin: 25px auto 10px;
  max-width: 100%;
}

#music img, #song img, #song2 img,#song3 img, .music-withlove img {
  width: 100%;
}

#composer, #songWriter,#songWriter2,#songWriter3, .composer-withlove {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
  padding: 0px 0 10px;
}

#composerGenV{
  width: 100%;
  margin: 0 auto;
  max-width:600px !important;
  padding: 0px 0 10px;
}

#composer img, #songWriter img,#songWriter2 img,#songWriter3 img, .composer-withlove img {
  width: 100%;
}

#buttons , #topButtons,#topButtons2,#topButtons3, .buttons-withlove, .music-box > #buttons, #ep-0-buttons{
  list-style: none;
  padding: 0;
  width: 100%;
  /*margin: 20px auto;*/
  text-align: center;
}

#buttons, .buttons-withlove, #ep-0-buttons{
  margin:20px auto;
}

#topButtons, #topButtons2, #topButtons3{
  margin-top:-10px;
}

.theboys > #song-container > #topButtons{
  margin-top:0px;
}

.samara > #music-container > #buttons{
  margin-top:-5px;
}

#ep-0-buttons li, #buttons li, #topButtons li,#topButtons2 li,#topButtons3 li, .buttons-withlove li, #ep-0-buttons li,  .music-box > #buttons li{
  display: inline-block;
  margin: 15px 30px;
  text-align: left;
  width: 30%;
  background-color: #262626;
   /* border: 1px solid; */
  /* border-image-slice: 1; */
  /* border-width: 2px; */
  /* border-image-source:linear-gradient(45deg, rgba(181,138,110,1) 0%, rgba(186,146,114,1) 14%, rgba(189,154,124,1) 28%, rgba(220,201,161,1) 43%, rgba(227,222,213,1) 57%, rgba(220,201,161,1) 71%, rgba(189,154,124,1) 85%, rgba(186,146,114,1) 100%);   */
  background-size: 1%;
    -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  }

  #ep-0-buttons li.buttonOn, #buttons li.buttonOn, #ep-0-buttons li:hover, #buttons li:hover, #topButtons li.buttonOn,#topButtons2 li.buttonOn,#topButtons3 li.buttonOn, #topButtons li:hover,#topButtons2 li:hover,#topButtons3 li:hover, .buttons-withlove li:hover {
    background: rgb(237,219,133);
    background: linear-gradient(90deg, rgba(237,219,133,1) 0%, rgba(196,161,97,1) 100%);  
  }

#ep-0-buttons li:hover a, #buttons li:hover a, #topButtons li:hover a,#topButtons2 li:hover a,#topButtons3 li:hover a, .buttons-withlove li:hover a{
   color: black;
   /* font-weight: bold !important; */
}

.buttonOn .black-play {
  display: none;
}

#ep-0-buttons li:hover a > .black-play::before, #buttons li:hover a > .black-play::before, #topButtons li:hover a > .black-play::before {
  content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
   width: 0; 
  height: 0; 
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 13px solid black;
  top: 7px;
  left: 9px;
}

#ep-0-buttons li.buttonOn a, #buttons li.buttonOn a, #topButtons li.buttonOn a,#topButtons2 li.buttonOn a,#topButtons3 li.buttonOn a, .buttons-withlove li.buttonOn{
    color: black;
}

#ep-0-buttons li.buttonOn a, #buttons li.buttonOn a, #topButtons li.buttonOn a {
  font-family: 'Montserrat';
}

#ep-0-buttons li a, #buttons li a, #topButtons li a,#topButtons2 li a,#topButtons3 li a, .buttons-withlove li a{
  font-family: 'Montserrat-Light';
  text-decoration: none;
  color: white;
  font-size: 12px;
  text-indent: 30px;
  display: block;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  letter-spacing: 0px;
  padding: .6em 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

#ep-0-buttons li a:hover, #buttons li a:hover, #topButtons li a:hover {
  font-family: 'Montserrat';
}

#ep-0-buttons li a::before, #buttons li a::before, #topButtons li a::before,#topButtons2 li a::before,#topButtons3 li a::before, .buttons-withlove li a::before {
      content:'';
      display: block;
      box-sizing: border-box;
      position: absolute;
      width: 30px;
      height: 31px;
      top:0;
      /* background-repeat: no-repeat; */
       /* background: rgb(181,138,110);
      background: linear-gradient(45deg, rgba(181,138,110,1) 0%, rgba(186,146,114,1) 14%); */
       background-size:95%;
       color:black;
 }

#info {
  position: relative;
  margin: 30px auto;
  text-align: center;
  width: 50%;
}

.music-box{
  position: relative;
  margin: 30px auto;
  text-align: center;
  width: 100%;
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0px;
  grid-template-areas: "left center right";
  margin-bottom:6px;
}

#left {
  z-index:999;
  background: linear-gradient(90deg, rgba(196,161,97,1) 0%, rgba(237,219,133,1) 100%);   
  grid-area: left;
  height:2px;  
}


 #right {
    background: rgb(237,219,133);
    background: linear-gradient(90deg, rgba(237,219,133,1) 0%, rgba(196,161,97,1) 100%); 
  /* position: absolute; */
  z-index: 999;
  grid-area: right;
  height:2px;
  }


  #left, #right {
    align-self: center;

  }



.citadel-left, .citadel-bottom {
  z-index:999;
  background: linear-gradient(90deg, rgba(196,161,97,1) 0%, rgba(237,219,133,1) 100%);   
/*  grid-area: left;*/
/*  height:2px;  */
}


 .citadel-right, .citadel-top {
    background: rgb(237,219,133);
    background: linear-gradient(90deg, rgba(237,219,133,1) 0%, rgba(196,161,97,1) 100%); 
  /* position: absolute; */
/*  z-index: 999;*/
/*  grid-area: right;*/
/*  height:2px;*/
  }


  .citadel-left, .citadel-right {
    align-self: center;

  }

/*  #left, #right {
    top: 0em; bottom: 0em;
    width: 1px;
    }*/
    .citadel-left, .citadel-right{
      top:0em;
      bottom:0em;
      height:100%;
    }
    #left, .withlove-left { left: 2em; }
    #right, .withlove-right {right: 2em; }
    .citadel-right { right:0em }
    
.button {
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat-Light';
  text-decoration: none;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  letter-spacing: 0px;
  line-height: 32px;
  text-transform: uppercase;
}

.desktop {
  display: inline-block;
}

.mobile {
  display: none;
}



#song-container {
      height: 200px;
    position: relative;
        /* padding-top: 2em; */
    padding-bottom: 2em;
    margin-top: 2em;
}


#song-container #top, .citadel-top {
  top: 0;
  height: 2px;
}

#song-container #bottom, .citadel-bottom {
  bottom: 0;
  height: 2px;
}

#song-container .withlove-left, .citadel-left {
   width: 2px; 
}

 .citadel-right {
   width: 2px; 
}

#song-container-2 {
      height: 120px;
    position: relative;
/*        padding-top: 2em;*/
/*    padding-bottom: 2em;*/
/*    margin-top: 2em;*/
}

#song-container-2 #top {
  top: 0;
  height: 2px;
}

#song-container-2 #bottom {
  bottom: 0;
  height: 2px;
}

#song-container-2 #left, #song-container-2 .withlove-left {
/*   width: 2px; */
}

#song-container-2 #right {
/*   width: 2px; */
}


#song-container-3 {
      height: 200px;
    position: relative;
/*        padding-top: 2em;*/
    padding-bottom: 2em;
/*    margin-top: 2em;*/
}

#song-container-3 #top {
  top: 0;
  height: 2px;
}

#song-container-3 #bottom {
  bottom: 0;
  height: 2px;
}

#song-container-3 #left, #song-container-3 .withlove-left {
  /* width: 2px; */
}

#song-container-3 #right {
  /* width: 2px; */
}

#music-container, .withlove-container, #music-container .citadel-container {
    padding: 2em 0;
    position: relative;
    margin-top: 2em;
}

.lotr > #music-container > .withlove-container {
  padding-top:0px;
}

.citadel-container {
      width: 90%;
    margin: 0 auto;
    margin-top: 1em;
}

.citadel > #music-container > .boys-squeeze,
.league > #music-container > .boys-squeeze,
.english > #music-container > .boys-squeeze,
.jungle > #music-container > .boys-squeeze,
.papergirls > #music-container > .boys-squeeze,
.summer > #music-container > .boys-squeeze,
.theboys > #music-container > .boys-squeeze, 
.peripheral > #music-container > .boys-squeeze, 
.highschool > #music-container > .boys-squeeze, 
.terminal > #music-container > .boys-squeeze{
    width: 100%;
    margin: 0 auto;
    margin-top:1em;
}

#music-container #top, .withlove-top, .citadel-top {
  top: 0;
  height: 2px;
}

#music-container #bottom, .withlove-bottom, .citadel-bottom {
  bottom: 0;
  height: 2px;
}

 .withlove-left, .citadel-left {
   width: 2px; 
}

 .withlove-right, .citadel-right {
   width: 2px; 
}

.music-text {
    font-size: 1.25em;
    /* font-family: "Amazon Ember Bold"; */
    font-family: "Montserrat";
    /* background: #B58A6E;
    background: -webkit-linear-gradient(45deg, #B58A6E 0%, #BA9272 25%, #BD9A7C 50%, #DCC9A1 75%, #e3ded5 100%);
    background: -moz-linear-gradient(45deg, #B58A6E 0%, #BA9272 25%, #BD9A7C 50%, #DCC9A1 75%, #e3ded5 100%);
    background: linear-gradient(45deg, #B58A6E 0%, #BA9272 25%, #BD9A7C 50%, #DCC9A1 75%, #e3ded5 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-size: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:white;
    grid-area:center;
    padding-left:13px;
    padding-right:13px;
  }

.composer-text {
  font-size: .9em;
    font-family: "Montserrat-Light";
    color:#ce9e43;
    /* background: #B58A6E;
    background: -webkit-linear-gradient(45deg, #B58A6E 0%, #BA9272 25%, #BD9A7C 50%, #DCC9A1 75%, #e3ded5 100%);
    background: -moz-linear-gradient(45deg, #B58A6E 0%, #BA9272 25%, #BD9A7C 50%, #DCC9A1 75%, #e3ded5 100%);
    background: linear-gradient(45deg, #B58A6E 0%, #BA9272 25%, #BD9A7C 50%, #DCC9A1 75%, #e3ded5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* background-size: 100%; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}


.play-button:before {
  content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
   width: 0; 
  height: 0; 
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 13px solid white;
  top: 6px;
  left: 9px;

}

.buttonOn .play-button:before {
    width: 12px;
    height: 16px;
    border-right: 4px solid black;
    border-left: 4px solid black;
    border-bottom: 0;
    border-top: 0;
    left: 8px;
}


.boys-drop{
  display:inline-block;
  cursor: pointer;
  width:20px;
  height:20px;
}

.boys-drop:hover{
/*  transform: scale(.9);
  -moz-transform: scale(.9);*/
}

.expand-container{
  border:0px;
}

@media (hover: none) {
   .desktop {
    display: none;
   }

   .mobile {
    display: inline-block;
   }
}



@media screen and (max-width: 1200px) {
  #ep-0-buttons, #buttons , #topButtons,#topButtons2,#topButtons3, .buttons-withlove{
  list-style: none;
  padding: 0;
  width: 50%;
  margin: 10px auto;
  text-align: center;
}

#ep-0-buttons li, #buttons li, #topButtons li,#topButtons2 li,#topButtons3 li, .buttons-withlove li {
      width: 100%;
      margin: 15px 0px;
}

.godfather > #music-container > #song-container {
  height:1080px;
}

.daisy > #music-container > #song-container {
  height:485px;
}}



@media screen and (max-width: 767px) {

  #ep-0-buttons li, #buttons li, #topButtons li,#topButtons2 li,#topButtons3 li, .buttons-withlove li, #ep-0-buttons li,  .music-box > #buttons li{
    margin: 15px 30px;
  }


  
  #ep-0-buttons li:hover a > .black-play::before, #buttons li:hover a > .black-play::before, #topButtons li:hover a > .black-play::before {
    top:8px;
  }

  .play-button:before {
    top:8px;
  }

  #song-container{
    height: 180px;
  }

  .lotr2 > #music-container > #song-container{
    height:75px;
  }

  #music, #song, .music-withlove {
    width: 100%;
    margin: 0px auto 10px;
    max-width: 100%;
  }
  #ep-0-buttons, #buttons , #topButtons,#topButtons2,#topButtons3, .buttons-withlove{
    width: 80%;
        margin: 0px auto;
        margin-top: 4%;
  }

  #ep-0-buttons li a, #buttons li a, #topButtons li a,#topButtons2 li a,#topButtons3 li a, .buttons-withlove li a {
    font-size: 10px;
      line-height: 17px;
  }

  #top, #top-citadel, #bottom-citadel, #bottom, .withlove-top, .withlove-bottom {
    left: 1em;
    right: 1em
  }

  #right, #right-citadel, .withlove-right {
    right: 1em;
  }

  #left, #left-citadel, .withlove-left {
   left: 1em;
  }


  #container, .withlove-container {
         padding-bottom: 20%;
  }

  .lotr > #song-container > ul{
    margin-top:0px;
  }

  .lotr > #song-container{
     padding-top: 2em;
    height: 500px;
    padding-bottom: 1em;   
  }

  .lotr > #song-container > #song-container-2{
     padding-top: 1em;
    height: 140px;
    padding-bottom: 1em;   
  }

  .lotr > #song-container >  #song-container-2 > ul{
    margin-top:0px;
  }

  .lotr > #song-container >  #song-container-3{
     padding-top: 2em;
    height: 140px;
    padding-bottom: 1em;   
  }

  .lotr >  #song-container > #song-container-3 > ul{
    margin-top:0px;
  }

  .lotr > #music-container > .withlove-container{
    margin-top:0px;
/*     padding-top: 2em;
    height: 140px;
    padding-bottom: 1em;   */
  }




  .theboys > #song-container{
    padding-top: 1em;
/*    padding-bottom: 0px;*/
    height: 130px;
  }

  .theboys > #song-container > ul{
    margin-top:0px;
  }


  .theboys > #music-container{
    padding-bottom:1em;
  }

  .boys-squeeze{
    padding-top:1em;
    padding-bottom:1em;
  }



  .music-text {
    font-size: .9em;
  }

  .composer-text {
      font-size: .75em;
  }

}

@media screen and (max-width: 480px) {

  .samara > #music-container > #buttons {
    margin-top:auto;
  }

 #topButtons, #buttons, #ep-0-buttons{
  width:65%;
 }

}

@media screen and (max-width: 400px) {
  #music, #song, .music-withlove {
      width: 100%;
      margin: 0px auto 10px;
  /*    max-width: 80%;*/
  }

  #buttons {
    width: 80%;
  }

 #buttons li > a {
  font-size:9px;
  padding: 1.0em 0;
 }


}

@media screen and (max-width: 350px) {
 #topButtons, #buttons, #ep-0-buttons{
  width:80%;
 }

}

