@charset "utf-8";
/* CSS Document */

/* This is where to change font colors */
body, h1,h2,h3,h4,h5,h6,p{
	color:#444;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 100;
}
.max-width-container{
	max-width:900px;
}
/* This is where to change color of the outlined button */
.button.outline{
	border-color:#444;
	color:#444;
}
.button.outline a{
	color:#444;
}

.primary-color{
	color:#232f3f;
}

.primary-background{
	background-color:#232f3f;
}

.accent-color{
	color:#FF5722;
}

.accent-background{
	background-color:#FF5722;
}

.header.layout-1 .logo img {
    height: 79px;
   margin-top: 0px;
}
.sticky-footer{
	position: fixed;
    bottom: 0px;
    width: 100%;
	z-index:100;
}
.brown-color{
	color:#4f423d;
}
.brown-background{
	background-wcolor:#4f423d;
}
.yelp-color{
	color:#c60c00;
}
.yelp-background{
	background-color:#c60c00;
}
.unslider-arrow, .unslider-nav{
	display: none !important;
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width : 800px) {
	#heroing{
		position: relative !important;
		margin-top:0px !important;
		width: 100% !important;
		right: 0px !important;
		left:0px !important;
	}
}
@media only screen and (min-width: 801px) {
	
}