/* =====================================================
   GLOBAL TYPOGRAPHY & BASE
   ===================================================== */

body {
    font-family: 'BarlowCondensed', sans-serif;
}

p.quote,
.useful-links p,
.footer a {
    font-size: 14px !important;
}


/* =====================================================
   TOP BAR & HEADER
   ===================================================== */

@media (max-width: 600px) {
    .topBar {
        background: #fff !important;
    }
}


/* =====================================================
   TITLES & SECTIONS
   ===================================================== */

.principal-Desk .title,
.quotebox .author span {
    color: #fff;
}

.box .title,
.principal-Desk .textBox,
.bx-controls-direction a {
    background: var(--primary-color) !important;
}

.main-heading {
    margin-top: 45px !important;
}


/* =====================================================
   CARDS & FORMS
   ===================================================== */

.gray-bg,
.card,
.form-control {
    background: #e8e8e8 url('../images/bg-acn.jpg') repeat 0 0 !important;
}

.card {
    border: none;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.35);
}

.card .card {
    background: transparent !important;
    box-shadow: none !important;
}

form {
    padding: 0 !important;
}


/* =====================================================
   DARK BACKGROUNDS
   ===================================================== */

.dark-bg {
    background: #e8e8e8 url('../images/leafs_dark.png') repeat 0 0;
}


/* =====================================================
   LIST HEAD / MENU HELPERS
   ===================================================== */

.liHead {
    background: rgba(108, 117, 125, 0.98);
    padding: 5px;
}

.liHead > a {
    color: #fff !important;
}

ul li .liHead:hover {
    background: rgba(108, 117, 125, 0.98) !important;
}

ul li .liHead:hover > a {
    background: none !important;
}


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

.footer {
    background: url('../images/leafs_dark.png') repeat 0 0;
    color: #efefef;
    padding: 20px 0 30px;
    font-weight: 300;
}

.footer .useful-links ul li {
    width: 50%;
    background: url('../images/links-arrow-light.png') no-repeat 0 9px;
    padding-left: 20px;
}


/* =====================================================
   STATS / COUNTERS
   ===================================================== */

.home-stats {
    background: #1b1b1b;
}

.home-stats h3 {
    font-size: 42px;
    font-weight: 700;
}


/* =====================================================
   HERO / IMAGES
   ===================================================== */

.home-hero img {
    max-height: 480px;
    object-fit: cover;
}

@media (max-width: 600px) {
    .notice img {
        width: 100% !important;
    }
}