.navbar {
    position: relative;
}

.body-content {
    background: #FFF74F;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Obviously' !important, system-ui, sans-serif;
}

.content-wrap {
    width: 45%;
    max-width: 45%;
    margin: 0 auto;
}

.header-bar {
    background: #0026ff;
}

.header-logo {
    height: 55px;
}

.contact-title {
    font-size: 3rem;
    font-weight: 800;
    color: #0931C8;
    padding-bottom: 1.2rem;
}

.content-wrap p {
    color: #0931C8;
    font-size: 1.5rem;
}

.email-link {
    font-size: 1.2rem;
    text-decoration: underline;
    color: #0034ff;
}

.social-icon {
    color: #0034ff;
}

/* FOOTER */
.footer-bar {
    background: #002CFF;
    margin-top: auto;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

    .footer-link:hover {
        text-decoration: underline;
    }

@media (max-width: 360px) {
    .contact-title {
        font-size: 2.2rem;
    }

    .content-wrap {
        width: 90%;
        max-width: 90%;
    }
}

.body-content {
    background: #ffff5e;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-wrap {
    width: 45%;
    max-width: 45%;
    margin: 0 auto;
}

.header-logo {
    height: 55px;
}

.contact-title {
    font-size: 3rem;
    font-weight: 800;
    color: #0931C8;
    padding-bottom: 1.2rem;
}

.content-wrap p {
    color: #0931C8;
    font-size: 1.5rem;
}

.email-link {
    font-size: 1.2rem;
    text-decoration: underline;
    color: #0034ff;
}

.social-icon {
    color: #0034ff;
}

@media (max-width: 360px) {
    .contact-title {
        font-size: 2.2rem;
    }

    .content-wrap {
        width: 90%;
        max-width: 90%;
    }
}

.run-header-bg {
    background-color: #ffff5e !important;
}

    .run-header-bg .navbar-toggler-icon span,
    .run-header-bg .navbar-toggler-icon::before,
    .run-header-bg .navbar-toggler-icon::after {
        background-color: #0931C8 !important;
    }

    .run-header-bg .river-logo svg {
        fill: #0931C8 !important;
    }

.runrun-footer-bg.footer-container {
    background-color: #0931c8;
    color: #ffffff;
}

    .runrun-footer-bg.footer-container a {
        color: #ffffff;
    }

@media (max-width: 480px) {
    .runrun-footer-bg .footer-links a {
        display: inline-block;
        margin: 3px 0;
    }

    .runrun-footer-bg .footer-text {
        font-size: 14px;
    }
}
