html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, 'Open Sans', Arial, sans-serif;
	font-size: 11pt;
	color: #fff;
	overflow-x: auto;
	overflow-y: scroll;
	background-image: url('../images/Hometown-2025_virtual-bkgd-1920x1080_v1.png');
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

a, a:active
{
	color: #ffe8ba;
	text-decoration: none;
}

a:hover
{
	color: #0b2c73;
	text-decoration: underline;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 24pt;
	color: #707070;
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 18pt;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

.panel
{
	color: #101010;
	margin-top: 12%;
}

.btn, .btn-primary, .btn-default,
.btn-default:active,
.btn-default:focus,
.btn-default:hover
{
	color: white;
	background-color: #73bf42;
	background-image: none;
	border-color: #73bf42;
	border-width: 1px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	padding: 6px 18px;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover
{
	background-color: #61a138;
}



/* Media queries for responsive modifications */

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 991px) {

}
	
@media screen and (max-width: 1199px) {

}

