

/** TITLE **/
.static-title			{ padding:100px 0px; text-align:center; }
.static-title h1		{ text-transform:uppercase; font-size:3em; font-weight:700; }
.static-title h1 span	{ display:block; font-weight:400; }

#contact-map { height:300px; }



/** RESPONSIVE **/
@media screen and (max-width:650px){

	.contact-page .form .form-half				{ width:100%; clear:both; }
	.contact-page .form .form-half-left			{ float:none; clear:left; }
	.contact-page .form .form-half-right		{ float:none; clear:right; }

}

@media screen and (max-width:600px){

	.static-title 			{ padding:50px 0px; }
	.static-title h1		{ font-size:2em; }

}

@media screen and (max-width:400px){

	.static-title 			{ padding:25px 0px; }
	.static-title h1		{ font-size:1.6em; }

}
