/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 850px) {
    #masthead{
        background: url(/wp-content/uploads/2025/09/fe3b593f-b487-44b0-8a44-e00f403c8c0e.webp);
        background-color: transparent;
        background-size: cover;
        background-position: top center;
    }

    #masthead a.nav-top-link{
        font-size: 18px;
        font-weight: 700;
    }

    #masthead .header-nav-main.nav{
        gap: 30px;
    }

}
