body,
h1,h2,h3,h4,h5 {
    font-family: 'Oswald', sans-serif;
  
}
p{
    font-family: 'EB Garamond', serif;
}

body{
    background-color:#f6ebce;
}
em{
    color: #130564;;
    font-style: normal;
}


/* ^^^^^^^^^^^^^  Header and Navigation ^^^^^^^^^^^^^^^^^ */



header {
    background-color: #8aa395;
    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 ul.subNav li a {
    text-align: left;
}


.hasChildren div.downArrow {
    
    border-top: 7px solid #a45c44;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover, nav.dropDownMenu .innerNavDiv>ul>li>span:hover {
    color: #dedede;
    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);
    border: solid thin #c7c7c7;
}  

nav.mobileMenu .menuTrigger>span {
    border: solid 3px #a45c44;    
}
/* ^^^^^^^^^^^ 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;
    padding-bottom: 5px;
}
.header-utilities .fa {
    color: #ebe1ce;
    margin-right: 8px;
}

i.fa.fa-envelope {
    margin-right: 10px;
}
i.fa.fa-phone {
    margin-right: 10px;
}


/* ^^^^^^^^^^^^^  hero section ^^^^^^^^^^^^^^^^^ */

.heading-hero {
    font-size: 5vh;
    color: white;
    margin-bottom: 10px;
}

