body {
	background-color: #000000;
	color: #cccccc;
}


@media screen and (max-width:640px) {
.header-logo {
	float:none;
	position:absolute;
	top: 1100px;
	margin-bottom:0px;
}
.header-logo img {
	max-width:200px;
	max-height:200px;
}
.header-title {
	float:none;
	text-align:center;
}

}
@media screen and (min-width:641px) and (max-width:959px) {
.header-logo {
	border:1px solid black;
	float:left;
}

.header-logo img {
	max-width:200px;
	margin-right: 30px;
}
.header-title {
	float:left;
	text-align:center;
	max-width:50%;
}


}
@media screen and (min-width:960px) {
.header-logo {
	border:1px solid black;
	float:left;
}
.header-logo img {
	max-width:500px;
	margin-right: 30px;
}

}
@media print {}





/*
@media screen and (min-width: 599px) {
.header-logo {
	border:1px solid black;
	float:left;
}
}

@media screen and (max-width: 599px) {
.header-logo {
	float:none;
	position:absolute;
	top: 1000px;
	margin-bottom:0px;
}
}

.header-logo img {
	max-width:500px;
	margin-right: 30px;
}
*/
.header-title h1 {
	font-weight:bold;
	font-size:6em;
}
.header-title p {
	text-align:center;
}

.main-strapline {
	font-weight:bold;
	font-size:1.5em;
	margin:auto;
	text-align:center;
}
.call-now {
	color: #ff0020;
	text-align:left !important;
}

.email-link {
	color: #3a88fe;
	text-decoration:none;
}
.email-link:hover {
	color: #ff0020;
}
