@charset "UTF-8";

@font-face {
	font-family:'cartoon_regular';
	src:url('../images/cartoon_regular.woff')format('woff');
}
@font-face {
	font-family:'utsaahi';
	src:url('../images/utsaahi.woff')format('woff');
}
p {
	font-family: utsaahi;
	font-size: 1.25em;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 15px;
}
body {
	text-align: center;
	background-repeat: no-repeat;
	background-color: #CC9966;
	padding: 0px;
	height: 100%;
	margin: 0px;
}
.container {
	background-image: url(../images/rough2_full.jpg);
	text-align: center;
	display: block;
	width: 1020px;
	padding: 0px;
	height: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
nav {
	height: 50px;
	width: 100px;
}
nav ul {
	display: block;
	height: 50px;
	width: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li {
	display: block;
	height: 50px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
nav ul li a {
	font-family: "cartoon_regular";
	font-size: 2em;
	font-weight: normal;
	color: #336699;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	display: block;
	margin-left: 25px;
}
nav ul li a:hover {
	color: #00CCCC;
	position: absolute;
}
nav ul li ul {
	display: none;
	position: absolute;
}
nav ul li:hover ul {
	display: block;
	padding-left: 30px;
	height: 50px;
	width: 100px;
}
nav ul li ul li a {
	background-color: #cc9966;
	display: block;
	width: 150px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
footer {
	display: block;
	height: 50px;
	width: 1000px;
	margin-top: 800px;
}

@media only screen and (max-width: 800px) {
	
body {
	background-color: #CC9966;
}
	
.container {
	height: 780px;
	background-color: #CC9966;
	background-image: url(../images/home_tablet.jpg);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	width: 800px;
}
}
@media only screen and (max-width: 480px) {
	
body {
	background-color: #CC9966;
}
	
.container {
	height: 320px;
	background-color: #CC9966;
	background-image: url(../images/phone_home01.jpg);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 480px;
}
}
