/*Start of header portion*/
    nav {
    border-bottom: 1px solid rgba(210, 210, 210, .7);
    }
/*End of header portion*/

/*Start of section portion*/
    section {
    /*border: 1px solid orange;*/
        height: auto;
        padding: 1em 0 1em 10em;
        font-family: Corbel, Helvetica, Arial, sans-serif;
    }

    section div#gsl p {
    /*border: 1px solid red;*/
        display: inline-block;
        padding: 0 0 0 20px;
        vertical-align: middle;
        font-size: 1em;
        color: rgba(170, 170, 170, 1);
    }

    section div#gsl p:last-child {
        color: black;
    }

    section div#gsl p a {
        text-decoration: none;
        color: rgba(170, 170, 170, 1);
        font-size: 1em;
        letter-spacing: .1em;
    }

    section div#gsl p a:hover {
        color: black;
        transition: all 0.5s ease 0s;
    }
/*End of section portion*/