body {
    /*background-color: #1D0E00;*/
    background-color: #814204;
}

.logo-image {
    width: 100%;
}

h1, h2, h3, h4, h5 {
    color: #814204;
    /*color: #1D0E00;*/
}

span.work-title {
    font-style: italic;
}

@media all and (min-width: 960px) {
    .main-content {
        width: 960px;
        margin: auto;
        background-color: white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .title-banner {
      width: 100%;
      height: auto;
    }

    .title-image {
        width: 100%;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .cover-image {
        position: relative;
        float: left;
        top: -120px;
        left: 130px;
        height: 240px;
        z-index: 1;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        border: 1px solid white;
    }

    .title {
        margin-left: 350px;
        color: black;
    }

    .body {
        position: relative;
        top: -100px;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }

    .content-block {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        border-top: 1px solid #E0E0E0;
    }

    .work {
        display: inline-block;
        width: 680px;
        color: black;
        background-color: white;
    }

    .work:hover {
        background-color: #FFD0A1;
    }

    .small-cover {
        width: 100px;
        margin-left: 10px;
        margin-right: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}

@media all and (min-width: 700px) and (max-width: 959px) {
    .main-content {
        background-color: white;
    }

    .title-banner {
      width: 100%;
      height: auto;
    }

    .title-image {
        width: 100%;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .cover-image {
        position: relative;
        float: left;
        top: -120px;
        left: 20px;
        height: 240px;
        z-index: 1;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        border: 1px solid white;
    }

    .title {
        margin-left: 220px;
        color: black;
    }

    .body {
        position: relative;
        top: -100px;
        margin-left: 20px;
        margin-right: 20px;
        clear: both;
    }

    .content-block {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        border-top: 1px solid #E0E0E0;
    }

    .work {
        display: inline-block;
        width: 680px;
        color: black;
        background-color: white;
    }

    .work:hover {
        background-color: #FFD0A1;
    }

    .small-cover {
        width: 80px;
        margin-left: 2px;
        margin-right: 6px;
        margin-top: 2px;
        margin-bottom: 2px;
        float: left;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}

@media all and (min-width: 440px) and (max-width: 699px) {
    body {
        background-color: white;
    }

    .main-content {
        background-color: white;
        height: 100%;
    }

    .title-image {
        display: none;
    }

    .cover-image {
        float: left;
        margin-left: 20px;
        margin-bottom: 30px;
        margin-right: 20px;
        height: 240px;
        z-index: 1;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        border: 1px solid white;
    }

    .title {
        margin-left: 210px;
        color: black;
        margin-right: 20px;
    }

    .body {
        margin-left: 20px;
        margin-right: 20px;
        /*clear: both;*/
    }

    .content-block {
        padding: 10px;
        border-top: 1px solid #E0E0E0;
    }

    .work {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        color: black;
        background-color: white;
    }

    .work:hover {
        background-color: #FFD0A1;
    }

    .work p {
        padding-left: 78px;
    }

    .small-cover {
        width: 70px;
        margin-left: 2px;
        margin-right: 6px;
        margin-top: 2px;
        margin-bottom: 2px;
        float: left;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}

@media all and (max-width: 439px) {
    body {
        background-color: white;
    }

    .main-content {
        background-color: white;
        height: 100%;
    }

    .title-image {
        display: none;
    }

    .cover-image {
        display: block;
        margin-left: auto;
        margin-bottom: 30px;
        margin-right: auto;
        width: 176px;
        z-index: 1;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        border: 1px solid white;
    }

    .title {
        margin-left: 20px;
        color: black;
        margin-right: 20px;
    }

    .body {
        margin-left: 20px;
        margin-right: 20px;
        /*clear: both;*/
    }

    .content-block {
        padding: 10px;
        border-top: 1px solid #E0E0E0;
    }

    .work {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        color: black;
        background-color: white;
    }

    .work:hover {
        background-color: #FFD0A1;
    }

    .work p {
        padding-left: 78px;
    }

    .small-cover {
        width: 70px;
        margin-left: 2px;
        margin-right: 6px;
        margin-top: 2px;
        margin-bottom: 2px;
        float: left;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
}
