@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font-family: source-sans-pro;
	background:linear-gradient(to top,#ff9d5e, #ffc77a, #f0dbae, #dbd8c9);
	font-style: normal;
	font-weight: 600;
	background-attachment: fixed;
}

#mainnav{
	position: sticky;
	top:0;
	z-index: 2;
}

#wrapper {
	background-color: #FFF;
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #hero {
	position: relative;
}

#hero img {
	max-width: 100%;
	width:100%;
	height:250px;
}

h1, h2 {
	color: #3399CC;
	font-family: source-sans-pro;
	font-weight: 600;
	font-size: 0px;
	font-style: normal;
}

h1 {
	font-size: 72px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main {
	width: 58%;
	margin-left: 2%;
	float: left;
}

#sidebar {
	width: 34%;
	margin-left: 4%;
	float: left;
}

footer {
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #43A6CB;
	color: #FFFFFF;
}

figure {
	width: 420px;
}

	figure img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.floatleft {
	margin-right: 10px;
	float: left;
}

.floatright {
	margin-left: 10px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #FF6600;
}

a:visited {
	color: #FF944C;
}

a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}

#mainnav ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#mainnav a {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 6px 0;
}

#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	background-color: #43A6CB;
}

#hero article {
	width: 36%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	background-color: #43A6CB;
	border-radius: 25px;
	color: #FFFFFF;
	margin-left: 500px;
	margin-top: 30px;
}

#hero h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -7px;
}

#hero {
	clear: left;
}

article, aside, figure, footer, header, nav {
	display: block;
}