@charset "utf-8";
/* CSS Document */

.projects{
	background-color: #bc0000;
	color: #FFFFFF;
	width: 100%;
	padding-left: 5px;
}
.projects a{color: #FFFFFF;	text-decoration: none;}

.volunteer{
	background-color: #d46e00;
	color: #FFFFFF;
	width: 100%;
	padding-left: 5px;
}
.volunteer a{color: #FFFFFF;	text-decoration: none;}

.learning{
	background-color: #d4b400;
	color: #FFFFFF;
	width: 100%;
	padding-left: 5px;
}
.learning a{color: #FFFFFF;	text-decoration: none;}

.community{
	background-color: #73d400;
	color: #FFFFFF;
	width: 100%;
	padding-left: 5px;
}
.community a{color: #FFFFFF;	text-decoration: none;}

.destinations{
	background-color: #00a017;
	color: #FFFFFF;
	width: 100%;
	padding-left: 5px;
}
.destinations a{color: #FFFFFF;	text-decoration: none;}


.about{
	background-color: #179add;
	color: #FFFFFF;
	width: 100%;
	padding-left: 5px;
}
.about a{color: #FFFFFF;	text-decoration: none;}


.contact{
	background-color: #1741dd;
	color: #FFFFFF;
	width: 100%;
	padding-left: 5px;
}
.contact a{color: #FFFFFF;	text-decoration: none;}
