/* --- Adjust the nav to work with the hero background --- */

#nav .container .logo .logoDark {
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .logo .logoLight {
    opacity: 0 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .content .links li a {
    color: #112867;
}

#nav .container #toggleMobileNav .icon:before,
#nav .container #toggleMobileNav .icon:after,
#nav .container #toggleMobileNav .icon span {
    background: #3E4A57;
}

/* ------ End nav adjustments ------ */

.columns.image-cards {
    margin-top: 40px;
    justify-content: center;
}

.columns.image-cards .column.is-6 {
    max-width: 530px;
}

.image-card {
    background: white;
    padding: 30px 40px 50px 40px;
    border-radius: 10px;
}

.image-card picture {
    margin-left: auto;
    margin-right: auto;
}

.image-card p {
    font-size: 16px;
}

#hero .card-columns p:not(.logoPack p) {
    font-size: 20px;
}

#hero p.about-us-hero-p:not(.logoPack p) {
    max-width: 900px;
    margin: auto;
    line-height: 30px;
}

/* --- Media Queries -------------------- */

@media all and (max-width: 960px) {
    br.hide-mobile {
        display: none;
    }

    .image-card {
        padding: 30px 30px 50px 30px;
    }
}

@media all and (max-width: 768px) {
    .columns.image-cards .column.is-6 {
        max-width: 500px;
        margin: auto;
    }

    .image-card {
        padding: 30px 20px 40px 20px;
    }

    #hero .card-columns p:not(.logoPack p) {
        font-size: 18px;
    }

    .more-mobile-top-padding {
        padding-top: 30px!important;
    }

}