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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:600px;
  display:box;
  border:1px solid #20262f;
  background-color: #20262f;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}

#logo{

}

#text-1, #text-4, #text-6{
  position: absolute;
  width: 300px;
  
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
/* slide-1 */
#text-1{
  top: 480px;
}
/* slide-3 */
#text-4{
  top: 480px;
}
/* slide-3 */
#text-6{
  top: 430px;
}

#text-2, #text-3,#text-5{
  fill: #fff;
  
  position: absolute;
  width: 150px;
  text-align: center;

  font-family: 'Parisienne', cursive;
  font-size: 36px;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* slide-1 */
#text-2{
    left: 75px;
    top: 430px;
}

/* slide-2 */
#text-3{
    font-size: 42px;
    left: 75px;
    top: 428px;
}
/* slide-3 */
#text-5{

    font-size: 42px;
    left: 75px;
    top: 380px;
}


.line-1, .line-2{
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 32px;
}

.line{
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

#CTA{
  position: absolute;
  left: 50px;
  top: 520px;
  width: 200px;
  color: white;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  border: solid 1px white;
  display: block;
  line-height: 36px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  /*-webkit-font-smoothing: antialiased;*/
  margin-top: -5px;

}



