@charset "utf-8";
body {
    font-family: "Microsoft JhengHei", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: #990000 url(../images/newyear-bg.png) repeat -25% -25%;
    color: #ffffff;
}
.main-header {
    padding: 10px;
    background: linear-gradient(to right, #c7ba727f 0%, #c7ba72d8 75%);
}
.main-header .logo a {
    display: block;
    background: url(../images/logo-chinatimes.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    font-size: 0;
    text-indent: -999px;
}
.main-content {
    overflow: auto;
    min-height: calc(100vh - 150px);
}
.content-entry header h1 {
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    color: #ffff00;
    text-align: center;
    margin: 1em 0;
}
.content-entry .album-list {
    margin: 0 16px 16px 16px;
}
.content-entry .album-list ul {
    margin: 0 0 0 -16px;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.content-entry .album-list .album-entry {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 16px;
    width: 20%;
    min-width: 250px;
    padding: 16px;
    border: 1px solid #e5d891cc;
    background: #00000033;
}
.content-entry .album-entry .title {
    font-size: 22px;
    text-align: center;
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: normal;
    margin: 1em 0;
    line-height: 1.3;
}
.thumb-photo {
    width: 100%;
    position: relative;
}
.thumb-photo > .cropper {
    padding-bottom: 133.2813%;
}
.thumb-photo > .cropper .photo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main-footer {
    color: #ffffff;
    background: #330000cc;
    text-align: center;
    padding: 32px 16px;
    border-top: 2px solid #e5d891a9;
}
@media screen and (max-width: 576px) {
    .content-entry header h1 {
        font-size: 32px;
    }
    .content-entry .album-entry .title {
        font-size: 18px;
    }
}