* {
  box-sizing: border-box; margin: 0; padding: 0;
}

body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}


html { overflow-y: scroll;}
body { background:#fff; font-size: 14px; color: #a0a6ba; font-family: Montserrat, Lato, Arial, helvetica, sans-serif;}



/*-- NAVIGATION --*/
    
#navwrap {
    position: fixed;
    z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
    background-color: #aba000;
}
    
#myTopnav {
	width: 100%;	
	max-width: 1024px;
	margin: auto;               
}

.topnav {
  overflow: hidden;
  font-family: 'Montserrat';
  font-weight: 400;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-size: 1.3em;
}

.homebtn {
  background-color: #fff;
  color: #434e7d;
  font-weight: 500;
  margin-right: 3vw;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 1.3em;    
    border: none;
    outline: none;
    color: white;
    padding: 16px;
    background-color: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #434e7d;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}

.dropdown-content a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #434e7d;
}

.dropdown:hover .dropdown-content {
    display: block;
}



/*-- HERO --*/

#herowrap {
    position: relative;
}

#herowrap img { 
    width: 100%;
    height: auto;
}

#herotext {
    position: absolute;
    left: 0;
    top: 8%;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    color: #fff;
}

#herotext img {
    width: 30%; 
    height: auto;
}


#tagline {
    margin-top: 14%;
    padding: 4%;
    background-color: rgba(60,72,131,0.5);
    /*-- 
    background-color: rgba(147,140,53,0.5);
    --*/
}



/*-- CONTENT --*/

h1 {
    font-size: 3.5vw;
    font-weight: 500;
}

h2 {
    font-size: 6vh;
    font-weight: 300;
    color: #aba000;
}

h3 {
    font-size: 2.6vw;
    font-weight: 400;
}

h4 {  
    font-size: 1.4em;
    font-weight: 400;
    color: #434e7d;
}

h5 {  
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    color: #5567b7;
}

h1 h2 h3 h4 h5 {
    font-family: 'Montserrat';
}

p {font-size: 1.1em;}

#maincontent {
    width: 70%;
    margin: auto;
    padding: 6vh 0 6vh 0;
    text-align: center;
    line-height: 180%;
}

#teampic img {
    width: 90%;
    height: auto;
}

.twocolumns .leftcolumn {
    float: left;
    width: 45%;
    margin-bottom: 4vh;
}

.twocolumns .rightcolumn {
    float: right;
    width: 45%;
    margin-bottom: 4vh;
}

.twocolumns img {
    max-width: 50%;
    height: auto;
    margin: 0 2vw 2vh 2vw;     
}

.twocolumns hr {
    width: 30%;
    margin: 1vh auto;
    border-bottom: 1px;
}

.biocontact {
    color:#434e7d
}

.biocontact a {
    text-decoration: none;
    color:#434e7d
}

.biologos img {
    max-width: 160px;
    height: auto;
}

#note {
    text-align: left; 
    font-size: 0.7em; 
    margin-left: 6vw;
}

#text-align: left; font-size: 0.7em; margin-left: 3vw;"

.team {
    margin-bottom: 2vh;
    display: block;
    border-bottom: 2px solid #5567b7;
}

.team button {
    display: inline-block;
    border: none;
    width: 20%;
    padding: 1vh 2vw 1vh;
    font-size: 1em;
    text-align: center;
    background: #fff;
}

.team a, .twocolumns a {
    text-decoration: none;
    color: #5567b7;
}

.solds {
    margin: auto;
}

.listing {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 .5vw 4vh;
}    

.listing h4 {
    font-size: 1.3em;
    font-weight: 300;
}  

.listing h6 {
    font-size: 1em;
    font-weight: 300;
}

.listingpics img {
    object-fit: cover;
    width: 100%;
    height: 20vh;
}

.sold {
    position: absolute;
    top: 0;
    width: 40%;
    font-size: 1.5vw;
    color: white;
    padding: .25vw;
    background-color: #e77156;
}

#sectionwrap{
    clear: both;
    background-color: #eef0f8;  
}

#section img {
    vertical-align: top;
}

.quotes quote {
    display: inline-block; 
    vertical-align: top;
    width: 18%;
    border-radius: 20px;
    padding: 12px;
    margin: 4vh .5vw 4vh .5vw;
    text-align: left;
    color: #a19414;
    background: #e3e0c3;
}


#contactwrap{
    clear: both;
    background-color: #6b6f7e;  
}

#contact, #section {
    width: 70%;
    margin: auto;
    padding: 4vh 0 4vh 0;
    text-align: center;
}

#contact div {
    padding: 0.6vh 2vw;
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
}

#contact a {
    color: #fff;
    text-decoration: none;
}

#contact .phone {
    font-family: 'Montserrat';
    font-size: 1.4em;
    letter-spacing: .1em;
    font-weight: 600; 
}

#contact .links {
    font-size: .6em;
    color: #b8ab2f;
}


#contact #MM {
    float: left;
    margin-bottom: 3vh;
}

#contact #JK {
    float: right;
    margin-bottom: 3vh;
}

#contact #AL {
    clear: both;
    margin-bottom: 3vh;
}

#sm {
    clear: right;
    margin: auto;
}

#sm p {
    display: inline-block;
    margin: 0 1vh;
}

#sm img {

    width: 50px;
    height: auto;
}


#footer {
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    padding: 2vh 0 3vh;
    background-color: #39394f;   
}

#footer img {
    width: 6em;
    height: auto; 
}



/*- VVV RESPONSIVE VVV -*/

@media screen and (max-width: 780px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;   
  }

    
#navwrap {
    position: static;
}
  
h1 {
    font-size: 1.4em;
}
    
h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.2em;
}
      
 
#maincontent #contact {
    width: 90%;
}
    
.twocolumns .leftcolumn, .twocolumns .rightcolumn {
    float: none;
    width: 100%;
    margin-bottom: 2vh;
}
    
.twocolumns img {
    max-width: 60%;
    height: auto;
}
    
#note {
    text-align: center; 
    margin: 0;
}
       
.team button {
    display: block;
    width: 100%;
    padding-bottom: 1.5vh;
}
    
.listing {
    width: 100%;
    margin: 0 .5vw 2vh;
}    

.sold {
    font-size: 2vh;
}
    
.quotes quote {
    display: block; 
    width: 100%;
    margin: 2vh .5vw 2vh .5vw;
}
    
#contact div {
    padding: .6vh 0;
    font-size: 1.3em;
}
    
#contact #MM, #contact #JK{
    float: none;
    margin-bottom: 1.5vh;
    }

#sm p {
    display: inline-block;
    margin: 0 1vh;
}

#sm img {
    width: 30px;
    height: auto;
}
    
    
} 


