/*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 0;
        font-family: Corbel, Helvetica, Arial, sans-serif;
    }

    section h1 {
    /*border: 1px solid pink;*/
        font-weight: bold;
        font-size: 1.5em;
        color: rgba(36, 63, 117, 1);
        margin: 0;
        padding: 0 0 0 30px;
    }

    section p#intro,
    section p#description,
    section p#final_des {
    /*border: 1px solid pink;*/
        margin: 0;
        padding: 1em 1.5em 0 30px;
        font-size: 1em;
    }

    section p#description {
        padding: .1em 1.5em 0 30px;
        text-indent: .5em;
    }

    section h2 {
    /*border: 1px solid pink;*/
        margin: 0;
        padding: 2em 1.5em 0 30px;
        font-size: 1.1em;
        color: rgba(36, 63, 117, 1);
    }

    section h3 {
    /*border: 1px solid pink;*/
        margin: 0;
        padding: .5em 1.5em 0 30px;
        font-size: 1em;
        color: rgba(200, 0, 0, 1);
    }
/*End of section portion*/