/* styles all the divs the same  */
div {
float: left;
clear: both;
border-style: solid;
}

body {
	background-color: #00482B;
}


#container {
background-color: slategrey;
height:  905px;
margin-bottom: 40px;
width: 80%;
margin-left: 10%;
}

.headerofmenus {
width: 90%;
margin-left: 5%; 	
background-color: lightgoldenrodyellow;

}

/*https://sportsfancovers.com/mls-team-colors/portland-timbers-team-colors/*/

.smallmenu {
padding: 30px;
margin: 2vw;
/* margin in spacing between menus */
background-color: white;
color: #00482B;
font-weight: bold;
font-family: Courier New;	
font-size: 1.5vw;
clear: none;
/*  menus does not clear right, does not clear left */
align-content: center;
}


.contentholder {
background-color: #D69A00;
width: 80%;
height: 600px;
margin-left: 10%;
margin-top: 10px;
}

p {
	margin: 2vw;
	font-weight: bold;
	font-family: Courier New;	
	font-size: 1.5vw;
	clear: none;
	text-align: center;
}


img {
float:left;
width:30%;
margin-right:25%;
margin-left:25%;
align-content: center;

}

