.row {
    margin-bottom: 50px;
}

.row .project {
    width: 280px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#project-main {
    text-align: center;
}

.row.subtitle {
    text-align: center;
    margin: 0 auto 25px auto;
    max-width: 1000px;
}

@media (max-width: 1074px) {
    .row.subtitle {
        max-width: 600px;
    }
}

h1.handout-title {
    // margin-left: 8.3333333%;
    // padding-left: 0px;
    text-align: center;
}

.favorite {
    font-size: 1.3em;
    color: #aaa;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    left: 14px;
    top: 8px;
}

.fa-heart-o, .fa-heart:hover {
    color: #f4a4af;
}

.fa-heart-o:hover, .fa-heart {
    color: #f6546a;
}

.row .project:hover {
    background-color: #e2f1f4;
    border-color: #e2f1f4;
}

.row .title {
    font-size: 1.2em;
    margin-bottom: 10px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.row .screenshot img {
    width: 250px;
}

.row .description {
    margin-top: 10px;
    font-size: .8em;
}

.row .site-link {
    color: inherit;
    text-decoration: none;
}

footer {
    clear: left;
}
