body {
    font-family: 'Lato', sans-serif;
}
h2{
    margin-bottom: 18px;
}

.lead {
    font-size:16px;    
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

a, a:focus, a:active, a:hover  {
    color: #d90000;
    text-decoration: none;
}
