@charset "utf-8";

@import url("../webfonts/poiretone_regular/stylesheet.css");
.container > header h1{
	/*font-size:80%;*/
font-size: 18px;
}
.container > header h2{
	/*font-size:80%;*/
font-size: 18px;
}
 #abouttext p{
	font-size: 18px;
}
.mainnav{
	display:none;
}
.navmenu{
	position:absolute;
	top:160px;
	left:0;
}
.navmenu h3{
font-size: smaller;
margin-left:5px;
}
.navmenu  .buttonset button{

	font-size:.8em;
	width:80px;
	height:28px;
	padding: 5px 2px;

}

.subbut {
display:none;
} 
.container > #main section{
	position: relative;
	top: 280px;
	left: 20%;
	width: 60%;

}
#main{
	margin-top:-70px;
	padding-bottom:250px;
}
.welcome, #aboutme h2{
	margin-top:10px;
}
.socialnav{
	display:none;
}
.container > footer{
	position: relative;
	height: 200px;
	width: 100%;
	top: 100px;
}
 .container > footer p{
	 /*font-size:80%;*/
}
.inputs {
	width:99%;
}
#leftname {
	float: none;
}
#right {
	float: none;

}
#about iframe{
max-width:95%; 
max-height:95%;
}
