@charset "utf-8";

/*

Phones (0 - 600) ======================== */
@media screen and (max-width: 599px) {
.top {
	display:none;
}
.bottom {
	display:none;
}
#full{
	display:none;
}
#homeimg {
	background-image:url(../images/home599.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:472px;
	width:599px;
	background-size:cover;
}
img.right{
	display:none;
}

#content {
	float:none;
	width:100%;
	padding-left:1em;
	padding-right:1em;
}
a, a:visited {
	color:#FC0;
	font-weight:bolder;
	text-decoration: none;
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-ms-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
#splashmenu{
	display:block;

}
}



@media screen and (max-width: 499px) {
.top {
	display:none;
}
.bottom {
	display:none;
}
#full{
	display:none;
}
#homeimg {
	background-image:url(../images/home498.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:392px;
	width:498px;
	background-size:cover;
}
img.right{
	display:none;
}

#content {
	float:none;
	width:100%;
	padding-left:1em;
	padding-right:1em;
}
a, a:visited {
	color:#FC0;
	font-weight:bolder;
	text-decoration: none;
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-ms-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}


}
/*


Phones (0 - 479) ======================== */


@media screen and (max-width: 480px) {
	#homeimg {
	background-image:url(../images/home480.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:392px;
	width:498px;
	background-size:cover;
}
	
}



/*Smallest ======================== */
@media screen and (max-width: 399px) {

#full{
	display:none;
}
#homeimg { 
	background-image:url(../images/home398.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:313px;
	width:398px;

}
#splashmenu{
	display:block;
}
.top {
	display:none;
}
.bottom{
	display:none;
}
a, a:visited {
	color:#FC0;
	font-weight:bolder;
	text-decoration: none;
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-ms-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

}

/*
Smallest ======================== */
@media screen and (max-width: 320px) {

#homeimg { 
	background-image:url(../images/home319.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:251px;
	width:319px;
	background-size:cover;
}
img.right{
	display:none;
}

a, a:visited {
	color:#FC0;
	font-weight:bolder;
	text-decoration: none;
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-ms-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
#splashmenu{
	display:block;
}

}


