/* ============================================*/
/* this is where you declare the styles        */
/* ============================================*/
div {
	border: 2px solid black;
	border-radius: 20px;
	color: black;
	float: left;
	clear: none;
}

#container {
	height: 850px;
	
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;

	/*position: relative;*/
	/*align-self: center;*/
	/*justify-content: center;*/
	background-color: lightcoral;
	/*display: flex;*/
}


.longbox {
	width: 15%;
	background-color: lightgreen;
	padding: 10px;
	margin: 5px;
	font-size: 24pt;
}


.content {
	width: 75%;
	height: 815px;
	margin-left: 5%;

	background-color: lightblue;
}

.header {
	width: 90%;
	height: 100px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 3%;
	background-color: pink;
	font-size: 50pt;
	
}

#header-text {
	position: relative;
	top: -75%;
}
#link1 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
}

#link2 {
	position: relative;
  	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 1vh;
}

#link3 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 2vh;
}
#link4 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 3vh;
}

.largebox {
	height: 500px;
	width: 150px;
	background-color: darkgray;
	float: left: ;
	clear: left;
	padding: 15px;
	margin: 2.5px;
	}

.smallbox {
	height: 100px;
	width: 100px;
	background-color : red;
	float: left;
	clear:  left;
	padding:  15px;
	margin: 2.5px;

}
.smallbox2 {
	height: 100px;
	width: 100px;
	background-color : yellow;
	float: left;
	clear:  left;
	padding:  15px;
	margin: 2.5px;
}
.smallbox3 {
	height: 100px;
	width: 100px;
	background-color : green;
	float: left;
	clear:  left;
	padding:  15px;
	margin: 2.5px;
}
.smallerbox {
	height: 25px;
	width: 25px;
	background-color: mediumpurple;
	float: left;
	clear: left;
	padding: 15px;
	margin: 2.5px;
}
#menuHole{
	position: relative;
	top: -250px;
	width: 100px;
	height: 125px;
	left: 1000px;
	background-color: rgb(130, 139, 85);
}


}
	
img {
	position:  absolute;
	height: 100px;
	width: auto;
}