body{
	background-color: #03293e;
	margin: 0;
}
.banner {

	height: 50px;
	width: 100%;
	margin: 0;
	text-align: center;

}
.btn{
	color: white;
	background-color: transparent;	
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
h1{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 198px;
	padding-bottom: 20px;
	font-family: sans-serif;
}
.module{
	position: relative;
	display: flex;
	background-color: none;
	min-height: 25%;
	gap: 20px;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	
}
#sections{
	display: inline-block;
	position: relative;
	background-color: orange;
	height: 100%;
	width: 25%;
	border: none;
	border-radius: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 2%;

}
/*.outerspacing{
	position: relative;
	display: inline-block;
	height: 100%;
	width: 10%;
	background-color: none;
}
.innerspacing{
	position: relative;
	display: inline-block;
	height: 100%;
	width: 2.5%;
	background-color: none;
}*/
#icons{
	left: 50%;
	transform: translatex(-50%);
	display: block;
	position: relative;
	width: 20vh;
	height: 20vh;	
	border-radius: 10px;
	margin-bottom: 2%;
}
h2{
	display: inline-block;
	position: relative;
	color: #1E1E1E;
	font-size: 32px;
	font-family: sans-serif;
	font-style: bold;
}
#contents{
	left: 50%;
	transform: translatex(-50%);
	display: inline-block;
	position: relative;
	background-color: white;
	width: 100%;
	height: 50%;
	text-align: center;
	
}
p{
	color: #1E1E1E;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	padding-left: 5%;
	padding-right: 5%;
	font-family: sans-serif;

	
}
.icon1{

	background-color: #F7F4EA;
	background-image: url("RelayForLife.png");
	background-size: 90% 90%;
	background-repeat: no-repeat;
	background-position: center;
	
}
.icon2{
	background-image: url("CampInvention.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}
.icon3{
	background-color: #ED1C24;
	background-image: url("SpecialOlympics.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}
.module2{
	position: relative;
	display: flex;
	background-color: none;
	justify-content: center;
	align-content: center;
	padding: 2%;
	margin-bottom: 5%;
}
.icon4{
	display: inline-block;
	background-color: #F7F4EA;
	background-image: url("HelpingHands.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}
.icon5{
	display: inline-block;
	background-image: url("PauldingMeadows.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}
.icon6{
	background-color: #ED1C24;
	background-image: url("GreyStonePower.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.button {
	margin-top: 2%;
	background-color: #04AA6D; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	float: right;
	}

