h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
}
.error {
    color: #f00;
}
.site-footer p {
    color: #607a88;
}
.shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #12252f !important;
    border-color: #12252f !important;
    opacity:.65;
}
.top-title-section {
    padding:1em 0!important;
    min-height:14vh!important;
}