* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 700px;
	position: center;
	margin-left: 160px;
	font-family: "Century Gothic", arial, helvetica, san-serif;
	font-size: 13px;
	
}

#background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -5;
}

#logo {
	visibility: hidden;
	height: 0;
	width: 0;
}

#grass {
	visibility: hidden;
	height: 0;
	width: 0;
}

a:link {
	color: #229ad0;
	text-decoration: none;
}

a:hover {
	color: #254c9b;
	text-decoration: underline;
}

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

nav a:hover {
	color: #3F3224;
	text-decoration: none;
}
nav a:link {
	color: none;
	text-decoration: none;
}

nav a:active {
	color: none;
	text-decoration: none;
}

nav {
	font-family: 'comfortaaregular', arial, helvetica, san-serif;
	font-size: 18px;
	color: #3F3224;
	width: 700px;
	height: 40px;
	float: left;
	margin-top: 210px;
	margin-left: -70px;
}

nav li {
	display: inline;
	padding-right: 10px;
}

nav a {
	text-decoration: none;
	color: #6e3434;
	padding: 22px;
}

nav li:first-child a:hover{
	background: url('images/circle2.png') no-repeat -5px -5px; 
}

nav li:nth-child(2) a:hover{
	background: url('images/circle2.png') no-repeat -5px -5px;
}

nav li:nth-child(3) a:hover{
	background: url('images/circle3.png') no-repeat -9px -2px;
}

nav li:nth-child(4) a:hover{
	background: url('images/circle1.png') no-repeat 3px -5px;
}

nav li:last-child a:hover{
	background: url('images/circle2.png') no-repeat -6px -5px;
}

ul {
	list-style-type: circle;
	padding-left: 50px;
}

#serving {
	font-size: 30px;
	margin-bottom: 10px;
}

#ouremployees {
	float: left;
	width: 600px;
}

#image1 {
	float: left;
	width: 340px;
	margin-bottom: 0;
}

#image2 {
	float: left;
	width: 340px;
}

#map {
	float: right;
	margin-right: 100px;
	width: 390px; 
	height: 350px;
}

#A {
	float: left;
	margin-left: -30px;
}

#B {
	float: left;
	margin-left: -35px;
}

#map1 {
	float: left;
	margin-left: 30px;
	width: 180px;
}

#about {
	float: left;
	width: 340px;
}

#image3 {
	float: left;
	margin-left: 10px;
}

#ouremployees {
	float: left;
	width: 600px;
}

#links {
	float: left;
	width: 600px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

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

#wrapper {
	width: 300px;
	margin-left: 10px;
	font-family: "Century Gothic", arial, helvetica, san-serif;
	font-size: 14px;
}

#background {
visibility: hidden;
}

#logo {
	visibility: visible;
	margin-top: 0;
	margin-left: -10px;
	height: 110px;
	width: 400px;

}

#grass {
	visibility: visible;
	height: 60px;
	width: 400px;
	margin-top: 10px;
	margin-left: -10px;
}

nav {
	font-family: 'comfortaaregular', arial, helvetica, san-serif;
	font-size: 16px;
	color: #3F3224;
	height: 100px;
	float: left;
	margin-top: 5px;
	margin-bottom: -70px;

}

nav li {
	display: inline;
	padding: 0;
	margin-right: -28px;
}

nav a {
	text-decoration: none;
	color: #6e3434;
	margin-right: 0px;
}

ul {
	list-style-type: circle;
}

nav li:first-child a:hover{
	background: none 0 0;
}

nav li:nth-child(2) a:hover{
	background: none 0 0;
}

nav li:nth-child(3) a:hover{
	background: none 0 0;
}

nav li:nth-child(4) a:hover{
	background: none 0 0;
}

nav li:last-child a:hover{
	background: none 0 0;
}

#serving {
	font-size: 20px;
	float: left;
}

#image1 {
	float: left;
	width: 290px;
	margin-bottom: 10px;
}

#image2 {
	float: left;
	width: 290px;
}

#about {
	float: left;
	width: 300px;
}

#image3 {
	float: left;
	margin-top: 10px;
}

#ouremployees {
	float: left;
	width: 300px;
}

#map {
overflow: hidden;
	height: 390px;
	width: 360px;
	margin-top: 300px;
margin-right: -60px;
	float: right;
	z-index: -10;
}

#mapv2 {
	visibility: visible;
	height: 360px;
	width: 320px;
	margin-bottom: 30px;
}

#A {
	float: left;
	margin-left: -30px;
}

#B {
	float: left;
	margin-left: -35px;
}

#map1 {
	float: left;
	margin-left: 30px;
	width: 180px;
	margin-bottom: -400px;
}

}