/*change per season*/
		
		/*page above the fold background image(on jumbotron)*/
		.jumbotron{
			background-image:url("images/fall.gif");
			background-repeat: no-repeat;
			background-position: top;
			background-size: cover;
		}
		
		/*header order button*/
		.headerorderbuttons{
			background-color:orange!important;
		}
						
		/*order buttons*/
		.orderbuttons{
			background-color:orange!important;
		}
		
		/*pushpins on page*/
		.pushpin {
			width:50px;
		}
		
		/*Seo Page Description*/
		.seopagedescription{
			color:white;
			text-shadow:2px 2px black;
		}
		/*Seo Page CTA*/
		.seopagecta{
			color:white;
			text-shadow:2px 2px black;
		}
		

		/*Faq Page*/
		
		/*Faq Page Text Color*/
		.faqpage h3{
			color:darkorange!important;		
		}		
		/*homepagereviews*/
		/*homepage reviews Text Color*/
		.reviewsseasonaltextcolor{
			color:orange!important;
		}
		/*Order Modals */
		/*Order Modals CheckoutBar*/
		.progress-bar-success{
			background-color:orange!important;
		}
/*End of change per season*/
		
						
/*Generally same for all seasons*/
										
.homepageone{
	color:black;
	background-color:white!important;
}

/*Not Logged in Column Styles*/
.notloggedinhomepagecolumns{
	background-image:url("images/fallcolumnimage.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color:white;
	box-shadow:4px 4px black;
} 

.notloggedinpagetitles{
	color:black!important;
	background-color:white;
}

.notloggedinhomepagecolumnheader{
	color:black!important;
}

.notloggedinhomepagecolumntext{

}


.vertical-center {
    
	padding-left:50px;
	padding-right:50px;
	padding-top:100px;
	padding-bottom:50px;
}

.homepageonephonenumber{
	color:black!important;
	font-size:18px;
	margin-right:10px;
}

.homepageoneheaderorderbutton{
	margin-right:10px;
	color:white!important;
}
.homepageoneloginbutton{
	color:black!important;
}

/*End of Generally same for all seasons*/