/* --- 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 ------ */

#hero h1 {
    font-size: 52px;
    padding-bottom: 30px;
    font-weight: 800;
    color: #FFFFFF;
}

#hero a.button {
    width: 230px;
}

#hero.section .btn-group {
    justify-content: unset;
}

.logoPack.section {
    padding-top: 70px;
}

h2.why-choose-h2 {
    max-width: 800px;
}

p.why-choose-p {
    max-width: 900px;
}

p.no-bottom-margin {
    margin-bottom: 0;
}

.card-ul {
    padding-top: 20px;
    font-size: 18px;
}

.card-ul li{
    color:#FFFFFF;
}

.card-ul li:not(:first-child) {
    padding-top: 10px;
}

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

@media all and (max-width: 960px) {}

@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 ------ */

    #hero.section .container h1 {
        max-width: unset;
    }

    #hero a.button,
    #hero a#watchVideo {
        width: 100%;
        display: block;
    }
}