@charset "UTF-8";

body {
	color: #565034;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 1em;}
	
a:link, a:visited {
	color: #E3AF84;
	text-decoration: none; /*removes the underline on links*/}
	
a:hover, a:active {
	color: #A5B452;
	text-decoration: none;}
	
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;}
	
header {
	padding-bottom: 15px;
	border-bottom: 2px solid #DDD8CA;}

header h1 a:link, header h1 a:visited{
	color: #A5B452;
	font-weight: normal;
	font-size: 3rem;}
	
header h1 a:hover, header h1 a:active{
	font-weight: normal;
	font-size: 3rem;
	color: #E3AF84;}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none; /*removes the bullet point*/}
	
#topNav ul li {
	display: inline-block /*sits the nav next to each other instead of stacked*/;
	margin-left: 30px;
	font-size: 1.1rem;}

#homeImg {
	margin-top: 30px;}

main {
	padding: 0px 70px 30px 70px;}
	
main h1 {
	color: #E3AF84;
	font-weight: normal;
	font-size: 1.5rem;}

#mainHomeText {
	margin-left: 130px;
	margin-right: 130px;}
	
#aboutContent h2 {
	background-color: #C9D47B;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;}

#aboutContent h3 {
	color: #AF9272;
	font-weight: normal;
	margin-left: 30px;}
	
#aboutContent p {
	margin-left: 60px;
	margin-right: 60px;
	line-height: 1.5rem;}
	
#aboutContent ul {
	margin-top: 35px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;}
	
#aboutContent ul li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;}
	
#aboutContent ul li a:link, #aboutContent ul li a:visited {
	color: #565034;}

#aboutContent ul li a:hover, #aboutContent ul li a:active {
	color: #A5B452;}

footer {
	border-top: 2px solid #DDD8CA;}
	
footer h1 {
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;}

footer ul {
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;}
	
footer ul li {
	display: inline-block;
	padding-left: 0px;
	margin-left: 20px;
	font-size: 0.9rem;
	color: #A5B452;}
	
footer ul li a:link, footer ul li a:visited {
	color: #A5B452;}
	
footer ul li a:hover {
	color: #E3AF84;}

.liveSeeFeel {
	background-color: #E0E6BE;
	width: 200px;
	padding-top: 23px;
	padding-right: 23px;
	padding-bottom: 30px;
	padding-left: 23px;
	border-width: 2px;
	border-style: solid;
	border-color: #7B834A;
	border-radius: 6px; /*rounds edges of border, follows a top, right, bottom, left format*/
	float: left;}

.centerLiveSeeFeel {
	margin-right: 35px;
	margin-left: 35px;}
	
main:after {
	content: ""; /*communicates that there is a content of "nothing"*/
	display: table;/*takes up space below divs for presentation purposes*/
	clear: both; /*tells the stuff around to "get away from me"*/}
	
.backToTop {
	font-size: 0.8rem;}
