html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
}

.carousel {
    margin: 0 auto 0px;
}

    .carousel .item {
        width: 100%;
        height: auto;
    }

.carousel-inner > .item > img {
    min-width: 100%;
    height: auto;
}

.estola {
    width: 100%;
    height: auto;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 200;
}

.caption h3:first-child {
    margin-top: 0px;
}

h4 {
    margin-top: 20px;
    font-weight: bold;
}

p.sign {
    text-align: right;
}

.navbar {
    border-color: white;
    border-radius: 0px;
}

.date {
    font-size: smaller;
}

#liturgical_period {
    position: absolute;
    top: 1vh;
    right: 1vh;
    font-size: 2.5vw;
}

#liturgical_period_cycle {
    display: none;
    padding: 1vw;
    font-size: 2.5vw;
    background-color: grey;
    color: white;
}

#liturgical_period_date {
    clear: both;
    display: none;
    margin-top: 1vh;
    padding: 1vw;
    font-size: 2.5vw;
    background-color: grey;
    color: white;
}

#footer-area {
    position: absolute;
    bottom: 0px;
    height: 40px;
    background-color: #b81e0d;
    font-size: 13px;
    padding: 11px 15px 11px 15px;
    line-height: 18px;
    text-align: center;
    color: #fac0ba;
    width: 100%;
}

    #footer-area a {
        color: #fac0ba;
    }

        #footer-area a:hover {
            color: #ffffff;
            text-decoration: none;
        }

ul.images_categories {
    list-style-type: none;
    padding-left: 0px;
}

    ul.images_categories li {
        line-height: 30px;
    }

.thumbnail.snapshot {
    border-radius: 0px;
}

    .thumbnail.snapshot .caption img {
        width: 100%;
    }

    .thumbnail.snapshot .badge {
        padding: 0.5em;
        font-size: 1em;
        border-radius: 0.4em;
        color: white;
        position: absolute;
        top: 22px;
        right: 37px;
    }

.thumbnail .badge.posters {
    background-color: #007bff;
}

.thumbnail .badge.telas {
    background-color: #28a745;
}

.thumbnail .badge.amaxhosas {
    background-color: #dc3545;
}

.thumbnail .badge.liturgicos {
    background-color: #ffc107;
}

.thumbnail .badge.adornos {
    background-color: #17a2b8;
}

.thumbnail.snapshot .caption p {
    margin-top: 9px;
    margin-bottom: 0px;
}
