#header{
	background:#f5f1eb;
}

.header-logo{
	width:250px;
	height:auto;
}

#footer{
	background:#f5f1eb;
}


.footer-menu .nav-link{
	padding:0;
}

.footer-menu .nav-link:hover{
	text-decoration: underline;
}

#footer{
	padding-top:25px;
	padding-bottom:25px;
	
}

#footer .topic{
	font-size:1.3rem;
}

#footer a,#footer p,#footer h1,#footer h2,#footer h3{
	font-weight:100;
	color:#000;
	margin-bottom:0;
}

#footer .hours-remarks{
	font-weight:100;
	font-size:14px;
	line-height:1;
	display:block;
}

p{
	font-weight: 100;
}


.entry-title{
	padding-top:30px;
	color:#5a6352;
}

#main-menu{
	padding-left:50px;
}

#main-navbar{
		background:#f5f1eb;
}

@media (max-width: 761px) {
	
	main{
		padding-top:50px;
	}
	
	#bookingad{
		height:60vh !important;
	}
	
}