
body {

	background-color: #82C18C;
}

.main {
	background-image: url('/bgBurgess.png');
}

div.logo {

	padding-top: 10%;
	height: 100px;

}

img.logo {

	width: 420px;
	height: 100px;	
}

@media only screen 
and (max-device-width : 568px) 
and (orientation : portrait) {

	img.logo {

		width: 300px;
		height: 71px;
	
	}

}

.d0 {

	margin-top: 5%;
}


.d1 {

	color: white;
	font-size: 18.8pt;
	padding-left: 5px;
	letter-spacing: 5px;
	font-family:'Gill Sans W01 Light';
}

.d2 {

	color: white;
	font-size: 20pt;	
	font-family:'Gill Sans W01 Medium';
}

.t1 {

	margin-top: 2em;
	color: white;
	font-size: 32pt;	
	font-family:'Gill Sans W01 Medium';
}

.address {

	margin-top: 1em;
	color: white;
	font-size: 14pt;	
	font-family:'Gill Sans W01 Light';
}
