/* global selector  */
div {
	float: left;
	clear: both;
}



#container {
	background-color: black;
	height: 1000px;
	margin-bottom: 30px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 95%;
	border-radius: 40px;
	padding: 10px;
	
}

.menubar {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	border-radius: 40px;
	background-color: white;
	height: 160px;
/*	margin: 10px;*/
}

/* all menubutton options */
.menubutton {
	background-color: mediumseagreen;
	width: 15%;
	height: 130px;
/* round the edges	*/ 
	border-radius: 20px;
/* all the margin */
	margin-left: 3%;
	margin-right: 1.8%;
	margin-top: 15px;
/* text options	*/
	font-size: 20pt;
	font-family: Times New Roman;
	text-align: center;
	color: white;
	clear: none;
/* specific exception, let the menubuttons be side to side	*/
}

.contentholder {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: lightcyan;
	height: 800px;
	margin-top: 20px;
	border-radius: 40px;

}

#heading {
	width: 85%;
	padding-left: 10%;
	padding-right: 5%;
	font-size: 35pt;
}


#paragraph {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 20pt;
	font-family: georgia;
}

img {
float:left;
clear: none;
width:50%;
margin-right:25%;
margin-left:25%;
max-width: 700px;
}


