@charset "utf-8";
body {
	margin: 0px;
	color: #FFFFFF;
	background-color: rgba(30,220,180,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
#wrapper {
	width: 96%;
	min-width: 740px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none;
}
a:link {

}
a:visited {
	color: #FF944C;
}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}
#mainnav a {
	width: 50%;
	display: block;
	float: left;
	text-align: left;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainnav a.menu {
	text-align: right;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	background-color: #43A6CB;
	font-size: 16px;
}

#title {
	width: 96%;
	min-width: 740px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;

}
h1, h2 {
	text-align: center;
	font-weight: lighter;

}
h1 {
	padding-top: 160px;
	text-transform: uppercase;
	font-size: 37px;
}

h2 {
	font-size: 21px;
}

#hero {
}

#getstarted {
	color: rgba(30,220,180,1.00);
	width: 20%;
	height: 28px;
	text-align: center;
	border-width: thick;
	border-style: solid;
	border-radius: 20px;
	position: relative;
	left: 40%;
	font-size: 21px;
	background-color: rgba(255,255,255,1.00);
	text-decoration: none;
	list-style-type: none;
	padding-top: 4px;
}


#getstarted a {
	color: rgba(30,220,180,1.00);
	text-align: center;
	list-style-type: none;
	padding-top: 3px;
	margin-top: 3px;
	top: 3px;
	
}
