body {
    min-height: 75rem; /* Can be removed; just added for demo purposes */
    font-family: "微軟正黑體";
}

.navbar {
    margin-bottom: 0;
}

.jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
    background-color: #fff;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

.jumbotron .btn {
    height: 1.6rem;
    padding: 0px 15px;
    margin: 0.2rem 0rem;
}

.album {
    min-height: 50rem; /* Can be removed; just added for demo purposes */
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f7f7f7;
}

.news-card {
    float: left;
    width:auto;
    /*width: 33.333%;*/
    padding: .75rem;
    margin-bottom: 2rem;
    border: 0;

}

.news-card > img {
    margin-bottom: .75rem;
    width: auto;
    height: 200px;

}

.news-card-text {
    font-size: 85%;
    text-align: center;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.news-card span.text{
    position: absolute;
    top: 0px;
    left: 0px;
    color:darkblue;
    background-color:rgba(255,255,255,0.8);
    width: 368px;
    height: 220px;
    line-height:220px;
    text-align:center;
    font-size: 30px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-card span.text:hover {
    opacity:1.0;
}