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-image: url(Images/R.jpg);
}

main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 80px 1px 120px 550px 100px;
    width: 1280px;
    margin: auto;
    background-color: #6b0705;
}

a:link, a:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.Facebooketh i {
	font-size: 50px;
	color: rgb(255, 255, 255);
}

.name {
    font-family: 'Agbalumo', cursive;
    font-size: 25px;
    margin-top: 15px;
}

div {
    width: 1280px;
    position: fixed;
      top: 0;
      z-index: 99;
    background-color: #e03400;
    box-shadow: white 0px 2px;
    text-align: center;
}
nav {
    grid-row: 1;
    grid-column: span 4;
}

ul {
    display: flex;
    margin: auto;
}

li {
    width: 250px;
    text-align: center;
    justify-content: center;
}

a { 
    display: block;
    height: 60px;
    margin: auto;
    padding: 5px 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transition: 500ms;
    transition-timing-function: ease-in;
}

a:link, a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

a:hover {
    background-color: #b3110e;
}

.name {
    font-family: 'Calistoga', 'Times New Roman', Times, serif;
    font-size: 23px;
    color: white;
    padding: 5px 0;
}

.Mobile {
    display: none;
}

footer {
    grid-row: 7;
    background-color: #e03400;
    width: 1280px;
    height: 100px;
    box-shadow: rgb(255, 255, 255) 0px -2px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

footer hr {
    color: rgb(255, 255, 255);
    height: 2px;
    background-color: rgb(255, 255, 255);
    width: 80%;
}

footer h1 {
    margin: 15px;
    text-align: center;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.Mapeth {
    grid-row: 4;
    text-align: center;
    display: none;
}

.Mapeth iframe {
    width: 600px;
    height: 400px;
}

.ContactHeader {
    color: white;
    grid-row: 3;
    padding-top: 25px;
	font-family: 'Calistoga', 'Times New Roman', Times, serif;
    width: 1280px;
    margin: auto;
	text-align: center;
	font-size: 35px;
}

.Contact label {
    color: white;
}

.ContactForm {
    grid-row: 5;
}

.ContactForm {
	grid-row: 5;
	grid-column: span 4;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	padding: 0px 0px 20px 20px;
	font-size: 25px;
}

input {
    width: 800px;
    height: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

textarea {
    width: 800px;
    height: 300px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#Button {
	color: black;
	border: black 10px 10px;
    text-align: center;
}

#Button input{
	background-color: white;
	color: black;
	border: black 10px 10px;
    text-align: center;
}