body{
	margin: 0 auto;
	padding: 0;
}
ul {
	margin: 0 0 0 -10px;
}
li {
	float: left; 
	list-style-type:none; 
	padding: 0 10px;
}
img{
	float: left;
}
header{
	text-align: center;
	padding-top: 60px;
	background-color: #1DDB01;
	font-size: 8em;
	font-family: matchbookregular;
	height: 240px;
	margin: 0 auto;
	width: 100%;
}

.navItem {
	height: 15px;
	width: 150px;
	opacity: 0;
	text-decoration:none; 
	color:#000;
	text-align: center;
	transition : box-shadow .5s, background .5s, opacity .3s;
	padding-top: 5px;
	font-size: 1em;
	font-family: diner-obeseregular;
}
.navCircle {
	position: fixed;
	z-index: 4;
	background-color:   #ff6d00;
	top: 200px;
	left: -100px;
	height: 125px;
	width: 100px;
	padding-top: 60px;
	padding-left: 125px;
	border-radius: 100px;
	text-align: center;
	opacity: .9;
	transition: box-shadow .3s, left .5s, width .5s, height .5s,  opacity .5s;
}
.navCircle:hover{
	width: 90%; 
	left: -8%;
	box-shadow: 0 0 10px;
	opacity: 1;
}
.navCircle:hover .navItem{
	opacity: 1;
	transition: height .5s, width .5s, font-size .8s;
}
.navItem:hover{
	text-decoration: underline;
	box-shadow: 2px 2px 10px;
	background: #1DDB04;
	height: 40px;
	width: 150px;
	font-size: 2em
}
.wrapper {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
}
.spacer {
	height: 100px;
}
.body {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	font-family: ostrich_sans_roundedmedium;
	font-size: 1em;
}
.textBody {
	border-right: 2px solid gray;
	padding-right: 10px;
	width: 25%;
	height: 100%;	
	float: left;
	text-align: right;
}
.textBody p{
	font-size: 1.5em;
}
.pixBody {
	width: 70%;
	height: 100%;
	float: left;
}
.pixBody img{
	width: 50%;
}
.pixBody1 {
	width: 68%;
	float: left;
	padding-left: 2%;
}
.pixBody1 img{
	width: 97%;
}
@media (min-width: 1000px){
	.wrapper{
		width: 900px;
		transition: width 1s;
	}
}
@media (max-width: 999px), (min-width: 501px;){
	.wrapper{
		width: 500px;
		transition: width 1s;
	}
	.body{
		height: 700px;
		transition: height .5s;
	}
	.pixBody1{
		padding-top: 5%;
	}
}
@media (max-width: 500px){
	.wrapper{
		width: 300px;
		transition: width 1s;
	}
	.body{
		height: 1020px;
		transition: height .5s;
	}
	.pixBody1{
		padding-top: 10%;
	}
	.navCircle{
		padding-top: 20px;
		height: 165px;
	}
}
