div {
	border-radius: 15px;
}
/*certain border radius on ALL divs*/

#container {
	background-color: lightgray;
	height: 1800px;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 86%;
	margin-left: 7%;
	padding: 1%;
}
/*background container*/

.headerformenus {
	width:81.3%;
	margin-top: 1px;
	margin-left: 10.3%;
	margin-top: 1px;
	background-color: black;
	/*height: 70px;*/
	position: sticky;
	top: 0;
	float: left;
}
/*header to hold menu boxes*/

.menubox:hover {
	background-color:white ;
	width: 18%;
	margin: 1%;
	height: 50px;
	float: left;
	font-size: 50px;
}
/*when hovering mouse over menuboxes expand the box*/

.contentholder {
	background-color: beige;
	width: 91%;
	margin-left: 2.5%;
	/*height: 1000px;*/
	margin-top: 50px;
	padding: 2%;
	font-size: 60px;
}
/*auto height setting with the text*/

.menubox {
	background-color:white ;
	width: 15%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: .6%;
	margin-bottom: .6%;
	color: black;
	height: 40px;
	float: left;
	font-size: 40px;
	padding: 0.3%;
	min-width: 200px;
}
/*menuboxes when pressed leads to different pages in the site*/

img {
	float:left;
	width:90%;
	margin-top: 5%;
	margin-right:10%;
	margin-left:5%;
}
/*certain specification for all images*/





























