@charset "UTF-8";
body {
	font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #0F380B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #5A6D58;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F3EF;
}
a:link, a:visited {
	color: #3B6936;
}
a:hover, a:active {
	color: #391142;
}
header h1 {
	color: #A841A4;
	font-family: "Galada", cursive;
 	font-weight: 400;
 	font-style: normal;
	font-size: 5em;
	display: inline-block;
	padding-left: 30px;
}
#portalSelfie {
	width: 350px;
	border-width: 8px;
	border-style: double;
	border-radius: 30px;
	right: 30px;
	display: inline;
	float: right;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
header p {
	font-size: 1.2em;
	margin-bottom: 100px;
	padding-left: 30px;
	border-top: 5px double #A841A4;
	border-bottom: 5px double #A841A4;
	padding-top: 30px;
	padding-bottom: 30px;
}
main {
	margin-left: 30px;
	margin-right: 30px;
	display: block;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-top: 140px;
}
main h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 3em;
	color: #A841A4;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
}
main h2 {
	color: #C74EC2;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-top: 20px;
	font-size: 2em;
}
ul  {
	list-style-type: none;
	padding-bottom: 30px;
}
aside  {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.48);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.48);
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	border: 8px double rgba(20,44,6,1.00);
	background-color: #DBB8DC;
	color: #3C1341;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 30px;
}
aside h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 2.5em;
}
.resource a:link  , .resource a:visited{
	color: #A11DA3;
}
.resource a:hover, resource a:active {
	color: #FFFFFF;
}
footer {
	border-top-width: 8px;
	border-top-style: double;
	background-color: #C6D8C4;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
footer h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #2E452C;
	font-size: 2.5em;
}
footer li {
	text-align: center;
	display: inline-block;
	padding-right: 50px;
}
