body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.23;
    color: #404040;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

nav.dropDownMenu .innerNavDiv>ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
}
.hasChildren div.downArrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
}
nav.dropDownMenu .innerNavDiv>ul>li>a, nav.dropDownMenu .innerNavDiv>ul>li>span {
    color: #fff;
    
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover, nav.dropDownMenu .innerNavDiv>ul>li>span:hover {
    color: #e6e6e6;
    text-decoration: none;
}


/* ######################### Header and Navigation ################### */

header {
    background: #1a5180;
    height: 110px;
    border-bottom: solid 1px #ffffff87;
}
.sticky{
    position:fixed;
    top:0;
    width: 100%;
    z-index: 1000;
}

.flex-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.logo-container {
    width:315px;
    display:flex; 
    justify-content: center;
}

.contact-info {
    color: white;
    min-width: 160px;
}

nav.dropDownMenu .innerNavDiv>ul>li>a:visited {
    color: #fff;
}

 /* #####################################################

Mobile Menu Styles

    ################################################   */
nav.mobileMenu .menuTrigger {
    display: block;
    float: left;
    height: 50px;
    left: 100%;
    position: absolute;
    width: 66px;
    z-index: 15002;
    cursor: pointer;
    background: rgb(153, 0, 0);
    padding: 4px 3px;
}



 /* #####################################################

 Card Styles

    ################################################   */

.card {
    max-width: 300px;
    box-sizing: border-box;
    height: 375px;
    margin: auto;
    text-align: center;
    font-family: arial;
    position: relative;
    border: solid thin #c73b3b;
}
.card-icon{
    
    position: relative;
    top: -52px;
    left: 101px;

}

.card p{
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
}
.card-header {
    padding-top: 60px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #c73b3b;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
 
  left: 0;
}

.card button:hover {
  opacity: 0.7;
}



/* ################## Padding #################### */

.p-y-md {
    padding-top:65px;
    padding-bottom:65px;
}

.vh-full {
    min-height: 100vh;
}
.vh-quarter {
    min-height: 75vh;
}


.bg-pitt {
    background-image: url("https://images.listingmanager.com/clientfiles/208/template_4/agent-template-1/pittsburgh-arial-view-blue.jpeg?v=1536950943");
    background-position: center center;
    background-size: cover;
    color:white;
    display:flex; 
    flex-direction:column;
    justify-content: center;
    align-items:center;
}   

.bg-house {
    background-image: url("https://images.listingmanager.com/clientfiles/208/template_4/agent-template-1/agent-template-1-hero-overlay.jpg?v=1536946461");
    background-position: 11% center;
    background-size: cover;
}







/* ################### Sub Hero Section ############ */

.max-ch {
    max-width: 60ch;
    padding-bottom:20px
}

section.vh-full.p-y-md.bg.bg-pitt h1 {
    font-size: 92px;
}

section.vh-full.p-y-md.bg.bg-pitt h2 {
    font-size: 46px;
}

.btn-ghost {
    width: 230px;
    height: 35px;
    background-color: #990000;;
    border: solid thin white;
    text-transform: uppercase;
    color:white;
}






/*  ############### Hero Form ############## */

.agent-form {
    
    background-color: #900;
    height: 100%;
}
.agent-img{

    background-image: url("https://images.listingmanager.com/clientfiles/208/template_4/agent-template-1/agent-image-2.jpg?v=1536947152");
    background-position: center center;
    background-size: cover;
    min-height: 39vh;


}
input[type="text"], input[type="password"], input[type="number"], textarea {
    border: solid 2px #ddd;
    color: white;
    padding: .25em;
    max-width: 100%;
    width: 100%;
    height: 31px;
    background-color: #ffffff;
}

.formDiv {
    margin-bottom:0px;
    max-width: 600px;
   
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

button#btnSubmit_1245 {
    display: block;
    margin: auto;
    width: 210px;
    height: 31px;
    background-color: red;
    border: solid thin white;
    color: white;
}
.hero-form-contact {
    color: white;
    padding-left:15px;
}
.hero-text{
       position: absolute;
    top: 41%;
    color: white;
    left: 41%;
    text-align:center;
}
.hero-text h1{
    font-size: 85px;
}

/* ################# .testimonial ##########*/
.testimonial {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 19%;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}
.start-quote {
    font-size: 92px;
    margin: 0px;
    line-height: 0px;
}
.p-testimonial {
    font-size: 24px;
    font-style: italic;
}

p {
    font-family: 'Poppins', Sans-Serif;
    font-size: 14px;
}

/* ################## Bottom Form ################### */
.footer-form #form1245 {
    color: black;
    margin: auto;
    padding-top: 56px;
    padding-bottom: 220px;
}

.footer-form {
    padding-top:140px;
}
footer {
    background-color: #1a5180;
    color: white;
}















/*MASTER PAGE*/

.full-page-slide{
    position: absolute;
    top: -30px;
    z-index: -5;
}


.strip>div, .contentWidth {
    max-width: 1480px;
    width: 95%;
    margin: 0 auto;
    clear: both;
}
header {
    background: #1a5180;
}

#logo{
	max-height: 100px;
    width: 100%;
    height: auto;
}

#topNav {
    padding-bottom: 55px;
    width: 70%;
    float: left;
    padding-top: 45px;
    height: 100%;
}

#topNav a {
    color: white !important;
}



@media screen and (max-width: 1028px){
    .hero-text{
        padding-left: 100px;
        top: 28%;
    }
    .contact-info{
        display:none;
    }
}
@media (max-width: 1024px){
    .logo {
    max-height: 50px;
    padding: 0px; 
    }
}


@media screen and (max-width: 768px){
    .hero-text{
       display:none;
    }

    .agent-img {
   
    min-height: 50vh;
}

.logo-container {
    width: 220px;
}
}