/* Project listing infrastructure */

.section-title {
    color: #313131;
    font-size: 26pt;
    font-weight: 200;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #313131;
    padding-left: 0.4em;
}

.project-ul {
    list-style-type: none;
    float: none;
    padding-inline-start: 0;
    margin-top: 0;
}

.project-li {
    width: 100%;
    float: left;
    padding-bottom: 2.4em;
}

.project-thumbnail-frame {
    float: left;
    width: 22%;
}

.project-thumbnail-frame img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px solid #000;
    border-radius: 0%;
    width: 500px;
}

.project-description-frame {
    float: right;
    width: 73%;
}

.project-description-title {
    color: #303030;
    margin-top: 0;
    font-weight: 300;
    font-size: 18pt;
    text-align: left;
    margin-bottom: 0.2em;
}

.project-description-text {
    margin-bottom: 1em;
    line-height: 1.5;
}

.author-footnote {
    font-size: 11pt;
    display: inline;
    font-style: italic;
}

.button {
    color: #20253d;
    background: #ddd;
    padding: 0.5em 0.6em;
    border: 1px solid #bbb;
    margin-bottom: 4px;
    border-radius: 5px;
    font-size: 80%;
    font-weight: 450;
    margin-right: 0.2em;

    display: inline-block;
}

.button:hover {
    color: #ddd;
    background-color: #20253d;
    border-color: #222;
}

@media (max-width: 1200px) {

}

@media (max-width: 925px) {

}

@media (max-width: 700px) {
    .section-title {
        text-align: center;
        font-weight: 400;
    }

    .project-li {
        float: none;
    }

    .project-thumbnail-frame {
        float: none;
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 1em;
    }

    .project-description-frame {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}
