html {

}

.italics{
  font-style: italic;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;

}

@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: "Amazon Ember";
       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%);  
  }


#music, #song, #song2, #song3, .music-withlove {
  width: 100%;
  margin: 25px auto 10px;
  max-width: 90%;
}

#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;
}

#composer img, #songWriter img,#songWriter2 img,#songWriter3 img, .composer-withlove img {
  width: 100%;
}

#buttons , #topButtons,#topButtons2,#topButtons3, .buttons-withlove{
  list-style: none;
  padding: 0;
  width: 100%;
  /*margin: 20px auto;*/
  text-align: center;
}

#buttons, .buttons-withlove{
  margin:20px auto;
}

#topButtons, #topButtons2, #topButtons3{
  margin-top:-10px;
}

.theboys > #song-container > #topButtons{
  margin-top:0px;
}

#buttons li, #topButtons li,#topButtons2 li,#topButtons3 li, .buttons-withlove li{
  display: inline-block;
  margin: 15px 30px;
  text-align: left;
  width: 30%;
   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;
  }

  #buttons li.buttonOn, #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(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%);  
  }

#buttons li:hover a, #topButtons li:hover a,#topButtons2 li:hover a,#topButtons3 li:hover a, .buttons-withlove li:hover a{
   color: #02162e;
}

#buttons li.buttonOn a, #topButtons li.buttonOn a,#topButtons2 li.buttonOn a,#topButtons3 li.buttonOn a, .buttons-withlove li.buttonOn{
    color: #02162e;
}

#buttons li a, #topButtons li a,#topButtons2 li a,#topButtons3 li a, .buttons-withlove li a{
  font-family: 'Amazon Ember';
  text-decoration: none;
  color: #b78e70;
  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;
}


#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:#02162e;
 }

#info {
  position: relative;
  margin: 30px auto;
  text-align: center;
  width: 50%;
}



  #top, #bottom, #left, #right, .withlove-left, .withlove-right, .withlove-top, .withlove-bottom {
  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%);
  position: absolute;
  z-index: 999;

  }
  #left, #right, .withlove-left, .withlove-right {
    top: 0em; bottom: 0em;
    width: 1px;
    }
    #left, .withlove-left { left: 2em; }
    #right, .withlove-right { right: 2em; }
    
  #top, #bottom, .withlove-top, .withlove-bottom {
    left: 2em; right: 2em;
    height: 1px;
    }
    #top, .withlove-top { top: 2em; }
    #bottom, .withlove-bottom { bottom: 2em; }

.button {
  color: #fff;
  font-size: 14px;
  font-family: 'Amazon Ember';
  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;
}

.lotr > #song-container {
      height: 460px;
    position: relative;
        padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 2em;
}


#song-container #top {
  top: 0;
  height: 2px;
}

#song-container #bottom {
  bottom: 0;
  height: 2px;
}

#song-container #left, #song-container .withlove-left {
  width: 2px;
}

#song-container #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 {
    padding: 2em 0;
    position: relative;
    margin-top: 2em;
}

.lotr > #music-container > .withlove-container {
  padding-top:0px;
}

.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: 90%;
    margin: 0 auto;
    margin-top:1em;
}

#music-container #top, .withlove-top {
  top: 0;
  height: 2px;
}

#music-container #bottom, .withlove-bottom {
  bottom: 0;
  height: 2px;
}

#music-container #left, .withlove-left {
  width: 2px;
}

#music-container #right, .withlove-right {
  width: 2px;
}

.music-text {
    font-size: 1.25em;
    font-family: "Amazon Ember Bold";
    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;
}

.composer-text {
  font-size: .9em;
    font-family: "Amazon Ember";
    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 #02162e;
  top: 8px;
  left: 9px;

}

.buttonOn .play-button:before {
    width: 12px;
    height: 16px;
    border-right: 4px solid #02162e;
    border-left: 4px solid #02162e;
    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) {
  #buttons , #topButtons,#topButtons2,#topButtons3, .buttons-withlove{
  list-style: none;
  padding: 0;
  width: 50%;
  margin: 10px auto;
  text-align: center;
}

#buttons li, #topButtons li,#topButtons2 li,#topButtons3 li, .buttons-withlove li {
      width: 100%;
      margin: 15px 0px;
}
}


@media screen and (max-width: 767px) {

  #song-container{
    height: 180px;
  }

  #music, #song, .music-withlove {
    width: 100%;
    margin: 0px auto 10px;
    max-width: 90%;
  }
  #buttons , #topButtons,#topButtons2,#topButtons3, .buttons-withlove{
    width: 80%;
        margin: 0px auto;
        margin-top: 4%;
  }

  #buttons li a, #topButtons li a,#topButtons2 li a,#topButtons3 li a, .buttons-withlove li a {
    font-size: 10px;
      line-height: 17px;
  }

  #top, #bottom, .withlove-top, .withlove-bottom {
    left: 1em;
    right: 1em
  }

  #right, .withlove-right {
    right: 1em;
  }

  #left, .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;   */
  }


  .lotr > #song-container > #songWriter, .lotr >  #song-container > #song-container-2 > #songWriter2, .lotr > #song-container >  #song-container-3 > #songWriter3{
    width:90%;
  }


  .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: 400px) {
#music, #song, .music-withlove {
    width: 100%;
    margin: 0px auto 10px;
    max-width: 80%;
}
}
