
/* =========================
   HEADER BACKGROUND
========================= */

.header-area.header-transparent {
    background-color: #006c67 !important;
}

.header-top.header-sticky {
    background-color: #006c67 !important;
}


/* =========================
   NAVIGATION LINKS
========================= */

.main-menu ul li a {
    color: #ffffff !important;
    font-weight: 500;
}

    .main-menu ul li a:hover {
        color: #BF311A !important;
    }


/* =========================
   HEADER BUTTONS
========================= */

.header-btn .btn {
    background-color: #006c67 !important;
    color: #ffffff !important;
    border: 2px solid #006c67 !important;
}

    .header-btn .btn:hover {
        background-color: #ffffff !important;
        color: #006c67 !important;
    }


/* =========================
   PRIMARY BUTTONS SITE-WIDE
========================= */

.btn {
    background-color: #006c67;
    color: #ffffff;
    border: 2px solid #006c67;
}

    .btn:hover {
        background-color: #ffffff;
        color: #006c67;
    }


/* =========================
   RED ACCENT BUTTON
========================= */

.btn-danger,
.btn-red {
    background-color: #BF311A !important;
    border-color: #BF311A !important;
    color: #ffffff !important;
}

    .btn-danger:hover,
    .btn-red:hover {
        background-color: #ffffff !important;
        color: #BF311A !important;
    }


/* =========================
   LINKS
========================= */

a {
    color: #006c67;
}

    a:hover {
        color: #BF311A;
    }


/* =========================
   FOOTER
========================= */

.footer-area,
.footer-bottom-area {
    background-color: #000000 !important;
}

    .footer-area a,
    .footer-bottom-area a {
        color: #000000 !important;
    }

        .footer-area a:hover,
        .footer-bottom-area a:hover {
            color: #BF311A !important;
        }
