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 430px 250px 450px 550px 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;
}

.RVHeader {
    grid-row: 3;
    color: white;
    text-align: center;
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.RVPara1 {
    margin: auto;
    grid-row: 4;
    display: flex;
    padding: 25px;
}

.RVPara1 p {
    padding-top: 90px;
    text-align: center;
    padding-left: 45px;
    width: 400px;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}

.RVPara1 img {
    width: 100%;
}

.RVPara2 {
    margin: auto;
    grid-row: 5;
    display: flex;
    padding: 25px;
}

.RVPara2 article {
    padding-top: 75px;
}

.RVPara2 p {
    padding-top: 45px;
    text-align: center;
    padding-right: 25px;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}

.RVPara2 img {
    width: 75%;
}