@charset "UTF-8";
/* CSS Document */
html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header {
	width: 100%;
	top: 0px;
	position: relative;
}
h1   {
	color: #cf1c44;
	font-family: 'Klinic Slab Bold';
}
h2   {
	color: #cf1c44;
	font-family: 'Klinic Slab Bold';
	text-align: center;
}
h3   {
	color: #543136;
	font-family: 'Klinic Slab Bold';
	text-align: center;
}
body {
	background-color: #d8c6b8;
	font-family: 'Klinic Slab Book';
	text-align: center;
}
p    {
	color: #543136;
	font-family: 'Klinic Slab Medium';
	text-align: center;
}
.logo {
		padding-bottom: 2%;
		padding-top: 1%;
	   }
.navigation {
		float: right;
		width: 100%;
		list-style-type: none;
		padding-bottom: 2%;
		padding-top: 1%;
	   }
.SpecialOffers {
		padding-bottom: 2%;
		padding-top: 2%;
	}
a {
		float: left;
		width: 20%;
		background-color: #cf1c44;
		text-decoration: none;
		color: white;
	  }
.hours, .hours p {
	float: right;
	font-family: 'Klinic Slab Medium';
	font-size: 16px;
}
.clear {
    clear: both;
}
footer {
	color: black;
	background-color: white;
	border: medium;
	border-color: black;
}
.footerLinks, .footerLinks a {
	float: left;
	list-style-type: none;
	color: black;
	background-color: white;
	display: list-item;
	width: auto;
}
.footerText, .footerText a, .siteMap a {
	display:run-in;
	color: black;
	background-color: white;
	width: 100%;
	float: none;
}