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;
}

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;
}

a:link, a:visited, a:hover {
    text-decoration: none;
    color: black;
}

section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

section p {
    width: 230px;
    height: 230px;
    background-color: #6d6d6d;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 36px;
    padding: 0px 10px;
    margin: 10px 3px;
}

header {
    display: flex;
    justify-content: space-between;
    background-color: #ccc;
    box-shadow: #555 0px 3px;
    margin: 0px 0px 5px 0px;
}

header h1 {
    width: 75%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px;
}

.icon {
    padding: 7px 10px 0px 0px;
    color: #fff;
}

#main-menu {
    display: none;
}

#main-menu ul {
    width: 100%;
}

#main-menu li {
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 5px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px #888 solid;
}

#main-menu a {
    text-decoration: none;
    color: tomato;
}

h2 {
    font-size: 18px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

form {
    width: 100%;
}

input, textarea {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
}

form p {
    width: 90%;
    margin: 10px auto;
}

form p span {
    color: #ff3838;
    font-size: 16px;
}

label {
    font-family: Arial, Helvetica, sans-serif;
}

div {
    padding: 10px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
/*honey pot*/
#address{
    display: none;
}