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: aliceblue;
}

main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows:80px 830px 120px 400px 400px 400px 100px;
    width: 1280px;
    margin: auto;
    background-color: white;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

.Facebooketh i {
	font-size: 50px;
	color: navy;
}

.name {
    font-family: 'Agbalumo', cursive;
    font-size: 25px;
    margin-top: 15px;
}

div {
    width: 1280px;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #E1DDDF;
    box-shadow: black 0px 2px;
    text-align: center;
}

nav {
    grid-row: 1;
}

ul {
    display: flex;
    margin: auto;
}

li {
    width: 200px;
    text-align: center;
    justify-content: center;
}

a { 
    display: block;
    height: 60px;
    margin: auto;
    padding: 5px 0;
    font-family: 'Playpen Sans', cursive;
    transition: 500ms;
    transition-timing-function: ease-in;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    background-color: azure;
    font-weight: bolder;
}

.Mobile {
    display: none;
}

.Imgages {
    width: 1280px;
    grid-row: 2;
    text-align: center;
}

footer {
    grid-row: 7;
    background-color: #E1DDDF;
    width: 1280px;
    height: 100px;
    box-shadow: black 0px -2px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

footer hr {
    color: black;
    height: 2px;
    background-color: black;
    width: 80%;
}

footer h1 {
    margin: 15px;
    text-align: center;
    font-family: 'Open Sans', Cambria, sans-serif;
}

.SecHeader {
    grid-row: 3;
    font-family: 'Agbalumo', cursive;
    margin-bottom: 35px;
    font-size: 45px;
    text-align: center;
}

.section1 {
    margin: 15px;
    margin-left: 25px;
}

.section1 h1 {
    font-size: 35px;
    font-family: 'Playpen Sans', cursive;
}

.section1 p {
    line-height: 25px;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Open Sans', Cambria, sans-serif;
}

.section2 {
    margin: 15px;
    margin-right: 25px;
}

.section2 h1 {
    font-size: 35px;
    font-family: 'Playpen Sans', cursive;
}

.section2 p {
    line-height: 25px;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Open Sans', Cambria, sans-serif;
}

.article1 {
    display: flex;
    grid-row: 4;
    text-align: center;
    margin: auto;
}

.article2 {
    display: flex;
    grid-row: 5;
    text-align: center;
    margin: auto;
}

.section3 {
    margin: 15px;
    margin-left: 25px;
}

.section3 h1 {
    font-size: 35px;
    font-family: 'Playpen Sans', cursive;
}

.section3 p {
    line-height: 25px;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Open Sans', Cambria, sans-serif;
}

.section4 {
    margin: 15px;
    margin-right: 25px;
}

.section4 h1 {
    font-size: 35px;
    font-family: 'Playpen Sans', cursive;
}

.section4 p {
    line-height: 25px;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Open Sans', Cambria, sans-serif;
}

.section5 {
    text-align: center;
    grid-row: 6;
}

.section5 h1 {
    font-size: 35px;
    font-family: 'Playpen Sans', cursive;
}

.section5 p {
    line-height: 25px;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Open Sans', Cambria, sans-serif;
}
