
body{
    background: #FFFFFF ;
    font-family:'Roboto', sans-serif;
}
h1{
    color: #ff6347;
    font-family: 'Roboto', sans-serif;;
    font-size: 20pt;
}
p{
    color: #ff6347;
    font-family: 'Roboto', sans-serif;;
    font-size: 25pt;
    font-weight: 300;
}
form{
    
    color:rgb(178, 184, 221);
}

.muted-txt {
    font-weight: 300;
}

strong{
    font-weight: 700;
}
input{
    font-size: 20px;
    
}

input.email{
    border: 1px solid #ff6347;
    width: 400px;
    padding: 5px
}
.submit{
    margin-top: 10px;
    background:#ff6347;
    color: white;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

pre{
    font-family: 'Roboto', sans-serif;
    color:#949598
}

.cta-text {
    margin-top: 150px;
    
}

.font{
    font-family: 'Montserrat', sans-serif;
    padding-left: 35px;
    padding-right: 35px
}

.fb-btn {
    background-color:#3b5998;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}

.tw-btn {
    background-color: #4099ff;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}

/* Mobile Queries */

@media only screen and (max-width: 640px) {
    input.email{
        border: 1px solid #ff6347;
        width:  100%;
        padding: 5px
    }   
    .cta-text {
        margin-top: auto;
    }
    .btn {
        display:inline-block;
        width: 100%;
        margin: 0px;
    }
    
}