

@media screen and (min-width: 500px) {

h1 {
font-size: 2.75em;
font-weight: normal;
font-family: 'Questrial', sans-serif;
display:block;
background:#49B4D9;
color: #fff;
max-width:75%;
padding:30px 0;
margin: 0 auto;
}
  
h2 {
font-size: 1.5em;
font-family: 'Questrial', sans-serif;
font-weight: 700;
margin:5px 0;
color:#49B4D9;
display:block;
background:none;
text-align:left;
}
 /**********************************
  HEADER
  ***********************************/
  
header {
margin: 20px auto 0 auto;
height:95px;
}
 
nav {
background: none;
float: right;
font-size: 1.1em;
border-bottom: none; 
text-align: right;
margin: -25px 0 0 0;
width: 100%;
}
  
#logo {
float: left;    
text-align: left;
width: 100%;
}
  
#logo img{
margin:10px 10px 0 10px;
}

#wrapper {
max-width: 940px;
}

.teal-band{
background:#49B4D9;
display:block;
}

.teal-band2{
background:#49B4D9;
display:none;
}

.roadblur1 {
max-width:100%;
position: relative;
text-align:center;
display:none;
}

.section-container{
margin:0;
background:#fff;

}

.section-container:after {
content:"";
display:table;
clear:both;
}

#primary {
max-width:75%;
padding:0;
margin-top:10px;
font-size: 1.1em;
line-height: 1.3em;
font-family: 'Questrial', sans-serif;
color: #777;
}

#primary p{
margin-top: 5px;

}

#primary  img {
display:block;
width: 50%;
margin: 30px 0 10px 25px;
border-radius: 10px 10px;
float:right;
-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.65);
-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.65);
box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.65);

}   

#secondary {
font-size: 1.1em;
line-height: 1.3em;
color: #777;
font-family: 'Questrial', sans-serif;
padding-bottom:30px;
margin: 10px auto 10px auto;
max-width:75%;
}
 #secondary p{
margin-top: 5px;

}

#secondary  img{
width: 15%;
float:left;
margin: 0px 0px 0px 0px;
}

footer {
font-size: 0.85em;
font-family: 'Questrial', sans-serif;
text-align: right;
clear: both;
padding: 5px 0;
border-bottom: solid 10px #00A2B5;
color: #fff;
margin-bottom: 20px;
background:#49B4D9;
border-bottom-left-radius: 15px 15px;
border-bottom-right-radius: 15px 15px;
}

footer  p{
margin:0px 30px;
padding-top:5px;
}

}
  

 
 

  
  
  
  

  




