@charset "utf-8";
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #274F4F;
	background-color: #ECD9CC;
	background-image: -webkit-linear-gradient(310deg,rgba(69,139,134,1.00) 0%,rgba(110,181,171,1.00) 26.95%,rgba(194,173,152,1.00) 48.71%,rgba(220,161,137,1.00) 72.54%,rgba(211,126,103,1.00) 100%);
	background-image: -moz-linear-gradient(310deg,rgba(69,139,134,1.00) 0%,rgba(110,181,171,1.00) 26.95%,rgba(194,173,152,1.00) 48.71%,rgba(220,161,137,1.00) 72.54%,rgba(211,126,103,1.00) 100%);
	background-image: -o-linear-gradient(310deg,rgba(69,139,134,1.00) 0%,rgba(110,181,171,1.00) 26.95%,rgba(194,173,152,1.00) 48.71%,rgba(220,161,137,1.00) 72.54%,rgba(211,126,103,1.00) 100%);
	background-image: linear-gradient(140deg,rgba(69,139,134,1.00) 0%,rgba(110,181,171,1.00) 26.95%,rgba(194,173,152,1.00) 48.71%,rgba(220,161,137,1.00) 72.54%,rgba(211,126,103,1.00) 100%);
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1DECE;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom-right-radius: 95px;
	border-top-left-radius: 95px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}


header h1 {
	text-align: center;
	font-size: 3.8em;
	color: #D86C48;
	font-family: 'Marko One', serif;
	font-variant: normal;
	font-weight: bold;
}


#selfieImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	height: auto;
	border-radius: 150px 0px;
	border: medium ridge #C07343;

}


header p {
	font-size: 1.3em;
	text-align: center;
}


main h1 {
	font-family: 'Marko One', serif;
	color: #388080;
	font-weight: normal;
	font-size: 2.1em;
	text-align: center;
}
#mainP  {
	text-align: center;
}


main h2 {
	color: #388080;
	font-family: 'Marko One', serif;
	font-style: oblique;
	font-weight: 400;
	font-size: 1.9em;
}
main ul li h3 a {
	font-size: 1.1em;
}
main a:link, main a:visited {
	color: #CC7B7B;
	text-decoration: none;
}

main a:hover, main a:active {
	color: #BF802C;
	text-decoration: none;
}
aside {
	background-color: #E9C7AA;
	padding-left: 10px;
	padding-right: 10px;
	border: thick dotted #538E91;
	border-radius: 37px;
}
#resourcesContent  {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

aside h1 {
	color: #538E91;
	font-family: 'Marko One', serif;
	font-style: normal;
	font-weight: 350;
	font-size: 1.8em;
}
#resourcesContent ul li h2 a {
	font-size: 0.8em;
}

aside a:link, aside a:visited {
	color: #AB5C43;
	text-decoration: none;
}
aside a:hover, aside a:active {
	color: #8CB4AC;
	text-decoration: none;
}

footer h1 {
	font-family: 'Marko One', serif;
	color: #538E91;
	font-weight: lighter;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: -15px;
}
footer ul {
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	padding-right: 40px;
	padding-top: 0px;
}

footer ul li a {
	color: #BC7272;
}
footer a:link, footer a:visited {
	text-decoration: none;
	color: #CC7B7B;
}
footer a:hover, footer a:active {
	text-decoration: none;
	color: #BF802C;
}
