body,
h1,h2,h3,h4,h5 {
    font-family: 'Raleway', sans-serif;
  
}
p{
    font-family: 'Raleway', sans-serif;
}

body{
    background-color:#f6ebce;
}
em{
    color: #130564;;
    font-style: normal;
}

/* ^^^^^^^^^^^ Utilities ^^^^^^^^^^^^^^^^^ */
.flex-center-xy {
    display:flex;
    justify-content: center;
    align-items: center;
}
.flex-direction-column {
    flex-direction: column;
}


/* ^^^^^^^^^^^^^  Header and Navigation ^^^^^^^^^^^^^^^^^ */



header {
    background-color: #780200;
    position: relative;
    width: 100%;
    -webkit-box-shadow: -2px 6px 33px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: -2px 6px 33px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 6px 33px 0px rgba(0, 0, 0, 0.13);
    z-index: 2;
}
.header-container {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}
.logo-container{
    min-width: 300px;
    max-width: 320px;
}
/* ^^^^^^^^^^^ nav links ^^^^^^^^^^ */
nav.dropDownMenu .innerNavDiv>ul>li>a, nav.dropDownMenu .innerNavDiv>ul>li>span {
    color: #fff;
    display: block;
    float: none;
    height: 100%;
    width: 100%;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:visited {
    color: #fff;
    font-weight: 700;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover {
    border-bottom: solid 2px #df4442;
}
nav.dropDownMenu .innerNavDiv>ul>li>a {
    border-bottom: solid 2px #0000ff00;
    transition: border-bottom .5s;
}

nav.dropDownMenu .innerNavDiv>ul>li>a:hover, nav.dropDownMenu .innerNavDiv>ul>li>span:hover {
    color: #f6ebce;
    text-decoration: none;
}
/* end of nav links */
/* ^^^^^^^^^^^^^^ Mobile navigation ^^^^^^^^^^^^^^^ */
nav.mobileMenu .menuTrigger>span {
    clear: both;
    width: 75%;
    border: solid 3px #130564;
    height: 1px;
    display: block;
    margin: 6px auto;
}
nav.mobileMenu .menuTrigger {
   width: 66px;
    background: rgb(255, 255, 255);
}  
nav.mobileMenu .innerNavDiv>ul>li {
    background-color: rgb(120, 2, 0);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}
nav.mobileMenu .innerNavDiv>ul li:hover, nav.mobileMenu .innerNavDiv>ul li:hover {
    background: #df4442;
}
nav.mobileMenu .mobileMenuLogoDiv {
    background: #780200;
}
nav.mobileMenu .menuTrigger {
    width: 66px;
    background: rgb(246, 235, 206);
}
.menuTrigger:active {
    background-color: #000000;
}
.btnOpenMobileSearchFilters:active, nav.mobileMenu .menuTrigger:active {
    background-color: #080808;
}
nav.mobileMenu .menuTrigger>span {
    
    border: solid 3px #df4442;
    
}
nav.mobileMenu .menuScroll {
    bottom: 0;
    float: left;
    height: 100%;
    overflow-y: auto;
    top: 0;
    width: 100%;
    background-color: #780200;
    -webkit-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.45);
}

/* ^^^^^^^^^^^ end of mobile navigation ^^^^^^^^^^^^^^^ */

.header-utilities {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
}
.contact-info {
    display: flex;
    flex-direction: column;
}
.contact-info a {
    color: white;
    text-decoration: none;
    margin-top: 5px;
}
.header-utilities .fa {
    color: #f6ebce;
}

i.fa.fa-envelope {
    margin-right: 10px;
}
i.fa.fa-phone {
    margin-right: 10px;
}
.client-login {
    margin-left: 20px;
    border: solid thin white;
    padding: 5px 10px 5px 10px;
    align-self: flex-end;
}


/* ^^^^^^^^^^^^^  hero section ^^^^^^^^^^^^^^^^^ */
.hero-heading {
    font-size: 6vh;
}
.hero-subheading {
    border-top: solid thin white;
    border-bottom: solid thin white;
    width: 50%;
    margin: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}
.hero-search {
    background-color: #780200bf;
    color: white;
    border: solid medium #df4442;
    text-align: center;
}
.hero-text {
    padding-top: 3vh;
    padding-bottom: 3vh;
}
/* ^^^^^^^^^^^^^  backgrounds ^^^^^^^^^^^^^^^^^ */

.bg-home {
    background-image: url("https://images.listingmanager.com/clientfiles/208/template_4/broker-template-3/hero.jpg");
    background-size: cover;
    background-position: center center;
    padding-top: 110px;
    margin-top: -115px;
    min-height: 100vh;
}

/* ^^^^^^^^^^^^ Quick Search ^^^^^^^^^^^^^^^ */
    
.qs-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 5vh;
    height: 100%;
    background-color: rgba(41, 105, 176, 0.6);
}


.mlsQuickSearch.fr-draggable {
    width: 100%;
    color: white;
    min-height: 233px;
    background-color: black;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.qs-filter.qsFilter-location {
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 100%;
}
label.label {
    display: flex;
}
.qsFilter-location label{
    position: relative;
    left: 41px;
}

.mlsQuickSearch #txtLocation {
    text-overflow: ellipsis;
    background-color: black;
    height: 40px;
    border: solid 2px #df4442;
}
input#txtLocation {
    border-color: white;
    width: 93%;
}
input#txtLocation::placeholder {
    color: white;
    font-weight: 700;
}
h2.qs-heading {
    text-align: center;
    color: white;
    width: 61%;
    padding: 3%;
    margin: auto;
    border: solid thin white;
    background-color: #2760987a;
}
.qs-filter {
    display: flex;
    flex-direction: column;

}
select {
    border: solid 2px #df4442;
    padding: .25em;
    background-color: black;
    color: white;
    min-width: 161px;
}

.qs-search-button {
    background-color:  #f6ebce;
    color: black;
    text-decoration: none;
    width: 93%;
    position: absolute;
    margin-top: 13px;
    top: 154px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qs-filter-beds{
        display:flex;
    }
    .qs-filter-baths{
        display:flex;
    }
a#hlQuickSearch {
    color: #03323f;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
}

/* ^^^^^^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^^^^ */
footer {
    background-color: #780200;
    padding-top: 3vh;
    color: white;
}
#copyright{
    text-align: center;
    color: black;
    background-color: #f6ebce;
}


@media screen and (max-width: 1020px) {


    .qs-filter-beds{
        display:none;
    }
    .qs-filter-baths{
        display:none;
    }
}

@media screen and (max-width: 768px) {


    .qs-filter-high-price{
        display:none;
    }
    .qs-filter-low-price{
        display:none;
    }
    .qs-filter-type{
        display:none;
    }
    .qs-search-button {
        top: 68px;
        margin-top: 13px;
} 
    .header-utilities{
        display: none;
    }
    .logo-container {
        display: flex;
        justify-content: center;
}
      .mlsQuickSearch.fr-draggable {
        min-height: 145px;
    
}

}