#container {
	background-color: lightgray;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	/*height: 800px;*/
	float: left;
	/*clear: both;*/
	

}
/*set header paramaters*/
.header {
	background-color: lightblue;
	/*height: 100px;*/
	width: 80%;
	/*margin: 10px;*/
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1%;
	float: left;
	clear: both;
	border-radius: 25px;
}
/*set sidebar paramaters*/
.sidebar {
	background-color: lightslategray;
	/*height: 1000px;*/
	width: 20%;
	/*margin: 10px;*/
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
	float: left;
	clear: both;
	border-radius: 25px;
}
/*set clickbox paramaters*/
.clickbox {
	background-color: lightblue;
	height: 150px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
	float: left;
	clear: both;
	border-radius: 25px;
}
/*set main text box paramaters*/
.mainbody {
	background-color: lightslategray;
	/*height: 1000px;*/
	width: 60%;
	/*margin: 10px;*/
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
	float: right;
	/*clear: both;*/
	border-radius: 25px;
}
/*set text paramaters for the click boxes*/
.clickboxtext {
	color: black;
	font-size: 2vw;
	margin-top: 20%;
	margin-left: 10%;
	margin-right: 10%;
}
/*set text paramaters for the header text*/
.Headtext {
	color: black;
	font-size: 3vw;
	margin-top: 2%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2%;
}
/*set text paramaters for the main body text*/
.mainbodytext {
	font-size: 2.7vh;
	color: lightblue;
	margin-top: 2%;
	margin-left: 10%;
	margin-right: 10%
}

.mainpicture {
	border-radius: 25px;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}