.btn-blue {
    background-color: #0e2669 !important;
    border-color: #0e2669 !important;
}

.home-search-card {
    background-color: #3d394466;
    vertical-align: middle;
}

.banner {
    background-image: url(../images/theme/banner-2.jpg);
    background-repeat: no-repeat center;
    position: relative;
    background-size: 100% 400px;
    max-height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    ;
}

.home-popular-search {
    margin-top: 22rem !important;
}

.search-row {
    padding-top: 130px;
}

.singlepage-image-slider {
    max-width: 800px;
    max-height: 600px;
}

.mobile-only {
    display: none !important;
}


/* Styles for mobile devices */

@media only screen and (max-width: 600px) {
    .banner {
        background-image: url(../images/theme/banner-mobile.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        ;
    }
    .home-popular-search {
        margin-top: 5rem !important;
    }
    .search-row {
        padding-top: 0px;
    }
    .singlepage-image-slider {
        width: 360px;
        height: auto;
        max-height: 360px;
    }
    .mobile-only {
        display: flex !important;
        ;
    }
    .desktop-only {
        display: none;
    }
    .mobile-adjust-height {
        margin-top: 85%;
    }
}