.navbar
{
    position: relative;
}

.run-header-bg
{
    background-color: #0931c8;
}

.run-header-bg .navbar-toggler-icon span,
.run-header-bg .navbar-toggler-icon::before,
.run-header-bg .navbar-toggler-icon::after
{
    background-color: #ffffff !important;
}

.run-header-bg .river-logo svg
{
    fill: #ffffff !important;
}

.runrun-page
{
    background-color: #0051FF !important;
    font-family: 'obviously' !important, system-ui, sans-serif;
    overflow-x: hidden;
}

.runrun-header
{
    background-color: #0051FF;
}

.logo img
{
    height: 136px;
}

.menu-icon i
{
    font-size: 28px;
}

.runrun-hero
{
    position: relative;
}

.hero-img
{
    height: 650px;
    object-fit: cover;
    object-position: top center;
}

.runrun-banner
{
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.runrun-banner img
{
    width: 100%;
    height: auto;
    display: block;
}

.runrun-content
{
    color: white;
    max-width: 900px;
}

.runrun-content p
{
    font-size: 18px;
    line-height: 1.6;
}

.intro-text
{
    font-size: 43px;
    line-height: 4.375rem;
}

.text-white h4{
     font-family: 'obviously_semi';
}

.runrun-blue-bg p
{
        width: 75%;
    font-size: 25px
}

.final-line
{
    font-size: 25px;
        padding: 20px 0 50px 0;
        width: 75%;
        line-height: 35px;
}

.runrun-blue-bg
{
    margin: 0 -40px;
}

@media (max-width: 766px)
{
    .hero-img
    {
        height: 260px;
    }

    .intro-text
    {
        font-size: 20px;
        line-height: 2rem;
    }

    .runrun-content p
    {
        font-size: 16px;
    }

    .final-line
    {
        font-size: 18px;
    }

    .runrun-content p
    {
        font-size: 15px;
    }

    .runrun-footer-bg .footer-links a
    {
        display: inline-block;
        margin: 3px 0;
    }

    .runrun-footer-bg .footer-text
    {
        font-size: 14px;
    }

    .runrun-blue-bg p {
    font-size: .75rem;
}
}

.runrun-footer-bg.footer-container
{
    background-color: #FFD2E6;
    color: #0931C8;
}

.runrun-footer-bg.footer-container a
{
    color: #0931C8;
}

.runrun-hero
{
    position: relative;
}

.about-overlay-box
{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-30%, -30%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-overlay-img
{
    width: 80%;
    height: auto;
}

@media (max-width: 768px)
{
    .about-overlay-box
    {
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .about-overlay-img
    {
        width: 100%;
        left: 30%;
        position: relative;
    }
}
