.mySlides {
    display: none;
    height: 100vh;
}

.link-dark {
    color: #000;
}

.selected{
    font-weight: bold;
}

.lang-link{
    text-decoration: none;
}

.multiple-column {
    /*-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;*/
    list-style-type: none;
}

.multiple-column>li>a {
    color: black;
    text-decoration: none;
}

.multiple-column>li>a:hover {
    text-decoration: underline;
}

.img-slider {
    vertical-align: middle;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    object-fit: cover
}


/* Slideshow container */

.slideshow-container {
    position: relative;
    margin: auto;
    height: 100vh;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.transition_link>li>a {
    font-size: 20px;
}

.transition_link>li {
    margin-bottom: 8px !important;
}

.ten_tower_carousel_image>img {
    max-height: 450px;
}

.ten_tower_carousel_image {
    text-align: center;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.menu_link {
    font-family: 'Mulish' !important;
    font-size: 24px !important;
}

.event_card {
    font-size: 16px !important;
    color: black !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-family: 'Mulish' !important
}
