/* css id selector */
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%;
	top: -5px;

	/*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%;
}

#container1
 {
background-color: deeppink;
/*height: 500px */;
/*width can not exceed 100% if you add in margin+padding */
width:  65%;
float:  left;
margin-right:  5%;
margin-left:  5%;
padding-right: 5%;
padding-left:  5%;
border-radius:  50px;

/* padding right and left are 20% */

padding-top: 10px;
padding-bottom: 10px;
font-size: 25pt;
font-family: fantasy;

height: 20vh;
}
 
#menuHole{
	position: relative;
	top: -250px;
	width: 100px;
	height: 125px;
	left: 1000px;
	background-color: rgb(130, 139, 85);
}
#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;
}