.navbar {
    position: relative;
}

.body-content {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    font-family: 'obviously', system-ui, sans-serif;
    padding-top: 1rem;
}

.content-wrap {
    width: 45%;
    max-width: 45%;
    margin: 0 auto;
}

.content-wrap h3{
    font-family: 'obviously_semi';
    font-size: 30px;
    line-height:42px;
    color: #0931C8;
}

.header-bar {
    background: #0026ff;
}

.header-logo {
    height: 55px;
}

.contact-title {
    font-family: 'obviously_bold';
    font-size: 68px;
    line-height:70px;
    color: #0931C8;
    padding-bottom: 3rem;
    letter-spacing: 3px;
}

.content-wrap p a{
    color: #0931C8;
    font-size: 24px;
    text-decoration:underline;
}

.content-wrap p a:hover{
      font-family: 'obviously_semi';
}

.gn-enq p a{
    text-decoration:none;
}

.email-link {
    font-size: 1.875rem;
    text-decoration: underline;
    color: #0034ff;
}

.social-icon {
    color: #0034ff;
}


.run-header-bg {
    background-color: #ffff5e;
}

    .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;
    }

.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%;
    }
}

.social-icon {
    color: #0034ff;
}



@media (max-width: 360px) {
    .contact-title {
        font-size: 2.2rem;
    }

    .content-wrap {
        width: 90%;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .runrun-footer-bg .footer-links a {
        display: inline-block;
        margin: 3px 0;
    }

    .runrun-footer-bg .footer-text {
        font-size: 14px;
    }
}

.container-fluid:has(.content-wrap) {
    background-color: #ffff5e !important;
}


@media (max-width: 820px) {
    .content-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
    .body-content {
            padding-top: 4rem;
    }
}

@media (max-width: 767px) { 
    .contact-title {
    font-size: 26px;}

    .content-wrap h3 {
        font-size:16px;
        line-height:24px
    }

    .content-wrap p a {
        font-size:16px;
        line-height:24px
    }

    .body-content {
    min-height: 100%;}

    }

@media (min-width: 821px) and (max-width:1024px){
    .content-wrap {
    width: 70%;
    max-width: 70%;}

    .body-content {
    min-height: 70vh;}
}

.strip .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgb(255, 255, 94);
}

.strip .row *{
padding-right: calc(var(--bs-gutter-x) * .-5); 
padding-left: calc(var(--bs-gutter-x) * .-5);}

