@charset "UTF-8";
body {
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	color: #707070;
	line-height: 1.75em;
	margin-top: px;
	margin-right: px;
	margin-bottom: px;
	margin-left: px;
	background-size: cover;
	background-clip: content-box;
	background-repeat: repeat;
	background-attachment: fixed;
}
header {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	overflow-x: hidden;
	background-color: #000000;
	text-align: center;
}
nav {
	background-color: #3E3C3C;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: left;
}
.navlist {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 0px;
	min-height: 0px;
	display: inline;
}
.navlistitem {
	float: left;
	text-align: left;
	padding-top: 0px;
}
.navlistitem a  {
	text-decoration: none;
	display: block
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 22px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;
	padding-left: 18px;
}
.navlistitem a:hover {
	color: #CD069B;
}
.navlistitem a:active {
	color: #DE64F0;
}
h1 {
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	color: #707070;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	margin-top: 40px;
}
h2 {
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	color: #707070;
	font-size: 2em;
	text-align: left;
}
h3  {
	margin-top: 10px;
	background-color: #000000;
	padding-left: 5%;
	padding-top: 5%;
	padding-bottom: 2%;
	float: none;
}

.image-Right  {
	border-width: thin;
	border-color: #434343;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 40px;
	float: right;

	
}
footer {
	font-family: quicksand;
	font-style: normal;
	font-weight: 300;
	background-color: #000000;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: small;
	clear: both;
	text-align: center;
}
.asideLeft {
	width: 30%;
	float: left;
	margin-right: 1%;
	margin-left: 5%;
	margin-top: 40px;
}
.sectionRight {
	width: 55%;
	float: right;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-right: 5%;
	margin-left: 1%;
	font-family: quicksand;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8em;
	}
.sectionLeft {
	width: 80%;
	float: left;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-right: 1%;
	margin-left: 8%;
	font-family: quicksand;
	font-style: normal;
	font-weight: 300;
}
body img {
}


@media (max-width: 650px){
.sectionRight {
	width: 55%;
	float: right;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-right: 5%;
	margin-left: 1%;
	}
h1 {
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	color: #707070;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
}
body {
	background-color: #FFFFFF;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	color: #707070;
	line-height: 1.75em;
	margin-top: px;
	margin-right: px;
	margin-bottom: px;
	margin-left: px;
}
h2 {
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	color: #707070;
	font-size: 2em;
	text-align: center;
}
}
