/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Baloo+Da&display=swap');
html{
	margin:0 auto;
}
body{
	margin:0 auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#container{
}
#header{
	height:83px;
	width:100%;
	background-image:url(images/TOPbkg.jpg);
	background-repeat:repeat-x;
	background-color:#FFD310;
}
#wrapper{
	text-align:center;
	margin:0 auto;
	display: flex;
}
#footer {
	text-align: center;
	font-size: .8em;
}
#menu{
	width:142px;
	color:#EE7703;
	list-style:none;
	flex: 15%;
	text-align:left;
	background-color: #ffffcc;
}
#menu img{
	margin-left:10px;
	margin-right:20px;
	border-bottom:#EE7703 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	width:79%;
}
#menulist {
	margin-left: 0;
	padding-left: 0;
	margin-top:0;
	list-style: none;
	font-size:80%;
	font-weight:bold;
}
#menulist li{
	list-style:none;
	margin-left:10px;
	margin-right:20px;
	border-bottom:#EE7703 1px solid;
}
#menulist a{
	color:#000032;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:92%;
}
#menulist a:hover{
	background-color:#ffd310;
}
#content{
	padding-top:20px;
	padding-left:20px;
	text-align:center;
	width:90%;
}
#content p{
	font-size:80%;
	font-family: Arial, Helvetica, Times New Roman, Times, sans-serif;
	text-align: left;
}
h4.alert {
	color: red;
	line-height: 1.5rem;
}
.imgleft{
	float: left;
	margin: 10px;
}
.imgright{
	float:right;
	margin:10px;
	border:1px #000000 solid;
}
.imgcenter{
	text-align:center;
	margin:10px;
	border:1px #000000 solid;
}
.email{
	text-align:center;
}
.copyright{
	font-size:70%;
}
a{
	color:#000032;
}
.title{
	text-align:center;
}
hr{
	border:0;
	color:#000000;
	border-top:#000000 2px solid;
	border-bottom:#CC9999 4px solid;
}
#bot_menu{
	list-style:none;
	font-size:95%;
	margin-left:-10px;
}
#bot_menu ul{
	margin-left:-10px;
}
#bot_menu li{
	display:inline;
	font-weight:bold;
	padding-left:10px;
}
#bot_menu a{
	color:#CC3333;
	text-decoration:none;
}
#bot_menu a:hover{
	color:#FF3300;
	text-decoration:none;
}
.phmenu{
	border-bottom:#000000 3px solid;
}
.no_bullet {
	list-style-image: none;
	list-style-type: none;
}
.findloc{
	float:right;
	margin:10px;
	width:325px;
	clear: right;
	text-align:center;
	font-weight:bold;
	color:#000032;
	text-decoration:none;
	border:2px dotted #000032;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-variant: normal;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffd310;
	display: block;
}
a.hot_store{
	font-weight:bold;
	color:#000032;
	text-decoration:none;
	border:2px dotted #000032;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-variant: normal;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffd310;
	margin-bottom:5px;
	display: block;
}
div.threeCol{
	float:left;
	height:100%;
	width:30%;
	min-width:300px;
	margin: 5px;
}
#hdr_menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 150px;
	overflow: hidden;
	background-color: #000032;
}
#hdr_menu li {
	float: left;
}

#hdr_menu li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
#hdr_menu li a:hover {
	background-color: #ffd310;
	color:#000032;
}
#hdr_menu .active {
	color: #ffd310;
}
:focus {
	border: 5px dotted #ffd310;
}
.findloc:focus {
	border: 5px dotted #000032;
}
#skip a {
	display: block;
	position: absolute;
	left: -999px;
	top: -999px;
}

#skip a:focus {
	left: 0;
	top: 0;
	padding: 3px;
	background: #ffc;
	border:1px solid #990000;
}

#state_list{
	list-style-type: none;
}
#state_list li {
	display: block;
	margin: 1em;
}
#state_list a {
	font-family: 'Baloo Da', cursive;
	padding: 1em;
}
#state_list a:hover{
	background-color: #ffd310;
}

#content h2 {
	font-family: 'Baloo Da', cursive;
	color: #990000;
}
.locations {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.location {
	margin: 1em;
	width: 300px;
	text-align: left;
	padding-left: 15px;
	border-style: solid;
	border-width: 2px;
	border-color: #ffd310;

}
.location h3, .location h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000032;
	margin-block-end: 0;
}
.location h5 {
	font-size: 0.925em;
}
.location ul {
	list-style-type: none;
	font-size: 80%;
	padding-left: 0;
}

.food-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.food-item {
	display: block;
	width: 48%;
	padding: 1%;
}
.food-item  h4 {
	border-bottom: 1px solid;
}
#content .food-item p {
	padding: 0 3em;
	text-align: center;
}
#content p.notation {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.pdf_down {
	font-weight: bold;
}
#content div.contact p {
	text-align: center;
}
ul.sitemap {
	list-style-type: none;
	margin-left: 20%;
}
li.lpage {
	text-align: left;
}
.pancakes h3 {
	text-align: left;
}