body,
h1,h2,h3,h4,h5 {
    font-family: 'Nunito', Sans-Serif;
  
}


/* ^^^^^^^^^^^^^  Header and Navigation ^^^^^^^^^^^^^^^^^ */



header {
 
    background-color: #03323F;
   
}
.header-container {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}
.logo-container{
    min-width: 300px;
    max-width: 320px;
}
.header-utilities {
    display: flex;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:visited {
    color: #fff;
}
nav.dropDownMenu .innerNavDiv>ul>li>a {
    color: #fff;
    font-size:18px;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover {
    color:#e9c81a;
}
nav.dropDownMenu.contentWidth.cf {
    margin-left: 45px;
}
nav.dropDownMenu .innerNavDiv>ul>li>a, nav.dropDownMenu .innerNavDiv>ul>li>span {
    color: #fff;
}
nav.mobileMenu .menuScroll {
    bottom: 0;
    float: left;
    height: 100%;
    overflow-y: auto;
    top: 0;
    width: 100%;
    border-right: solid thin #e9c81a;

    -webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
    box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
  
    background-color: #03323f;
}
nav.dropDownMenu .innerNavDiv>ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 85%;
    list-style: none;
}

nav.mobileMenu .menuTrigger {
    display: block;
    float: left;
    height: 50px;
    left: 100%;
    position: absolute;
    width: 50px;
    z-index: 15002;
    cursor: pointer;
    background: rgb(233, 200, 26);
    padding: 4px 3px;
}
nav.mobileMenu .innerNavDiv>ul>li {
    background-color: rgb(3, 50, 63);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}
nav.mobileMenu .innerNavDiv>ul>li:hover {
    background-color: rgb(3, 50, 63);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}
nav.mobileMenu .menuScroll {
    bottom: 0;
    float: left;
    height: 100%;
    overflow-y: auto;
    top: 0;
    width: 100%;
    background-color: #03323f;
}
.agent-image {
    font-size: 22px;
    
}
.agent-name {
    font-weight: 700;
    font-size: 22px;
}
.agent-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.contact-info {
    display: flex;
    flex-direction: column;
    min-width: 190px;
    }
.contact-info a {
    color: white;
    text-underline: none;
    text-decoration: none;
}
.contact-info i.fa {
    color: #e9c81a;
    margin-right: 6px;
}
.contact-info p {
    margin-top: 0px;
    margin-bottom: 0px;
}


/*  ^^^^^^^^^^^^^^^^^   End of Header and Navigation ^^^^^^^^ */
.heading-hero {
    text-align: center;
    background-color: #03323fc2;
    color: white;
    font-size: 6vh;
    padding: 3vw;
    position: relative;
    bottom: 40px;
   
}
.hero-height{
    min-height: 80vh;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}



/* ^^^^^^^^^^^^ Quick Search ^^^^^^^^^^^^^^^ */
    
.quick-search-container{  
    width: 100vw;
    background-color: #03323f;
    height: 140px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    border-top: solid thin #e9c81a;
}




.mlsQuickSearch.fr-draggable {
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 43px;
    background-color: #03323f;
    position: fixed;
    bottom: 0;
}
.qs-filter {
    display: flex;
    flex-direction: column;
    min-width: 125px;
}
select {
    border: solid 2px #e9c81a;
    padding: .25em;
}
input#txtLocation {
    border-color: #e9c81a;
}
.qs-search-button {
    background-color: #e9c81a;
    color: black;
    text-decoration: none;
    width: 164px;
    position: relative;
    top: 10px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a#hlQuickSearch {
    color: #03323f;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
     width: 100%;
    display: flex;
    justify-content: center;
}


.bio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bio p {
    max-width: 70ch;
}

p{
    font-family: 'Nunito', Sans-Serif;
    font-size: 16px;
}

/* ^^^^^^^^^^^^^  Form  ^^^^^^^^^^^^^^^^ */
input[type="text"], input[type="password"], input[type="number"], textarea {
    border: solid 2px #ddd;
    padding: .25em;
    width: 100%;
}
.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 8vh;
    padding-bottom: 8vh;
    padding-left: 2vw;
    padding-right: 2vw;
}
.form-container h2{
    padding-bottom: 5vh;
}
button#btnSubmit_1245 {
    background-color: #e9c81a;
    border: solid thin white;
    width: 300px;
    height: 45px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}


/* ^^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^^^^ */
footer{
    background-color: #03323F;
    padding-top: 5vh;
}
.page2464 div#copyright {
    background-color: #09718E;
    padding-bottom:15vh;
    text-align: center;
    color: white;
}
div#copyright {
    background-color: #09718E;
   
    text-align: center;
    color: white;
}
footer a {
    color: #bcbdc0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
}
footer h2 {
    color: white;
}
footer p {
    color: #bcbdc0;
}


.p-xy-md{
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.p-xy-lg{
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.flex-column{
    display: flex;
    flex-direction:column;
}

.half-vh{
    min-height: 50vh;
}
.vh-full{
    min-height: 100vh;
}
.flex-center-xy{
    display:flex;
    align-items: center;
    justify-content: center;
}


/* ^^^^^^^^^^^^^^^^ backgrounds ^^^^^^^^^^^^^^^^^ */
.bridge {
    background-image: url("https://images.listingmanager.com/clientfiles/208/template_4/agent-template-3/bridge-one.jpg")
}

.bg-hero {
    
    min-height: 80vh;
    background-position: center center;
}
.bg-pattern{
    background-image: url("https://images.listingmanager.com/clientfiles/208/template_4/agent-template-3/seigaiha.png");
}



@media screen and (max-width: 1020px) {

    .qs-filter-beds{
        display:none;
    }
    .qs-filter-baths{
        display:none;
    }
    .logo-container{
    min-width: 300px;
    max-width: 320px;
}
    .logo {
    max-height: 80px;
    padding: 3px;
}

nav.dropDownMenu.contentWidth.cf {
    margin-left: 0px;
}
}


@media screen and (max-width: 760px) {
    .phone{
        display:none;
    }
    .contact{
        display:none;
    }
    .agent-section{
        flex-direction: column;
    }
    .header-container{
        flex-direction: column;
    }

.logo-container{
    min-width: 300px;
    max-width: 320px;
}
  
    .qs-filter-low-price{
        display:none;
    }
    .qs-filter-high-price{
        display:none;
    }
    .qs-filter-type{
        display:none;
    }
    .txtAdvancedSearch{
        width:300px;
    }
    .mlsQuickSearch.fr-draggable {
        justify-content: center;
}   .footer-contact {
    padding-top: 6vh;
}
}