nav {
    background-color: #1a1a1a;
}

body {
    background-color: #C7B299;
}

#project-wrapper {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

p {
    color: #1a1a1a;
}

#project-wrapper ul {
    list-style-type: none;
    display: flex;
    width: 100%;
}

#project-wrapper ul li {
    margin-right: 20px;
    margin-bottom: 20px;
}

#project-info {
    float: left;
    width: 100%;
}

button {
    margin-top: 30px;
    float: left;
}

#att1 {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 70px;
    max-width: 900px;
}

#att1 img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    border-radius: 2px;

}

#nav-contact-wrapper {
    clear: both;
}


@media only screen and (min-width: 900px) {
    #project-info {
        clear: both;
        width: 40%;
        text-align: right;
        max-width: 400px;
        padding-left: 40px;
    }

    button {
        float: right;
        margin-top: 50px;
    }

    #project-wrapper {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 250px;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    #att1 {
        margin-top: 0;
    }

    #inner-wrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 40px;
    }

    #project-wrapper ul h2 {
        flex: 1;
        text-align: right;
        margin-top: -10px;
    }
}