.active-item
{
    color: #F2CC8F !important;
}
.card
{
    max-width: 24rem;
    background: none;
}
.card-title, .card-text
{
    color: #FFFFFF;
}

.card-title
{
    font-weight: bold;
}

.main-container{
    max-height: 100vh;
    padding-top: 90px;
    padding-bottom: 20px;
    overflow: auto;
    width: 100%;
}
/* gallery */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev
{
    left:0;
    border-radius: 3px 0 0 3px;
}


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 100px;
    text-align: center;
    transform: translateX(-50%);
}

/* The dots/bullets/indicators */
.gallery-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .gallery-dot:hover {
    background-color: #717171;
}

/*!* Fading animation *!*/
.fade-slides {
    animation-name: fade-slides;
    animation-duration: 1.5s;
}

@keyframes fade-slides {
    from {opacity: .4}
    to {opacity: 1}
}
.gallery-img
{
    max-height: min(70vh, 400px);
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-container
{
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(0,0,0, 0.8);
    min-height: 50vh;
}

.text-container > h1
{
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
}

.text-container > p
{
    color: #aeafb2;
}

.text-container > h5
{
    color: #F2CC8F;
    font-size: 18px;
}