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

#nav .container .content .buttons a.button.blueberry.outline {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover {
    color: #112867;
    border-color: #FFF;
    background-color: #FFF;
}

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

.icon-columns h3,
.icon-columns p {
    color: #112867;
}

/* abc test */
#hero h1.hero-eyebrow {
    font-size: 18px;
    font-weight: 600;
    color: #94BBFF;
	padding-bottom: 15px;
    letter-spacing: 0.5px;
}

#hero h2 {
    font-size: 54px;
    padding-bottom: 30px;
    font-weight: 800;
    text-wrap: balance;
}

/* --- Media Queries -------------------- */
@media all and (max-width: 768px) {
    /* --- Adjust the nav to work with the hero background --- */

    #nav .container .content .buttons a.button.blueberry.outline {
        color: #112867;
        border-color: #112867;
        background-color: transparent;
    }

    #nav .container .content .buttons a.button.blueberry.outline:hover {
        color: #FFF;
        border-color: #112867;
        background-color: #112867;
    }

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

    .icon-columns {
        text-align: center;
    }

    /* abc test */
    #hero.section .container h1.hero-eyebrow {
        font-size: 18px;
    }

    #hero.section .container h2 {
        font-size: 42px;
        max-width: 420px;
        margin: auto;
    }
}