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;
}

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;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

@media screen and (min-width: 0px) {
    main {
        display: grid;
        min-height: 100vh;
        grid-template-columns: 1fr 8fr 1fr;
        grid-template-rows: 70px 60px 130px auto auto auto auto 45px;
    }

    header {
        grid-row: 1/2;
        grid-column: 1/4;
        text-align: center;
        padding: 10px;
    }

    header img {
        width: 35px;
        display: inline;
    }
    
    #header-inline {
        white-space: nowrap;
    }

    h1 {
        font-family: "Agbalumo", sans-serif;
        font-size: 40px;
        display: inline;
        white-space: nowrap;
    }
    
    nav {
        grid-row: 2/3;
        grid-column: 2/3;
        font-size: 18px;
    }

    nav ul {
        margin: 10px;
        display: flex;
        justify-content: space-around;
        font-family: Arial, Helvetica, sans-serif;
    }

    nav li {
        width: 80px;
        text-align: center;
    }
    
    nav li a {
        display: block;
        background-color: #706f6d;
        padding: 5px 0px;
        color: #ffffff;
    }

    nav li a:hover {
        color: #000000;
        background-color: #c9c9c9;
    }

    #heroIMG {
        grid-row: 3/4;
        grid-column: 2/3;
        width: 100%;
    }
    
    #heroIMG img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    #section1 {
        grid-row: 4/5;
        grid-column: 2/3;
        padding: 10px;
    }
    
    #section2 {
        grid-row: 5/6;
        grid-column: 2/3;
        padding: 10px;
    }
    
    #section3 {
        grid-row: 6/7;
        grid-column: 2/3;
        padding: 10px;
    }

    #section4 {
        grid-row: 7/8;
        grid-column: 2/3;
        padding: 10px;
    }

    h2 {
        font-family: "Raleway", sans-serif;
        font-size: 30px;
        line-height: 1.5em;
    }

    p {
        font-family: "Inconsolata", sans-serif;
        font-size: 20px;
        line-height: 2em;
    }
    
    footer p {
        font-family: "Edu TAS Beginner", sans-serif;
        font-size: 25px;
        padding-bottom: 15px;
    }

    footer {
        grid-row: 10/11;
        grid-column: 1/4;
        text-align: center;
        padding: 10px;
        border-top: 2px solid #000000;
        margin-top: 100px;
    }
}

@media screen and (min-width: 600px) {
    main {
        display: grid;
        min-height: 100vh;
        grid-template-columns: 50px 1fr 1fr 50px;
        grid-template-rows: 70px 60px 200px auto auto 45px;
    }

    header {
        grid-row: 1/2;
        grid-column: 2/4;
        text-align: center;
        padding: 10px;
    }

    header img {
        height: 40px;
        display: inline;
    }
    
    #header-inline {
        white-space: nowrap;
    }
    
    h1 {
        font-family: "Agbalumo", sans-serif;
        font-size: 50px;
        display: inline;
        white-space: nowrap;
    }
    
    nav {
        grid-row: 2/3;
        grid-column: 2/4;
    }

    nav ul {
        margin: 10px;
        display: flex;
        justify-content: space-around;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    nav li {
        width: 120px;
        text-align: center;
    }
    
    nav li a {
        display: block;
        background-color: #706f6d;
        padding: 5px 0px;
        color: #ffffff;
    }
    
    nav li a:hover {
        color: #000000;
        background-color: #c9c9c9;
    }
    
    #heroIMG {
        grid-row: 3/4;
        grid-column: 2/4;
        width: 100%;
    }
    
    #heroIMG img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #section1 {
        grid-row: 4/5;
        grid-column: 2/3;
        padding: 10px;
    }
    
    #section2 {
        grid-row: 4/5;
        grid-column: 3/4;
        padding: 10px;
    }

    #section3 {
        grid-row: 5/6;
        grid-column: 2/3;
        padding: 10px;
    }
    
    #section4 {
        grid-row: 5/6;
        grid-column: 3/4;
        padding: 10px;
    }
    
    h2 {
        font-family: "Raleway", sans-serif;
        font-size: 30px;
        line-height: 1.5em;
    }
    
    p {
        font-family: "Inconsolata", sans-serif;
        font-size: 20px;
        line-height: 2em;
    }
    
    footer p {
        font-family: "Edu TAS Beginner", sans-serif;
        font-size: 25px;
        padding-bottom: 15px;
    }
    
    footer {
        grid-row: 6/7;
        grid-column: 1/7;
        text-align: center;
        padding: 10px;
        border-top: 2px solid #000000;
        margin-top: 100px;
    }
}

@media screen and (min-width: 1200px) {
    main {
        display: grid;
        min-height: 100vh;
        grid-template-columns: 50px 1fr 1fr 1fr 1fr 50px;
        grid-template-rows: 70px 60px 350px 1fr 45px;
    }

    header {
        grid-row: 1/2;
        grid-column: 2/6;
        text-align: center;
        padding: 10px;
    }

    header img {
        height: 40px;
        display: inline;
    }

    #header-inline {
        white-space: nowrap;
    }

    h1 {
        font-family: "Agbalumo", sans-serif;
        font-size: 50px;
        display: inline;
        white-space: nowrap;
    }

    nav {
        grid-row: 2/3;
        grid-column: 2/6;
    }

    nav ul {
        margin: 10px;
        display: flex;
        justify-content: space-around;
        font-family: Arial, Helvetica, sans-serif;
    }

    nav li {
        width: 250px;
        text-align: center;
    }

    nav li a {
        display: block;
        background-color: #706f6d;
        padding: 5px 0px;
        color: #ffffff;
    }

    nav li a:hover {
        color: #000000;
        background-color: #c9c9c9;
    }

    #heroIMG {
        grid-row: 3/4;
        grid-column: 2/6;
        width: 100%;
    }

    #heroIMG img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #section1 {
        grid-row: 4/5;
        grid-column: 2/3;
        padding: 10px;
    }

    #section2 {
        grid-row: 4/5;
        grid-column: 3/4;
        padding: 10px;
    }

    #section3 {
        grid-row: 4/5;
        grid-column: 4/5;
        padding: 10px;
    }

    #section4 {
        grid-row: 4/5;
        grid-column: 5/6;
        padding: 10px;
    }

    h2 {
        font-family: "Raleway", sans-serif;
        font-size: 30px;
        line-height: 1.5em;
    }

    p {
        font-family: "Inconsolata", sans-serif;
        font-size: 20px;
        line-height: 2em;
    }

    footer p {
        font-family: "Edu TAS Beginner", sans-serif;
        font-size: 25px;
        padding-bottom: 15px;
    }
    
    footer {
        grid-row: 5/6;
        grid-column: 1/7;
        text-align: center;
        padding: 10px;
        border-top: 2px solid #000000;
        margin-top: 100px;
    }
}