ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

section#recent-posts,
section#posts {
    max-width: 1366px;
}

section#recent-posts {
    margin-top: 1%;
    padding: 0;
}

section#quick-info,
section#works {
    font-family: Lusitana;
    font-size: 1.25em;

    padding: 1%;
}

section#quick-info {
    color: #fff;
    background-color: rgb(55, 55, 55);
}

section#works {
    color: #000;
}

section#quick-info div#info-container,
section#works div#info-content {
    max-width: 1000px;
    margin: 0 auto;
}

section#quick-info div#info-container a,
section#works div#info-content a {
    transition: color 0.5s ease;
    color: rgb(104, 170, 228);
}

section#quick-info div#info-container a:hover,
section#works div#info-content a:hover {
    color: rgb(64, 122, 173);
}

section#posts > h3,
section#posts > h4 {
    margin-top: 2%;
    margin-bottom: 1%;

    font-family: Lusitana;
    font-weight: bold;
    text-align: center;
}

section#posts > h4 {
    color: #416396;
}

section#posts > h4:hover {
    color: #5785c9;
}

section#posts div.post-container > a {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 3%;
    padding-right: 3%;
}

section#posts div.post-container > a > div.post-preview-small,
section#recent-posts a > div.post-preview {
    transition: opacity 0.5s ease;

    background-size: 100% auto;
    margin: 0;
    opacity: 1.0;

    color: #fff;
}

section#recent-posts a > div.post-preview,
section#posts div.post-container > a > div.post-preview-small {
    padding-top: 20%;
}

section#posts div.post-container > a > div.post-preview-small:hover,
section#recent-posts a > div.post-preview:hover {
    opacity: 0.8;
    cursor: pointer;
}

section#recent-posts a > div.post-preview > div.post-preview-text {
    padding: 2%;
}

section#posts div.post-container > a > div.post-preview-small > div.post-preview-small-text {
    text-align: center;
    padding: 5%;
}

section#posts div.post-container > a > div.post-preview-small > div.post-preview-small-text > h2,
section#recent-posts a > div.post-preview > div.post-preview-text > h2 {
    display: block;
    font-family: Raleway;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

section#posts div.post-container > a > div.post-preview-small > div.post-preview-small-text > h2 {
    font-size: 1.5em;
}

section#recent-posts a > div.post-preview > div.post-preview-text > h2 {
    font-size: 2em;
}

section#posts div.post-container > a > div.post-preview-small > div.post-preview-small-text > h4,
section#recent-posts a > div.post-preview > div.post-preview-text > h4 {
    display: block;
    font-family: Lusitana;
}

section#works > div#info-content h2 {
    font-family: Raleway;
    font-weight: bold;
}

section#quick-info p,
section#works > div#info-content p {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.5;
}

section#quick-info p {
    padding: 2%;
}

section#quick-info p a {
    transition: color 0.5s ease;
}

hr.index-divider {
    max-width: 900px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218, 218, 218);
}

section#works {
    background-color: rgb(43, 49, 63);
    padding: 2%;
}

section#works p,
section#works h2 {
    color: #fff;
}

section#works div#info-content div#content-text h2 {
    margin: 0;
}
