html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background-color: #291F1E;
}

/* header */
.header {
	padding: 10px;
	background-color: #083587;
	background-size: cover;
}

.header h1, h3 {
	text-align: center;
	font-family: "Fraunces", serif;
  	font-variation-settings: "SOFT" 0, "WONK" 1;
  	color: #F9F5E3;
}

.header h1 {
	font-size: 50px;
	font-weight: 900;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
}

.header h3 {
	font-style: italic;
	font-weight: 500;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 0;
}
.nav {
	display: flex;
	flex-flow: row wrap;
	padding: 5px;
	margin-top: 0;
}

.nav a {
	padding: 5px;
	color: #291F1E;
	font-family: "Poppins", sans-serif;
 	font-weight: 800;
 	font-style: italic;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	background-color: rgba(249, 245, 227, .5);
	border-radius: 5px;
	flex: 1 1 50px;
	margin: 5px;
}

.nav a:hover {
	font-weight: bold;
	background-color: rgba(41, 31, 30, .5);
	color: #F9F5E3;
}

/* main */
.dining {
	background-color: #F9F5E3;
	padding: 25px 50px 25px 40px;
}

.dining h1 {
	text-align: center;
	font-family: "Fraunces", serif;
  	font-variation-settings: "SOFT" 0, "WONK" 1;
  	font-size: 60px;
	color: #083587;
}

.dining p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-top: 50px;
	text-align: center;
	line-height: 30px;
	color: #291F1E;
}

.dining ol {
	list-style: none;
	margin-bottom: 80px;
}

.one h3{
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #291F1E;
}

.two h3 {
	text-align: right;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #291F1E;
}

.one p {
	text-align: left;
}

.two p {
	text-align: right;
}

.dining li {
	padding-top: 100px;

}

.dining img {
	border-radius: 10px;
}

.learn {
	font-family: "Poppins", sans-serif;
	background-color: rgba(8, 53, 135, .5);
	color: #F9F5E3;
	padding: 7px;
	border-radius: 5px;
	border: none;
}

.learn:hover {
	background-color: #083587;
}

/* footer */
.footer {
	color: #F9F5E3;
	padding: 20px;
    font-family: "Poppins", sans-serif;
}

.footer .contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .contact-info div {
    margin-bottom: 10px;
}

.footer .contact-info a {
	text-decoration: none;
	color: #F9F5E3;
}

.footer .contact-info p {
	text-align: center;
}

.button {
	background-color: rgba(8, 53, 135, .7);
    color: #F9F5E3;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
}
.button:hover {
    background-color: #083587;
}


