#online_form {display:none;}
BODY {background-color:#3B3B3B; margin:0px; padding:0px; color:#000; font-size:18px; font-family:Arial, Helvetica, sans-serif; }
H1 {
	text-align:center; 
	text-shadow: 2px 2px 2px #CCCCCC;
	margin-top:0px;
	color:#000;
	font-size:20px;
}
H2 {
	margin:0px 0px 0px 0px;
}
.page_container {background-color:#fff;}
.page {max-width:800px; margin:auto;}
P {padding:10px; margin:0px; line-height:25px; }
A {text-decoration:none;}
INPUT {
	min-width:350px;
	padding:6px;
	font-size:18px;
}
TEXTAREA {
	min-width:350px;
	padding:6px;
	font-size:18px;
}
@media (max-width : 800px) {
	INPUT {
		min-width:100px;
		width:80% !important;		
	}
	TEXTAREA {
		min-width:100px;
		width:80% !important;
	}
}

.submit {
	padding:6px;
	background-color:#709EF4;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.logo, .nav {text-align:center; padding:30px 0px 15px 0px; }
.nav A {text-transform: uppercase; font-weight:bold; color:green; padding:10px;}
.nav A:HOVER { color:blue; }
.header {
	line-height:40px; width:100%; background-color:#638BFF; color:#fff; text-align:center; font-size:22px; font-weight:bold; padding:10px 0px 10px 0px;
}
.header SPAN {letter-spacing: 1px;}
.content {max-width:800px; min-height:200px; margin:auto; text-align:center; background-color:#fff;}
.splash {font-size:46px;}
.contact_form {
	background-color:#E9E9E9; 
	color:#000;
	width:100%; 
	text-align:center;
	margin-top:0px; 
	padding:40px 0px 40px 0px;
}
.footer {
	background-image: url("https://sswbuildingservices.co.uk/construction-02b.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-color:#E9E9E9; 
	color:#fff;
	width:100%; text-align:center; font-weight:bold; margin-top:0px; padding:40px 0px 40px 0px;}
	.footer SPAN {
		text-decoration:underline;
		cursor: pointer;
	}
.copyright A {color:#ccc;}
.copyright A:HOVER {color:green;}
.copyright {width:100%; background-color:#3B3B3B; color:#fff; text-align:center; font-weight:bold; padding:20px 0px 20px 0px;}