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: 90px 420px 900px 800px 500px 0px 100px;
    width: 1280px;
    margin: auto;
    background-color: #6b0705;
}

.Imgages {
    width: 1280px;
    grid-row: 2;
    text-align: center;
}

.Imgages img{
    width: 600px;
}

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;
}

.BreakfastMenu {
    grid-row: 3;
    padding: 10px;
    width: 900px;
}

.BreakfastMenu h1 {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 26px;
}

.BreakfastMenu h2 {
    padding-top: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 18px;
}

.BreakfastMenu h3 {
    padding-top: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

.BreakfastMenu p {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 16px;
}

.Options {
    display: flex;
    justify-content: space-around;
}

.Options p{
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 16px;
}

.MultiText {
    width: 400px
}

.Options2 {
    display: flex;
    justify-content: space-around;
    padding-left: 100px;
}

.Options2 aside{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 16px;
}

.Options3 {
    display: flex;
    padding-left: 150px;
}

.Options3 aside{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 16px;
}

.LunchMenu {
    grid-row: 4;
    padding: 10px;
    width: 900px;
    padding-left: 300px;
}

.LunchMenu h1 {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 26px;
}

.LunchMenu h2 {
    padding-top: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 18px;
}

.LunchMenu h3 {
    padding-top: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

.LunchMenu p {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 16px;
}

.DinnerMenu {
    grid-row: 5;
    padding: 10px;
    width: 900px;
}

.DinnerMenu h1 {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 26px;
}

.DinnerMenu h2 {
    padding-top: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 18px;
}

.DinnerMenu h3 {
    padding-top: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

.DinnerMenu p {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 16px;
}