/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/

/* Footer Customization */
#footer {
    background-image: linear-gradient(120deg, #0a5dd3, #24a7ff) !important;
    background-color: #1886eb !important;
    /* Fallback */
    color: #ffffff !important;
}

#footer h4,
#footer .address-holder .phone,
#footer .address-holder .email,
#footer .address-holder .address,
#footer .footer-menu li a,
#footer .text-center {
    color: #ffffff !important;
}

#footer .footer-menu li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Header & Hero Refinements */
.logo-holder {
    padding-top: 28px !important;
    /* Move logo down */
}

.logo-holder .logo {
    width: auto !important;
    height: auto !important;
    max-height: 80px;
    /* Prevent pixelation by limiting height, let width adjust */
    background-size: contain !important;
}

#main-slider {
    margin-top: -40px !important;
    /* Move hero section up */
}

/* Fix Active Header Link Color */
.navbar-default .navbar-nav>.active a,
.navbar-default .navbar-nav>.active a:focus,
.navbar-default .navbar-nav>.active a:hover {
    color: #ffffff !important;
}