/*
Theme Name: MIT Twenty Twenty-Four
Author: CampusPress
Author URI: https://www.campuspress.com
Version: 1.0.3
Template: twentytwentyfour
License: GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: inter;
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    src: url("fonts/inter/fonts/Inter.var.ttf") format("truetype");
}

#wrapper-footer {
    font-family: inter;
    overflow: hidden;
    position: relative;
    font-weight: 400;
}

@media (min-width: 1200px) {
    #wrapper-footer {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

#wrapper-footer a {
    color: inherit;
    text-decoration-color: inherit;
}

#wrapper-footer a:hover {
    color: var(--wp--preset--color--footer-main-accent);
    text-decoration: underline;
}

.mit-footer strong {
    font-weight: 600;
}

.mit-footer__logo {
    display: block;
    margin-bottom: 25px;
}

.mit-footer__links {
    margin-top: 2rem;
}

#footer-full-content {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

#footer-content {
    z-index: 2;
    position: relative;
}

#footer-image-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#footer-image-holder::after {
    position: absolute;
    background-color: var(--wp--preset--color--footer-main);
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0.9;
}