body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}
.navbar-brand {
    width: 15%;
    padding: 0;
}
.navbar-brand img {
    width: 100%;
}
.navbar-custom {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #333;
}
.navbar-dark .navbar-brand:focus, 
.navbar-dark .navbar-brand:hover {
    color: #496ba9;
}
.tel {
    font-size: 1.3rem;
}
header.masthead {
    background-color: #111;
    background: url('../img/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.masthead-content {
    text-align: left;
}
header.masthead .masthead-content .masthead-heading {
    font-size: 2.75rem;
    text-transform: uppercase;
    line-height: 3.5rem;
    color: #fff;
}
.masthead-content p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 2.5rem;
}
.btn-primary {
    background-color: #496ba9;
    border-color: #496ba9;
    max-width: 100%;
    font-size: 0.7rem;
    padding: 1rem 1rem;
}
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover {
    background-color: #2d5296 !important;
    border-color: #2d5296 !important;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 82, 150,0.4) !important;
}
.btn-danger {
    background-color: #E8B118;
    border-color: #E8B118;
}
.btn-danger:active, 
.btn-danger:focus, 
.btn-danger:hover {
    background-color: #c39106 !important;
    border-color: #c39106 !important;
}
footer {
    background: #e5e5e5;
}
footer p {
    color: #333;
}

@media screen and (min-width: 992px) {
    header.masthead .masthead-content .masthead-heading {
        margin-top: 100px;
    }
    .navbar-brand {
        width: 8%;
    }
    header.masthead {
        padding-top: calc(8rem + 55px);
        padding-bottom: 5rem;
    }
    .btn-primary {
        font-size: 0.9rem;
        padding: 1.5rem 3rem;
    }
}