@import url("../webfonts/poppinsReg/stylesheet.css");
@import url("../webfonts/ralewayBold/stylesheet.css");
@import url("../webfonts/poppinsBold/stylesheet.css");
/* CSS Document */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

p, h1, h2, h3, h4 {
	margin-right: 10px;
	margin-left: 10px;
}
#contactHeader h1 {
	overflow: hidden;
	text-align: center;
}

#contact {
padding-bottom: 30px;	
	}
#contactHeader {
	background-image: url(../images/bg/contactHeader.jpg);
	background-repeat: no-repeat;
	background-position: -1000px;
	text-align: center;
	background-color: #FFF;
}
.mainheader {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: ralewayBold, sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #000;
	line-height: 200px;
	margin-bottom: 0px;
	margin-top:0px;
}
#cIntro p {
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#contactRight h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contactRight p {
	font-family: poppinsReg, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 0px;
}
#contactPhone {
	text-align: center;
	margin-bottom:40px;
}
#contactAddress {
	text-align: center;
		margin-bottom:40px;
}

#contactEmail {
	text-align: center;
		margin-bottom:40px;
}

#contactRight {
	margin-top: 25px;
}
#contactEmail a {
	text-decoration: none;
	color: #333;
}
#contactEmail a:hover {
	text-decoration: none;
	color: #B01116;
}
#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;
}

#phone2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:left;
}
#email2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:right;
}
#ref {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:left;
	
	
}
#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;
}
@media only screen and (min-width: 481px) {
#contactHeader {
	background-image: url(../images/bg/contactHeader.jpg);	
	background-repeat: no-repeat;
	background-position: -1000px;
	text-align: center;
	background-color: #FFF;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
p, h1, h2, h3, h4 {
	margin-right: 0px;
	margin-left: 0px;
}
#contactHeader {
	background-image: url(../images/bg/contactHeader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.mainheader {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: ralewayBold, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #000;
	line-height: 200px;
	
}
#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;
}

#phone2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:left;
}
#email2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:right;
}
#ref {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	text-align:left;
	
	
}
#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;
	
    }
#contactPhone {
	text-align: left;
}
#contactAddress {
	text-align: left;
}
#contactEmail {
	text-align: left;
}
#contactRight {
	margin-top: 0px;
}
#contactRight h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-left: 55px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#contactRight p {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 15px;
}
.left {
	float: left;
}
.google-maps {
	position: relative;
	padding-bottom: 30%;
// 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; 
}
}
@media only screen and (min-width: 1300px) {
#cIntro p {
	font-family: poppinsReg, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#contactRight h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-left: 55px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#contactRight p {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 15px;
}
.left {
	float: left;
}
}
.error {
	color: red;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-family: "opensans light", Arial;
	text-align: left;
	margin-bottom: 10px;
	float: left;
}
