/* CSS Document */
@import url("../webfonts/Roboto_Light/stylesheet.css");
@import url("../webfonts/Roboto_Regular/stylesheet.css");
@import url("../webfonts/roboto_bold/stylesheet.css");

#contactHeader {
	background-image: url(../nivo/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position:;
	background-size: cover;
	background-color: #284871;
}
#contactHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 17px;
	line-height: 150px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contactBody {
	margin-top: 15px;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
#contactLeft {
	padding-top: 15px;
}
#contactRight {
	padding-top: 15px;
	padding-bottom: 15px;

}
#contactInfo{
	padding-top: 15px;
	padding-bottom: 15px;

}
#contactRight p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;

	
	

}

#contactLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 19px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
}
#contactLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 15px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
}


.google-maps {
	position: relative;
	padding-bottom: 80%;
// This is the aspect ratio
        height: 0;
	overflow: hidden;
	
    }
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}
.email2 {
text-decoration: none;
font-family: "Roboto Light", "Sans Serif";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;	
}
.email2:hover {
text-decoration: none;
color: #DCA900;	
}
.email2:visited {
text-decoration: none;
color: #333;	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

#contactBody {
border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #F2F2F2;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border: 1px solid #F2F2F2;
	-moz-border-bottom-left-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-moz-border: 1px solid #F2F2F2;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#contactHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 24px;
	line-height: 150px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contactLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 17px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 75%;
}
#contactLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 15px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
}
#first {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#last {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:right;
}
#org {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#phone {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:right;
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
}
#mess {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
#submit {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
.google-maps {
	position: relative;
	padding-bottom: 50%;
// This is the aspect ratio
        height: 0;
	overflow: hidden;
	
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

#contactBody {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #F2F2F2;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border: 1px solid #F2F2F2;
	-moz-border-bottom-left-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-moz-border: 1px solid #F2F2F2;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#contactHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 28px;
	line-height: 150px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contactLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 21px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
	width: 75%;
}
#contactLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66%;
	display: block;
	padding-top: 15px;
}
#contactRight {
	clear: none;
	float: left;
	margin-left: 1.5%;
	width: 30%;
	display: block;
	margin-top: 15px;
}

#contactRight p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #333f;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#contactLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 16px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-left: 15px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;


// This is the aspect ratio
        height: 0;
	overflow: hidden;
	
    }
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}
.email2 {
	text-decoration: none;
	font-family: "Roboto Light", "Sans Serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;
	letter-spacing: -1px;
}
}
@media only screen and (min-width: 1000px) {
.email2 {
	text-decoration: none;
	font-family: "roboto bold", "Sans Serif";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;
	letter-spacing: -1px;
}	
	}
@media only screen and (min-width: 1300px) {
#contactHeader {
	background-image: url(../nivo/images/slide1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	background-size: cover;
	padding-top: 0px;
}


#contactHeader h1 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 36px;
	line-height: 150px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contactLeft h2 {
	font-family: "roboto bold", "Sans Serif";
	font-size: 28px;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
	width: 75%;
}
#contactLeft p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 18px;
	line-height: normal;
	color: #333;
	margin-top: 15px;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-left: 15px;
}

#contactRight {
	clear: none;
	float: left;
	margin-left: 1.5%;
	width: 31.0%;
	display: block;
	margin-top: 15px;
}
#contactRight p {
	font-family: "Roboto Light", "Sans Serif";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}


.email2 {
text-decoration: none;
font-family: "Roboto Light", "Sans Serif";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;	
}
}
p, h1, h2, h3, h4 {
	margin-right: 5px;
	margin-left: 5px;
}
