body{
    padding-top: 51px;
    background: #000;
    color:#fff;
    font-size:16px;
}
/*font-family: 'Lobster', cursive;
font-family: 'Kaushan Script', cursive;
font-family: 'Courgette', cursive;
font-family: 'Courgette', cursive;
font-family: 'Marck Script', cursive;
font-family: 'Berkshire Swash', cursive;*/
a{
    color:pink;
}
a:hover{
    color:pink;
    opacity: 0.8;
}
h1{
font-family: "Courgette",cursive;
    font-size: 40px;
    margin-bottom: 30px;

}

h3{
    font-family: 'Courgette', cursive;
    font-size:30px;
    color:pink;
}
.navbar-ezo .navbar-brand{
    font-family: 'Courgette', cursive;
    font-size:30px;
    
}
.navbar-ezo li a:hover{
    background: rgba(60, 15, 78, 1);
}
.navbar-ezo{
 background: rgba(60, 15, 78, 0.96) none repeat scroll 0 0;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.48);
}

#head{
    background: url('../images/section-head.jpg') no-repeat;
    min-height: 700px;
    padding-bottom: 30px;
}
#scroll-menu{
    position: fixed;
    right: 0;
    top:50px;
    
}

#scroll-menu ul{
    list-style: none;
}

#scroll-menu ul li{
    float:left;
}

#scroll-menu ul li a{  
    background: #000;
    color:#fff;
    font-size: 16px;
    padding: 20px 10px;
}

#skills{
    background: #000;  
}
#skills h1{
    text-align: center;
}
.ezo-form{width: 100%; font-size: 14px; font-weight: bold;}

.ezo-form label{
    display:block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.ezo-form input{
 font-size: 22px;
height: 48px;
width: 100%;
}

.ezo-form textarea{
 font-size: 20px;
font-weight: normal;
height: 150px;
width: 100%;
}
.text-headline{
    margin-top: 40px;
}
.text-headline h1{
    color: pink;
margin-bottom: 20px;
}

.text-headline p{
    font-size:18px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px #000;
}
.btn-ezo{
  background: #c53aff none repeat scroll 0 0;
border-radius: 10px;
color: #fff;
font-weight: bold;
margin-top: 15px;
padding: 20px 30px;
}
.btn-ezo:hover{
 color:#fff;
 background: #ED3AFF;
}

#skills {
    background: #000 none repeat scroll 0 0;
    padding: 30px 0;
}
.block-text{
    font-weight: bold;
   font-size: 20px;
   display:block;
   margin-top:15px;
    color:pink;
}

#skills, #opinions{
    background: url('../images/salomabg.jpg') no-repeat;
}

#thanks{
    background: url('../images/salomabg.jpg') no-repeat;
    background-size: cover; 
}
#thanks .text-headline b{
    
    color: pink;
    font-family: "Courgette",cursive;
    font-size: 30px;
    
}

.cta-sms{
    background: rgba(15, 0, 16, 0.51) none repeat scroll 0 0;
border: 2px solid palevioletred;
font-size: 18px;
margin: 20px;
padding: 20px;
text-align: center;
    
}

.cta-sms span{
    
  color: #ff00c2;
font-size: 32px;
font-weight: bold;
}

.thanks-bg{
    padding: 0px 50px 50px 50px; margin-top: 50px; background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
    
    .cta-sms, .thanks-bg{  
      margin: 2%;
    padding: 4%;
    width: 96%;  
    }
    
}

#howto{
    background: #110612 none repeat scroll 0 0;
}

#howto, #opinions, footer{
    padding: 40px 0;
    
}
#howto h1{
    text-align: center;
}



#opinions h1, #opinions h3{
   text-align: center; 
}
.opinion-item b{
    font-family:georgia;
    
}
.opinion-item span{
    display: block;
    margin-top:15px;
    color:#c0c0c0;
}



footer h1{
    margin-bottom: 50px;
    color:pink;
}
footer{
    font-size:14px;
    color:#c0c0c0;
}