/* ============================= */
/* Bootstrap minimal subset     */
/* ============================= */


/******** FONTS *******/
@font-face {
    font-family: 'Aeonik';
    src: url("https://db.onlinewebfonts.com/t/d95bf2f30035a050142565e03d44da71.eot");
    src: url("https://db.onlinewebfonts.com/t/d95bf2f30035a050142565e03d44da71.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d95bf2f30035a050142565e03d44da71.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d95bf2f30035a050142565e03d44da71.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d95bf2f30035a050142565e03d44da71.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d95bf2f30035a050142565e03d44da71.svg#Aeonik")format("svg");
}

@font-face {
    font-family: 'Minion Pro Regular';
    src: url("https://db.onlinewebfonts.com/t/20b8e550dbac9d31e068a148a2393128.eot");
    src: url("https://db.onlinewebfonts.com/t/20b8e550dbac9d31e068a148a2393128.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/20b8e550dbac9d31e068a148a2393128.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/20b8e550dbac9d31e068a148a2393128.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/20b8e550dbac9d31e068a148a2393128.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/20b8e550dbac9d31e068a148a2393128.svg#MinionPro-Regular")format("svg");
}

/* Box sizing */
.footer *, .footer *::before, .footer *::after {
    box-sizing: border-box;
}

/* Container */
.footer .container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .footer .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .footer .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .footer .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .footer .container {
        max-width: 1140px;
    }
}

/* Row */
.footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

/* Columns */
.footer .col-lg-10,
.footer .col-lg-2 {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

@media (min-width: 992px) {
    .footer .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .footer .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
}

/* Flex utilities */
.footer .d-flex {
    display: flex !important;
}

.footer .justify-content-center {
    justify-content: center !important;
}

.footer .align-items-center {
    align-items: center !important;
}

.footer .gap-4 {
    gap: 1.5rem !important;
}

/* Margin utilities */
.footer .mt-3 {
    margin-top: 1rem !important;
}

.footer .mt-4 {
    margin-top: 1.5rem !important;
}

@media (min-width: 992px) {
    .footer .mt-lg-5 {
        margin-top: 3rem !important;
    }
}

/* Nav */
.footer .nav-item {
    list-style: none;
}

.footer .nav-link {
    display: block;
    padding: 0.5rem 0;
    text-decoration: none;
    color: inherit;
}

.footer .nav-link.active {
    font-weight: 600;
}


.footer {
    font-family: 'Aeonik';
    color: #3e455d;
    hyphens: auto;
    margin: 0px;
    padding: 40px 0 40px 0;
}

.footer .primary-bg {
    background-color: #3e455d;
    color: #fff;
}

.footer .container {
    max-width: 1200px;
}

.footer .footer-box ul {
    & a {
        text-decoration: none;
        font-size: 18px;
        padding: 0;

        &:hover {
            color: #ed3452;
        }
    }

    & li {
        margin-top: 16px;

        &:first-child {
            margin-top: 0;
        }
    }
}

.footer .footer-box ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 16px;
}

.footer .footer-title {
    font-size: 18px;
}

.footer .footer-icon a {
    width: 44px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 5px;
    transition: all .3s;
}

.footer .footer-icon a img {
    width: 60%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(25%) sepia(16%) saturate(862%) hue-rotate(189deg) brightness(97%) contrast(91%);
}

.footer .footer-icon a:hover {
    background-color: #ed3452;
}

@media (min-width: 992px) {
    .footer {
        padding: 80px 0 80px 0;
    }

    .footer .mt-lg-5 {
        margin-top: 3rem !important;
    }
}

.footer.primary-bg {
    background-color: #3e455d;
    color: #fff;
}

#main {
    display: contents;
}
