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;
}
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;
}

section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

section p {
    width: 250px;
    height: 250px;
    background-color: grey;
    color: white;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 36px;
    padding: 0 10px;
    margin: 5px 0px;
    font-family: Arial, Helvetica, sans-serif
}

header {
    display: flex;
    justify-content: space-between;
    background-color: aquamarine;
    box-shadow: aqua 0px 5px;
}

header h1 {
    width: 75%;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 15px;
}   

.icon {
    margin: 6px;
    color: black;
    font-size: 35px;
}

#MainMenu {
    display: none;
}

#MainMenu ul {
    width: 100%;
    background-color: aliceblue;
}

#MainMenu li{
    font-size: 25px;
    padding: 5px;
    text-align: center;
    border: white solid 2px;
}

#MainMenu a {
    text-decoration: none;
    color: blue;
}
/* maybe
a:link, a:visited, a:hover
*/

.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: comic sans ms;
}
#Comments {
    height: 200px;
    width: 90%;
    font-size: 18px;
    font-family: comic sans ms;
}

Label {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
 
.Contact {
    margin:auto;
}

/* Vibe Check */

.address {
    display: none;
}