body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:160px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:160px;
  height:600px;
  display:box;
  border:1px solid #d9b480;
  background-color: #d9b480 ;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
}

#all{
  visibility: hidden;
}






#bg-green{

  background-color: #00908b;
  position: absolute;
  width: 300px;
  height: 700px;
  opacity: 0.86;
}

#bg-golden{
  background-color:#d9b480;


  position: absolute;
  width: 400px;
  height: 600px;
  left:-100px;
}



#bg-3{
  left:-150px
}

#bg-4{
  top:115px
}

#btn{

  font-family: 'Bebas Neue', sans-serif;

  position: absolute;
  display: block;
  bottom: 140px;
  left: 10px;
  width: 140px;
  padding-top:2px;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 21px;

  /* background: rgb(253,255,255);
  color:#d9b480 */

  background: rgb(253,19,94);
  color:rgb(253,255,255)
  

}

a > #btn{

  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  transition: bottom .2s, box-shadow .1s;
  
}

a:hover > #btn{
    bottom: 145px;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.2);
}

a:active > #btn{
    bottom: 140px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

#img-1{


}





#logo-1{
  left: 96px;
  bottom: 10px;
  width:104px
}

#logo-0{
  left: 10px;
  top: 260px;
  width:140px
}



#text-1{
  top: 355px;
  position: absolute;
}

.line{
  font-family: 'Bebas Neue', sans-serif;
  color:white;
  font-size: 50px;
  line-height: 50px;

  width:160px;
  text-align: center;
}

.divider{

  width:160px;
  height:15px

}

#text-1 > .line {
  font-size: 35px;
  line-height: 30px;
  letter-spacing: -0.5px;
}

#text-1 > .small {
  margin-top:8px;
  font-size: 24px;
  line-height: 22px;
}

#text-2{
  top: 280px;
  position: absolute;
}

#text-2 >.line{
  letter-spacing: -1px;
  font-size: 46px;
  line-height: 46px;
  
}

#text-2 >.small{
  letter-spacing: -1px;
  font-size: 38px;
  line-height: 38px;
}

#text-3{
  top: 320px;
  position: absolute;
}

#text-3 >.line{
  
  font-size: 45px;
  line-height: 46px;
}

#text-3 >.small{
  
  font-size: 34px;
  line-height: 34px;
}
#logo-2{

  width:140px;
  left:10px;
  top:120px;

}

#text-4{
  top: 250px;
  position: absolute;
}

#text-4 >.line{

  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0px;
  font-size: 24px;
  line-height: 28px;
}
