}body, table {
	margin: 0px;
	font-size: 12px;
	font-family: Gill Sans, courier new, courier, monospace;
}iframe{
	display: block;
	width: 100%;
	height: 100%;
}

div{
	box-sizing: border-box;
}.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}.disabled{
   pointer-events: none !important;
   cursor: default !important;
	 opacity: 0.8;
}
a.disabled{
	pointer-events: none !important;
	cursor: default !important;
}

.homesplash{
	width: 100%;
	height: 100%;
	background-color: #2A6C3B;
	background-position: center;
	background-size: cover;
	position: relative;
}.homesplash:hover{
	cursor: pointer;
}.hometitle{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
	top: 45%;
	color: #fff;
	font-size: 107px;
	font-family: lobster;
	font-style: normal;
	font-weight: 400;
}.hometitle:hover{
	color: #000;
	font-family: lobster;
	font-style: normal;
	font-weight: 400;
}


#mobilemenu{
	display: none;
}#desktopmenu{
	display: block;
}

@media(max-width: 640px){



	#main{
	    display: block;
			padding: 12px;
	    margin: 40px 0px 0px 0px;
			width: 100%;
	}


	

	.hometitle{
		top: 48%;
		font-size: 50px;
	}



@media(min-width: 768px){
	.hometitle{
		font-size: 72px;
	}
}
