@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: #E3AF8A; text-decoration: none;/*removes the underline for links*/}

a:hover, a:active {
    color: #A5B452;/*removes the underline for
	links*/
}	
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
main h1 {
	color: #E3AF84;
	font-weight: normal;
	font-size: 1.5rem;
}
header h1 a:link, header h1 a:visited {
    color: #A5B452;
    font-weight: normal;
    font-size: 3rem;
}
header h1 a:hover, header h1 a:active {
    color: #E3AF84;
    font-weight: normal;
    font-size: 3rem;
}
#topNav ul {
    text-align: right;
    list-style-type: none;
}
#topNav ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.1rem;
}
header {
    padding-bottom: 15px;
    border-bottom: 2px solid #DDD8CA;
}
header h1 a {
	font-weight: normal;
}
main {
	padding-bottom: 30px;
	padding-right: 70px;
	padding-left: 70px;
}
.liveSeeFeel {
	width: 200px;
	border: 2px solid #7B834A;
	border-radius: 6px;
	background-color: #E0E6BE;
	float: left;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 30px;
	padding-top: 23px;
}
.centerLiveSeeFeel {
	margin-left: 35px;
	margin-right: 35px;
}
#homeImg {
    margin-top: 30px;
}
#mainHomeText {
    margin-left: 130px;
    margin-right: 130px;
}
footer {
    
    border-top: 2px solid #DDD8CA;
}
footer h1 {
    font-variant: normal;
    font-size: 1.2rem;
	text-align: center
}
footer ul {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
}
footer ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 0.9rem;
    color: #A5B452;
}
footer ul li a:link, footer ul li a:visited {
    text-decoration: none;
    color: #A5B452;
}
footer ul li a:hover, footer ul li a:active {
    text-decoration: none;
    color: #A5B452;
}
#aboutContent h2 {
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 20px;
    color: #FFF;
    background-color: #C9D47B;
    margin-top: 50px;
    top: 5px;
    bottom: 7px;
    font-weight: normal;
    text-shadow: 0px 0px #C9D47B;
}
#aboutContent h3 {
    margin-left: 30px;
    color: #AF9272;
}
#aboutContent p {
	margin-left: 60px;
	margin-right: 60px;
	line-height: 1.5em;
}
#aboutContent ul {
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 35px;
}
#aboutContent ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.backtotop {
	font-size: 0.8rem;
}
#aboutContent ul li a:link, #aboutContent ul li a:visited {
    color: #565034;
}
#aboutContent ul li a:hover, #aboutContent ul li a:active {
    color: #A5B452;
}
#pricing {
}
#howitworks {
}
#top {
}
main:after {
	content:"";
	display:table;
	clear:both;}
