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

a {
    font-weight: bold;
    text-decoration: none;
}

@media (min-width: 768px) {
    .jumbotron {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

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

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

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

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

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

.breadcrumb-item.active {
    color: #6c757d;
    font-weight: bold;
}

.card-text {
    text-align: center;
}

.album_thumb {
    width: 100%
}

/* galleria */

#gallery {
    line-height: 0;
    width: 100%;
    height: 600px;
    clear: both;
}

#gallery video {
    position: absolute;
    top: 10%;
    width: 100%;
    margin: 0 auto;
}

.galleria-theme-classic {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.galleria-theme-classic .galleria-counter {
    color: #6c757d;
}


.galleria-theme-classic .galleria-info-text {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    opacity: .7;
    filter: alpha(opacity=70);
}

.galleria-theme-classic .galleria-info-link {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.galleria-theme-classic .galleria-info-title {
    color: #212529;
}
.galleria-theme-classic .galleria-info-description {
    color: #212529;
}

.icons {
    top: 10px;
    right: 20px;
    padding: 5px;
    z-index: 2;
    position: absolute;
    text-align: right;
}

.icons a {
    cursor: pointer;
}

.icons img {
    opacity: .7;
}

.icons img:hover {
    opacity: .9;
}

/* Mimic .galleria-stage to use the same area for the map */

#galleria-map {
    position: absolute;
    bottom: 80px;
    left: 10px;
    top: 0;
    right: 10px;
}

/* footer */

footer {
    clear: both;
    display: block;
    margin: 1em 0;
    text-align: center;
}

footer a:link, footer a:visited {
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

footer span:not(:last-child):after {
    content: ' - ';
}

@media only screen and (min-width: 980px) {
    .container {
        width: 960px;
    }
    #gallery {
        width: 980px;
        margin: 0 0 40px -10px;
    }
    header h1, #menu {
        display: inline-block;
        width: 49.5%;
    }
    #menu {
        text-align: right;
    }
}