html, body, div, span, applet, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-color: #dad6be;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#title {
    font-size: 35px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
}

header {
    display: flex;
    justify-content: space-between;
    background-color: darkslategrey;
	box-shadow: black 0px 5px;
}

.icon {
	margin: 6px;
    font-size: 35px;
}

#MainMenu {
    display: none;
}

#MainMenu ul {
    width: 100%;
    background-color: #b53b3b;
}

#MainMenu li{
    font-size: 25px;
    padding: 5px;
    text-align: center;
    border: white solid 2px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

#MainMenu a {
    text-decoration: none;
    color: white;
}

footer{
	font-size: 10px;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
    background-color: darkslategrey;
	border-top: black solid 5px;
	text-align: center;
	color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#CSSisPain {
	font-size: 10px;
}

.banner {
	color: white;
	background-color: #dd0b0b;
	margin: 20px 5px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.ChaosControl{
	margin: 10px;
	margin-top: 30px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Bolded {
	font-weight: bold;
}

.HotWings {
	color: black;
	text-align: center;
	font-size: 18px;
}

.BasicImage {
	margin: auto;
	padding: 15px;
	text-align: center;
}

.BasicImage img {
	width: 385px;
	border: #dd0b0b solid 2px;
	
}

.MainTitle {
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 30px;
}

.ContactUs, h1 {
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
}

form {
     width: 100%;
}

input, textarea {
    width: 90%;
    margin: 10px;
    height: 30px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#Comments {
    height: 200px;
    width: 90%;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

Label {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
 
.Contact {
    margin:auto;
}

/* Vibe Check */

.address {
    display: none;
}

/* end of vibe check */

#Button {
	background-color: white;
	color: black;
	border: black 10px 10px;
}

#BrSpamPrevention {
	padding: 100%;
}

#ParkImage {
	margin: auto;
	border: #dd0b0b solid 2px;
	margin: 10px;
	display: flex;
	align-items: center;
	width: 365px; 
}