
h2{
    color:#7AE2DE;
    
}

.jumbotronbg{
    
     background-color: rgba(0,0,0,.4);

}

header.hero h3{
    
    padding: 0 10%;
    
}

.logo img {
    margin:-35px 0 -20px -20px;

    width:180px;
  
    
}

.logosubtext{
    
      color:white;
    
}

input
{
    padding:10px;
    margin-bottom:10px;
    
}



textarea{
    
  min-width:280px;  
}

@media (max-width: 500px) {
textarea{
min-width:220%;
    }
}



.center{
    margin: 0 auto;
    width:80% /* value of your choice which suits your alignment */
}


@media (min-width: 800px) {
    .verticalLine {
  border-right: thin solid gray;
    }
}

.float-right {
    margin-right:35px;
    display:block;
    float:right;
    width:250px;
    min-width: 200px;
}

  @media (max-width: 800px) {
    button {
 margin-top:120px; 
    }
}  

 

iframe{

    width:100%;
    max-width:360px;
	margin-left:-30px;
}

form{
    margin-bottom:25px;
}

@media screen and (max-width: 768px)
{
.flickity-page-dots {
margin-bottom:20%;
}
}


.pricing{
     
    color:#7AE2DE;
    font-size:1.3em;
    font-weight: 600;
    padding-bottom:20px;
}

ul{
    
    padding:5px;
    color:gray;
    font-weight: 600;
 
}

li{

    list-style-type:circle;
    padding:10px 0 0 15px;
    font-weight: 400;
    font-size:1.0em;
}

section.get-started:before{
    z-index:0 !important;
}

section.get-started a{
    z-index:999999 !important;
}



