
#contact{
    font-family: Raleway, Arial;
}
.btn-brand{
    padding: 0;
    font-family: Raleway, Arial;
    font-weight: 400;
    height: 45px;
}
.btn-brand:focus{
    background-color: #1c69af;
}
input[type=submit]:active{
    background-color: #1c69af !important;
    border: none !important;
}

.contact-nes:focus{
    border-bottom: 1px solid #1c69af !important;
    box-shadow: 0 1px 0 0 #1c69af !important;
}

#message-form{
    font-size: 1rem;
    height: 100px;
}
