/* Responsive Splash page by cocoweb.com.au */

div {
	margin: 0;
	padding: 0;
	border: 0;
	
}
#splash {
	width:912px;margin-left:auto;margin-right:auto;box-sizing: content-box;
}
#row2 {
	background-image: url(images/footer.jpg) ;
	background-repeat: no-repeat;
	background-size: contain;
}
.text {

	margin-left:15em;
	padding-top:20px;
	padding-bottom:30px;
}

p {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch: expanded;
}
a {
	color:aqua;
	text-decoration:none;
}
a:hover {
	color:orange;
}

@media screen and (max-width: 912px) {
#splash{
	width:100%;			
}
img {
	width:100%;
}
.text {

	margin-left:1em;
	padding-top:5px;

}
}
@media screen and (max-width: 630px) {
.text {

	margin-left:5px;
	padding-top:60px;

}
p {
	line-height:200%;
}

}
