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

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

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

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}


#text-1, #text-4, #text-6{
  position: absolute;
  width: 240px;
  
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

#text-1{
  top: 52px;
  left: 220px;
}

#text-4{
  top: 52px;
  left: 180px;
}
#text-6{
  top: 52px;
  left: 190px;
}

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

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

#text-2{
    width: 80px;
    left: 300px;
    top: 10px;
}

#text-3{
    
    left: 240px;
    top: 10px;
}

#text-5{
    top: 12px;
    left: 250px;
    font-size: 36px;
}


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

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


#CTA{
  position: absolute;
  left: 578px;
  top: 30px;
  width: 140px;
  color: white;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  border: solid 1px white;
  display: block;
  line-height: 11px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  /*-webkit-font-smoothing: antialiased;*/
  padding: 8px 2px 6px 2px;
}

#elem_2{
  top: -35px;
}

