body{
	background:#B2C7B4;
}

div#mainbody{
	background:white;
	border-radius: 10px;
	width:50%;
	margin-left:25%;
	height:1425px;
	margin-top:50px;
	margin-bottom:50px;
}

div#mainbody2{
	background:white;
	border-radius: 10px;
	width:50%;
	margin-left:25%;
	height:1000px;
	margin-top:50px;
	margin-bottom:50px;
}

div#mainbody3{
	background:white;
	border-radius: 10px;
	width:50%;
	margin-left:25%;
	height:1750px;
	margin-top:50px;
	margin-bottom:50px;
}

header{
	margin-top: 50px;
	width:50%;
	height:50px;
	padding-top:5%;
}

span#wander{
	font-family: 'Oleo Script';
	font-size:80px;
	font-weight: 700;
	color:#5AB3B7;
	margin-left:45%;
}

nav ul{
    float:left;
    list-style: none;
    margin-top: 10px;
	margin-left:65%;
	width:100%;
}
nav li{
    display:inline-block;
    margin-left: 15px;
	overflow:hidden;
}

nav li a{
    text-decoration:none;
    text-transform:lowercase;
    color:#743586;
	font-family: 'Lato', sans-serif;
	height:20px;
}

nav li a:hover{
	background-color:#768E98;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:white;
}

div#contentbody{
	width:100%;
	height:700px;
}

div.head{
	font-size:30px;
	font-weight:900;
	font-family: 'Lato', sans-serif;
}

div.date{
	font-family: 'Anonymous Pro';
	font-size:14px;
}

div#articlecontent1{
	width:70%;
	padding-bottom:100px;
	padding-left:15%;
	padding-right:15%;
	height:400px;
	margin-top: 2%;
	float:left;
	margin-bottom:10%;
}

div#articlecontent12{
	width:70%;
	padding-bottom:0px;
	padding-left:15%;
	padding-right:15%;
	height:400px;
	margin-top: 2%;
	float:left;
	
}

div#articlecontent1 img{
	width:100%;
}

div#imgback1{
	padding: 10px 10px;
	background:#F7F6F5;
	border-radius: 10px;
	width: 350px;
	height:auto;
	margin-left: 10%;
}

div#imgback12{
	padding: 10px 10px;
	background:#F7F6F5;
	border-radius: 10px;
	width: 450px;
	height:auto;
}

div#imgback2{
	padding: 10px 10px;
	background:#F7F6F5;
	border-radius: 10px;
}

div#imgback3{
	padding: 10px 10px;
	background:#F7F6F5;
	border-radius: 10px;
}

div#articlecontent2{
	width:70%;
	padding-bottom:12%;
	padding-left:15%;
	padding-right:15%;
	height:400px;
	margin-top: 2%;
	float:left;
	margin-bottom:10%;
}

div#articlecontent22{
	width:70%;
	
	padding-left:15%;
	padding-right:15%;
	height:400px;
	
	float:left;
	margin-bottom:10%;
}

div#articlecontent2 img{
	width:100%;
}

div#articlecontent3{
	width:70%;
	padding-bottom:10px;
	padding-left:15%;
	padding-right:15%;
	height:400px;
	float:left;
	margin-bottom:10%;
}

div#articlecontent3 img{
	width:100%;
}

hr#line1{
	margin-bottom:5%;
	border: 1px dashed black;
}

hr#line2{
	margin-top:5%;
	border: 1px dashed black;
}

hr#line3{
	border: 1px dashed black;
	margin-bottom:5%;
	width:70%;
	margin-left:15%;
}

footer{
	width:70%;
	height:100px;
	padding-left:15%;
}
footer.her{
	width:70%;
	height:100px;
	padding-left:15%;
	padding-top:100px;
}

footer.her2{
	width:70%;
	height:100px;
	padding-left:15%;
	padding-top:100px;
	float:left;
}

div#footleft{
	height:20px;
	float:left;
	font-family: 'Anonymous Pro';
	font-size:14px;
}