#container{ 
	width: 100%;
	background:none;
}

#header-container{ 
	width: 100%;
}

#header{ 
	width: 1020px;
	margin: 0 auto;
}

#header .homenav{
	width:100%;
	margin: 3% 2% 0 2%;
	margin-left:-20px;
	padding-top: 20px;
	font-size: 100%;
	position: inherit;
	text-align:center;
	display:block;
	clear:both;
	height:auto;
	position:relative;
}

#header .homelogo{
	display:block;
	float:none;
	clear:both;
}

#header .homenav li{
 	float: none;
	position: relative;
	text-align:center;
	font-size: 125%;
}

li#menu-item-90 a:link, li#menu-item-90 a:visited {
    background-color: rgb(197, 230, 22);
	color:black;
	border: medium solid #22ac46;
}

li#menu-item-90 a:hover{
    background-color: #22ac46;
	color:rgb(197, 230, 22);
}

li#menu-item-90 {
	margin-left: 50px;
}


#home-nav-container{
	width:100%;
	background-color:#f3f1f1;
}

#body-container {
    padding-top: 10px;
}

#mainhomeNav {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
    display: block;
    clear: both;
    height: auto;
}


#menu-main-menu{
	width: 100%;
	text-align:center;
}

.sf-menu * {
    padding: 0;
    list-style: none;
	display:block;
	text-align:center;
}

.sf-menu a:link, .sf-menu a:visited {
    width: 100%;
    display: block;
    padding: 25px 0px 25px 0px;
    margin-left: 30px;
    border: medium solid #f3f1f1;
}

.menu-main-menu-container.nav-menu {
    margin-left: -30px;
}

.sf-menu a:hover {
    color: #7d7d7b;
    text-decoration: none;
    background-color: #cfcfcf;
}

.sf-menu ul li a {
	
    line-height: 60px;
}

#slideshow {
    margin: auto;
    height: 300px;
    margin-bottom: 50px;
    width: 1020px;
}

#main-slideshow-container{
	
	width: 100%;
}

h1.homepage-h1 {
    font-size: 45px;
    color: white;
    text-align: center;
    padding-top: 80px;
}

p.homepage-h1 {
    font-size: 45px;
    color: #22ac46;
    text-align: center;
    padding-top: 80px;
	padding-bottom:15px;
	line-height: 1em;
}

p.homepage-h1-2 {
    font-size: 45px;
    color: white;
    text-align: center;
    padding-top: 80px;
	padding-bottom:15px;
	line-height: 1em;
}

p.homepage-p{
	color: white;
	text-align: center;
	font-size: 20px;
}

p.homepage-p-2{
	color: #747373;
	text-align: center;
	font-size: 20px;
}

div#home-optin {
	display:block;
    width: 1020px;
    margin: auto;
    padding-top: 50px;
}


.homepage-image-opt-in {
    float: left;
    margin-right: 45px;
    margin-top: 0px;
	margin-bottom: 50px;
}

#homepage-email-opt-in {
    width: 95%;
    margin-top: 75px;
    margin-left: 20px;
}

#homepage-textarea{
	width:90%;
}


#nav-menu a:link{
	width: 100%;
}

#footer-main-outside{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
    color: #a2a2a2;
	background-image: url(images/bkg_concrete1.jpg);
    background-repeat: repeat-x;
}

#footer-main{
    margin: auto;
    width: 1020px;
	border-top: 1px solid #e4e4e4;
}


.parallax { 
    /* The image used */
    background-image: url(../images/no-text-homepage.png);

    /* Set a specific height */
    height: 275px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-2 { 
    /* The image used */
    background-image: url(../images/no-text-homepage-3.png);

    /* Set a specific height */
    height: 250px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-3 { 
    /* The image used */
    background-image: url(../images/no-text-homepage.png);

    /* Set a specific height */
    height: 250px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-3 {
    margin: 50px auto 50px auto;
}

.af-form-wrapper {
    margin-right: 0px;
}


#body-container {
    border-top: none; 
}



@media screen and (max-width:1020px) {
	#slideshow {
    margin: auto;
    height: 300px;
    margin-bottom: 50px;
    width: 100%;
}

#header{ 
	width: 100%;
}


#mainhomeNav {
    width: 100%;
}

div#home-optin {
    width: 100%;
}

.homepage-image-opt-in {
    float: left;
    margin: 0;
}

#footer-main {
    width: 100%;
}

}






@media only screen and (min-width:150px) and (max-width:760px){
	#slideshow {
    margin: auto;
    height: 300px;
    margin-bottom: 50px;
    width: 100%;
}

#header{ 
	width: 100%;
}

div#home-optin {
    width: 100%;
}

.parallax { 
    height: 350px; 
}

.parallax-2 { 
    height: 350px; 
}

.parallax-3 { 
    height: 300px; 
}

.homepage-image-opt-in {
    float: left;
    margin: 0;
}

#content-3 {
    margin: 50px auto 50px auto;
	width:90%;
}

#footer-main {
    width: 100%;
}

#home-nav-container .sf-menu li {
    float: left;
    position: inherit;
    width: 100%;
    text-align: center;
    color: #22ac46;
    font-weight: normal;
    font-size: 25px;
    background-color: white;
    margin-top: 1%;
    display: block;
    clear: both;
}

li#menu-item-90 {
	margin-left: 0px;
}

.sf-menu a:link {
    width: 100%;
    display: block;
    padding: 25px 0px 25px 0px;
    margin-left: 0px;
}

}
