/* Style sheets for the search form */

.searchContainer {
    margin-top: 10em;
    height: 75vh;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */

html, body {
    height:100%;
}

body {
    background-color: white;
    background: url("../Images/harbor_pic_7_1600x800.jpg") center center no-repeat fixed;
    background-size: auto 100%;
    background-repeat: no-repeat;
    /* background-position: left top; */
    /* height: 100vh; */
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .searchContainer {
        margin-top: 3em;
        height: 75vh;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}