﻿.main-nav__li--big .main-nav__a {
    text-decoration: none !important;
    background-color: #b8d0e3 !important;
    border-radius: 5px !important;
    margin: 1.8rem 1.5rem 0 .5rem !important;
    padding: 0 3rem !important;
    line-height: 3 !important;
    color: #333333 !important;
}

    .main-nav__li--big .main-nav__a:hover {
        text-decoration: none !important;
        background-color: #006595 !important;
        border-radius: 5px !important;
        margin: 1.8rem 1.5rem 0 .5rem !important;
        padding: 0 3rem !important;
        line-height: 3 !important;
        color: #ffffff !important;
    }

.pre-top {
    background: #006595 !important;
    color: #ffffff;
}

.footer__bottom-info p a {
    color: #FFFFFF !important;
}

.footer .navigation ul li a {
    color: rgba(255,255,255,0.7) !important;
}

.icon-green {
    color: #006595 !important;
}

.card__overlay {
    background-color: rgba(0, 101, 149, 0.8) !important;
    background-blend-mode: multiply !important;
}

.green-card__overlay {
    background-color: rgba(0, 101, 149, 0.8) !important;
    background-blend-mode: multiply !important;
}

.hero__inner .text-big p {
    color: #fff;
}

.card.dark-color .act-heading {
    color: #ffffff !important;
}

.card .card__text .card__text-inner {
    color: #ffffff !important;
}

.social-nav li a:hover {
    background-color: #b8d0e3 !important;
}

.social-nav li a {
    border: 2px solid #b8d0e3;
}