.footer {
    background: #eee;
    margin-top: 2em;
    padding: 2em;
}


/* collage styles */

.collage {
    overflow: hidden;
}

.collage .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.collage .img-container:first-child, .collage .img-container:last-child {
    width: 50%;
    height: 15em;
}

.collage .img-container:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    height: 11em;
}

.collage .img-container:last-child {
    margin-top: -4em;
}

.collage img {
    object-fit: cover;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.collage-img-container:nth-child(n+2):nth-child(-n+5) {
    width: 30%;
}

.collage-img-container:first-child, .collage-img-container:last-child {
    width: 40%;
}

.timelapse {
    position: relative;
}

.playbutton {
    position: absolute;
    top: 10%;
    left: 35%;
}

.navbar .nav-item {
    width: 16.666%;
    text-align: center;
}

.navbar .show .nav-item {
    width: 100%;
    text-align: left;
}

#carouselIndicators .carousel-inner {
    height: 35em!important;
    background: black;
}

#carouselIndicators .carousel-item {
    height:35em;
}