.heading-button-container-right {
    position: relative;
    left: 20%;
    display: flex;
    flex-direction: column;
}
.heading-button-container-left {
    position: relative;
    right: 20%;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.btn.btn-hero-left {
    background-color:  #8aa395;
    width: 50%;
    padding: 10px 5px 10px 5px;
    display: flex;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}
.btn.btn-hero-right {
    background-color:   #8aa395;
    width: 50%;
    padding: 10px 5px 10px 5px;
    display: flex;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    align-self: flex-end;
}
.agent-portrait-container {
   
    background-color: white;
    margin: auto;
    min-width: 225px;
    max-width: 490px;
}
.img-agent-portrait {
    object-fit: cover;
}
/* ^^^^^^^^^^^^^  backgrounds ^^^^^^^^^^^^^^^^^ */

.bg-buying {
    background-image: url(https://images.listingmanager.com/clientfiles/208/template_4/agent-template-4/buying.jpg);
    background-size: cover;
    background-position: center center;
    
    min-height: 90vh;
}
.bg-selling{
    background-image: url(https://images.listingmanager.com/clientfiles/208/template_4/agent-template-4/selling.jpg);
    background-size: cover;
    background-position: center center;
    
    min-height: 90vh;
}
.bg-home{
    
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 90vh;
    position: relative;
}

.bg-home::before {
background-image: url(https://images.listingmanager.com/clientfiles/208/template_4/agent-template-4/adobestock_127901289.jpg);
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
opacity: 0.4;
}




/* ^^^^^^^^^^^^ Utilities ^^^^^^^^^^^^^^ */
hr {
    border: 2;
    height: 1px;
    width: 236px;
    margin: 0 auto;
    clear: both;
   
}
.flex-center-xy{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-xy-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-direction-column{
    flex-direction:column;
}


.flex-direction-column{
    flex-direction:column;
}
.flex-direction-row{
    flex-direction:row;
}
.align-self-start{
    align-self:flex-start;
}
.min-hero-height{
    min-height: calc(100vh - 108px);
}
.relative {
    position:relative;
}
.p-xy-sm{
    padding-top:5vh;
    padding-bottom:5vh;
}
.p-xy-md{
    padding-top:10vh;
    padding-bottom:10vh;
}
.p-xy-lg{
    padding-top:15vh;
    padding-bottom:15vh;
}

.position-center{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:absolute;
}


/* ^^^^^^^^^^^^^  Quick Search  ^^^^^^^^^^^^^^^^^ */
.quick-search-container {
    width: 100%;
    background-color: #c1bdb3e0;
    height: 140px;
    position: fixed;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
    border-top: solid thin #f3f1ec;
}
.mlsQuickSearch.fr-draggable {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.qs-filter {
    display: flex;
    flex-direction: column;
}
select {
    border: solid 2px #ddd;
    padding: .25em;
    background-color: #130564;
    color: white;
    width: 130px;
}
input#txtLocation::placeholder {
    color: white;
}
input#txtLocation {
    background-color: #130564;
    color: white;
    font-weight: 400;
    min-width: 330px;
}
.qs-filter-type {
    display:none;
}
.qs-search-button {
    background-color: #ffffff;
    height: 31px;
    width: 206px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10px;
}
a#hlQuickSearch {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
}
label.label {
    color: white;
    font-size: 18px;
}


/*^^^^^^^^^^^^ Form ^^^^^^^^^^^^^^^^ */
.form-container {
    display: flex;
    justify-content: center;
    background: #8aa395e8;
    -webkit-box-shadow: 4px 6px 35px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 4px 6px 35px 0px rgba(0,0,0,0.52);
    box-shadow: 4px 6px 35px 0px rgba(0,0,0,0.52);
}
   

input[type="text"], input[type="password"], input[type="number"], textarea {
    border: solid 2px #ddd;
    padding: .25em;
    max-width: 100%;
    width: 100%;
}
button#btnSubmit_1180 {
    width: 100%;
    height: 35px;
    background-color: #a45c44;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.28);
}

.formDiv {
    margin-bottom: 10px;
    max-width: 600px;
    padding: 19px;
}
.page2483 label{
    color:white;
}
/* ^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^^^ */
footer {
    padding-top: 5vh;
}
#copyright {
    
    text-align: center;
    padding-top: 10px;
    background-color: grey;
    color: white;
}

/* ^^^^^^^^^^^^^ Side Pages ^^^^^^^^^^ */
.about p {
    max-width: 65ch;
    line-height: 25px;
}
@media screen and (max-width:  1420px) {
.agent-portrait-container {
    min-width: 225px;
    max-width: 360px;
}
h2.heading-hero.left {
    position: relative;
    right: 7vh;
}
h2.heading-hero.right {
    position: relative;
    left: 7vh;
}
}

@media screen and (max-width:  1020px) {

    nav.dropDownMenu .innerNavDiv>ul>li>a:visited {
    color: #130564;
    font-weight: 700;
}
.agent-portrait-container {
   
    min-width: 225px;
    max-width: 335px;

}
nav.dropDownMenu .innerNavDiv>ul>li>a, nav.dropDownMenu .innerNavDiv>ul>li>span {
    color: rgba(0,1,17,.77);
    
}
nav.dropDownMenu .innerNavDiv>ul>li>a:visited {
    color: #161517;
}

   h2.heading-hero.left {
    position: relative;
    right: 0vh;
}
h2.heading-hero.right {
    position: relative;
    left: 0vh;
}
   .btn.btn-hero-right {
    align-self: center;
}
.btn.btn-hero-left {
    display: flex;
    justify-content: center;
    align-self: center;
}
.heading-button-container-left {
    position: relative;
    right: 00%;
    display: flex;
    bottom:57px;
    flex-direction: column;
    align-self: center;
}
   .left {
    position: relative;
    bottom: 0vh;
}


.heading-button-container-right {
    position: relative;
    left: 00%;
    display: flex;
    flex-direction: column;
}

 .bg-buying {
    min-height: 45vh;
}
.bg-selling {
     min-height: 45vh;
}
    
    .logo {
    max-height: 50px;
    padding: 0px;
    margin: auto;
}
    .qs-filter-beds{
        display:none;
    }
    .qs-filter-baths{
        display:none;
    }
    
    .bg-agent-hero {
        background-position: right center;  
        margin-top: -77px;
}
    .hero-heading {
        margin-bottom: -30vh;
        margin-left: 0vw;
        font-size: 5vh;
}
}

@media screen and (max-width:  1020px) {
    .header-utilities{
        display:none;
    }
}

@media screen and (max-width:  760px) {
    .header-utilities{
        display:none;
    }
    .heading-hero{
        text-align: center;
    }
    h2.heading-hero.left {
    position: relative;
    right: 0vh;
}
.agent-portrait-container {
    min-width: 185px;
    max-width: 285px;
}
.position-center {
    top: 54%;
}
h2.heading-hero.right {
    position: relative;
    left: 0vh;
}

    .mlsQuickSearch.fr-draggable {
        justify-content: center;
}
    .qs-search-button {
    top: 11px;
}
    input#txtLocation {
    min-width: 192px;
}
    .qs-filter-low-price{
        display:none;
    }
    .qs-filter-high-price{
        display:none;
    }
  
    .bg-agent-hero {
        background-position: 760px; 
}   .hero-heading{
    font-size: 4vh;
}


}

@media screen and (max-width: 480px) {
    .bg-agent-hero {
    background-position: 665px;
}
}

@media screen and (max-width: 380px){
    .bg-agent-hero {
    background-position: 535px;
}
}