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;
}

body {
	background-color: #6b0705;
}

.Mobile {
    display: flex;
    justify-content: space-between;
    background-color: #e03400;
    box-shadow: rgb(255, 255, 255) 0px 2px;
}

.Mobile h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: auto;
    padding: 10px;
    font-family: 'Calistoga', 'Times New Roman', Times, serif;

}

.icon {
	margin-left: 10px;
	margin: 6px;
    font-size: 45px;
    color: black;
}

#MainMenu {
    display: none;
}

#MainMenu ul {
    width: 100%;
    background-color: #e03400;
}

#MainMenu li{
    font-size: 25px;
    padding: 5px;
    text-align: center;
    border: rgb(255, 255, 255) solid 2px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

#MainMenu a {
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.name {
    margin: 0px;
    display: none;
}

.Facebooketh i {
	display: none;
}

.icon {
	color: white;
	text-align: right;
}

.Imgages {
    text-align: center;
	margin-top: 15px;
}

.Imgages img {
    width: 500px; 
}

.ContactHeader {
    padding-top: 25px;
	font-family: 'Calistoga', 'Times New Roman', Times, serif;
	color: white;
	text-align: center;
	font-size: 20px;
}


.ContactForm {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: white;
	padding: 5px;
	font-size: 16px;
}

input {
    width: 500px;
    height: 50px;
}

textarea {
    width: 500px;
    height: 150px;
}

footer {
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #e03400;
    box-shadow: rgb(255, 255, 255) 0px -2px;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

footer hr {
    color: rgb(255, 255, 255);
    height: 2px;
    background-color: rgb(255, 255, 255);
    width: 80%;
}

.Mapeth {
    grid-row: 4;
    text-align: center;
    margin: 10px;
}

.Mapeth iframe {
    width: 400px;
    height: 300px;
}

#Button {
	color: black;
	border: black 10px 10px;
    text-align: center;
}

#Button input{
	background-color: white;
	color: black;
	border: black 10px 10px;
    text-align: center;
}