@charset "utf-8";
/*undermainontitle*/
#undermaintitle {
	background-color: #6CA299;
	height: 200px;
	position: relative;
	top: -86px;
}
#egret {
	float: left;
}
#whiteibis {
	float: right;
}
#undermaintitle h2 {
	font-size: 3.5rem;
	color: white;
	padding: 30px;
	vertical-align: middle;
}

@media (max-width:1650px) {
#undermaintitle h2 {
	font-size: 2rem;
	vertical-align: center;
}
}

@media (max-width:1140px) {
#egret, #whiteibis {
	display: none;
}
}
/*home flex boxes*/
#homebigbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.homebox {
	padding: 10px;
	margin: 2rem;
	max-width: 700px;
	min-width: 250px;
	border-style: solid;
	border-radius: 25px;
	border-width: 10px;
	border-color: #333333;
}
.homebox h3 {
	font-size: 2rem;
	text-decoration: underline;
}
.homebox a {
	text-decoration: none;
}
.homebox a {
	text-align: center;
	font-size: 1.5rem;
}
.homebox p {
	text-align: center;
	font-size: 1.5rem;
}
.homebox li {
	text-align: left;
	font-size: 1.5rem;
}
/*imprtnat top (gray box)*/
#importanttop {
	background-color: lightgray;
	display: flex;
	position: relative;
	top: -86px;
	flex-wrap: none;
	justify-content: center;
}
#importanttop .homebox {
	background-color: white;
	border: none;
	max-width: 30%;
	border-radius: 5px;
}

@media (max-width: 1630px) {
#importanttop .homebox {
	max-width: 25%;
}
}

@media (max-width: 1000px) {
#importanttop {
	flex-wrap: wrap;
}
#importanttop .homebox {
	max-width: 100%;
}
}
