.title {
    position: relative;  
    top: 3%;
    width: 100%;  
    left: 3%;
    font-size: 1.3em; 
    font-family: 'Lato', sans-serif;
    float: left;
/*    color:#4d5dff;*/
    
}


#section {
    float: left;
    margin-top: 1%;
    width: 100%;
    
}

#section1 {
    float: left;
    margin-top: 1%;
    width: 100%;
     
}

#section2 {
    margin-top: 3%;

}

    
#update{
    position: relative;  
    top: 3%; 
    width: 70%; 
    margin: 0;  
    left: 3%;
    font-size: .8em;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}

#text{
    position: relative;  
    top: 3%; 
    width: 60%; 
    margin: 0;  
    left: 3%;
    font-size: 1.2em;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
}
.link {
    color: blue;
    position: relative;  
    width: 100%; 
/*
    padding-top: 1.5%;
    padding-bottom:1.5%;  
*/
    left:3%;  
    font-size: .8em; 
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    
}

    
    
.link a:link{
    color: blue;
}


.link a:visited{
     color: blue;
}


.link a:hover{
    text-decoration: underline;
    color: blue;
    font-weight: bold;
}


.signup{
    
    width: 28%; 
    margin-left: 5% ;  
    font-size: .9em;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    float: right;
    align-content: stretch;
    background-color: C5EFF7;
    padding: .5%;
    
}

.button {
    width: 100%;
    margin-top: 2%;
    height: 3%;
    font-size: 1.8em;
}

#mce-EMAIL {
    width: 100%;
    height: 5%;
    font-size: 1em;
}

#mce-feedback {
    width: 100%;
    height: 15%;
    font-size: 1em;
}

