body{
	font-size:22px;
}

h1{
	font-size: 57px;
}

p{
	margin:10px 0;
	text-align: center;
	font-weight:bold;
}

.brown{
	color:#ad7a3f;
}

.green{
	color:#65b245;
}

.black{
	color:#000000;
}

.centered{
	text-align: center;
}

.cta{
	font-size: 26px;
}

#home div.header{
	height:280px;
}

#grassfooter{
	background: transparent url(../img/grass-footer.jpg) no-repeat;
	height:290px;
		
}

div.header{
		height:270px;
	}

img{
	width: 100%;
	height: 100%;
}

div.header{
	background-repeat: no-repeat;
	width:100%;
	background-size:100% auto;
	background-image: url(../img/grass-header.jpg);
}

#home div.header{
	background-image: url(../img/Homepage-grass.jpg);
}

#menu{
	display: flex;
	margin:0 auto;
}

#menu ul {
	margin:18% auto 0;
	padding: 0;
	display: inline-block;
}

#menu ul li{
	list-style: none;
	display:inline;
	color:#fff;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

#logo{
	margin:20px 0 0 20px;
	max-width:200px;
}

#findus{
	margin:20px 0 0 0;
	max-width:240px;
	float:right;
}

#menu ul li a{
	color:#fff;
}

#content, #footer{
	font-family: 'Bubbler One', sans-serif;
}

#content h1, #content h2, #content h3, #content h4{
	text-align: center;
	color: #ad7a3f;
}

#footer{
	font-size:1.3em;
	color:brown;
}

#address{
	margin-left:10px;
}

#phone{
	font-size: 1.2em;
	text-align: right;
	/* [disabled]margin-top:1em; */
	margin-right: 10px;
}

hr.dotted{
	border-top:2px dotted brown;
}

.bordered {
	border-left: 2px dotted brown;
	border-right: 2px dotted brown;
	
}



@media (max-width:767px){
	
	div.header{
		height: 135px;
	}
	
	#menu ul{
		margin-top:0;
	}
}

@media (min-width: 768px) {
	
	#menu ul{
		margin-top:10%;
	}
	
	#home div.header{
		height:414px;
	}
	
}
@media (min-width: 992px) {
  	#home div.header{
		height:540px;
	}
}
@media (min-width: 1200px) {
  	#home div.header{
		height:655px;
	}
	
}
