/* General */
html {
    -webkit-font-smoothing: antialiased;
}

.text-black-25 {
    color: #CCC;
}

.content {
    max-width: 600px;
}


.content a {
    font-weight: bolder;
    color: #CE383D;
}

.work, .work:hover {
    color: #666 !important;
    text-decoration-color: #666;
    text-decoration: none;
    text-align: center;
    font-weight: normal !important;
    font-size: 0.8rem;
}

.work img{
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

.work p {
    margin-top: 0.3rem;
}

.obsolete img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 50%;
}

.obsolete:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 100%;
}
