.yellow-header-text {
    color:#FFCE00;
    font-weight: 700;
}

.text-white {
    color: white;
}

.bg-footer-exploreSeasonalPrograms{
    background-image: url('/wp-content/themes/monarch/assets/images-monarch/bg2/footer.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}

.bg-footer-exploreCatSkiing{
    background-image: url('/wp-content/themes/monarch/assets/images-monarch/2017_10_19/bg6/catski_footer.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}

.bg-footer-explore{
    background-image: url('/wp-content/themes/monarch/assets/images-monarch/2017_10_19/bg2/footer.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}


.header-container-explore{
    text-align: center;
}
@@media only screen (max-width : 360px) {
    .header-container-explore .button{
        font-size: 20px;
    }
}
