    Body {
        background-color: rgba(237, 231, 225,1);
        font-family: sans-serif;
    }

    h1 {

        color:rgba(92,62,51,1);
        font-family: serif;
        z-index: 10;
        font-size: 45px;
    }

    h2 {
        color:rgba(92,62,51,1);
        font-family: serif;
        font-size: 35px;

    }

    #aboutmepicture {
        position: relative;
        width: 25%;
        float: right;
        z-index: 40px;
    }

    #bottom {
        background-color:rgba(210,180,160,1);
        text-align: center;
        padding: 10px;
        margin-top: 7px;
        position: relative;
        bottom: 10px;
        width: 99%;
    }

    #paragraph {
        position: relative;
        float: left;
        width: 70%;
        z-index: 30;
    }

    .curly {
        font-family: cursive;
        color: blue;
    }

    #brandywhite {
        position: relative;
        float: left;
        z-index: 110;
        font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
        font-size: 20px;
        color: black
    }

    nav ul {
        list-style-type: none;
        padding: 0;
        background-color: gainsboro;
        height: 100%;
    }

    nav {
        background-color: gainsboro;
        float: left;
        width: 20%;
    }




    body {
        font-family: Arial, Helvetica, sans-serif;
    }

    /* Style the header */
    header {
        background-color: rgba(75, 75, 75, 1);
        padding: 30px;
        text-align: center;
        font-size: 35px;
        color: rgba(255, 255, 255, 1);
    }



    article {
        float: right;
        padding: 20px;
        width: 80%;
        background-color: #f1f1f1;
        z-index: 50;

    }

    /* Clear floats after the columns */
    section:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Style the footer */
    footer {
        background-color: rgba(75, 75, 75, 1);
        padding: 10px;
        text-align: center;
        bottom: 10px;
        color: rgba(255, 255, 255, 1);
    }

    div.gallery {
        border: 1px rgba(255, 255, 255, 1);
    }

    div.gallery:hover {
        border: 1px solid rgba(55, 55, 55, 1);
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

    div.desc {
        padding: 15px;
        text-align: center;
    }

    * {
        box-sizing: border-box;
    }

    .responsive {
        padding: 0 6px;
        float: left;
        width: 50%;
    }
