@charset "utf-8";

#mainBody {
	max-width: 720px;
	margin: auto;
	background-color: white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	padding: 20px;
	text-align: center;
	
}
img {
	max-width: 100%;
	height: auto;
}
input {
	font-size: 24px;
	width: 100% !important;
}
select {
	font-size: 24px;
}
#mainBody table {
	padding: 9px;
	font-size: 24px;
}
body {
	background-image:url(AerialBlur.jpg);
	background-attachment:fixed;
	background-size:auto;
	background-repeat:no-repeat;
}

.homeBtn {
	font-size: 10px;
}

@media only screen and (max-width: 575px) {
    .homeBtn {
       font-size:25px ;
    }
}
