body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    /*font-family: 'Iowan Old Style', Garamond, Georgia, serif;*/
    padding: 40px;
    background: #0d151e;
    color: #d8e8f0;
    min-height: 100vh;
}

a,a:hover {
    color: #8aa8b8;
    text-decoration: none;
}

.header .lead {
    max-width: 620px;
}

.wrapper {
    width: 100%;
    height: auto;
    max-height: 60vh;
    /*height: 400px;*/
    margin: 0 auto;
}

.img-responsive {
    width: 100%;
    height: auto;
    max-height: 60vh;
    /*height: 600px;*/
    max-width: 100%;
}

.nectar-flickity:not(.masonry) .flickity-slider .cell img{
    max-height: 60vh!important;
    width: auto!important;
}
.flickity-viewport{
    height: 65vh!important;
}
.nectar-flickity:not(.masonry) .flickity-slider .cell{
    width: auto!important;
}

.image-description {
    position: absolute;
    top: 70vh;
}

.carousel-cell.is-selected {
    background: #666;
}

.carousel-cell {
    visibility: hidden;
}

.flickity-enabled .carousel-cell {
    visibility: visible;
}

/* smaller, dark, rounded square */
.flickity-button {
    background: #333;
}
.flickity-button:hover {
    background: #F90;
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
/* icon color */
.flickity-button-icon {
    fill: #d8e8f0;
}
/* position outside */
.flickity-prev-next-button.previous {
    left: -40px;
}
.flickity-prev-next-button.next {
    right: -40px;
}
.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #b7a5cc;
}
