#scrolly-container {
    height: 600px !important;
    background-color: #0c0c0c;
}

#map {
    height: 600px;
    width: 100%;
    /*max-width: 1400px;*/
    background-color: #0c0c0c;
    position: absolute !important;
}

#slides {
    z-index: 9999;
    position: absolute;
    height: 700px !important;
    /*max-width: 1400px;*/
    overflow: scroll;
    width: 100%;
    color: rgba(57, 125, 126, 0.502);
}

#text-0 {
    margin-top: 100px;
}

#slide-0,
#slide-40 {
    height: 500px !important;
}

.border {
    width: 725px;
    border-bottom:1px dotted hsl(0, 0%, 80%) !important;
    margin: auto;
}

.border.top {
    margin-top: 50px;
}

.border.bottom {
    margin-bottom: 50px;
}

.slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.slide.route-progression {
    height: 20px;
}

.slide.text {
    height: 70vh;
    width: 100%;
}

.slide.blank {
    height: 70vh;
}

.slide-text {
    background-color: rgba(61, 61, 61, 0.9);
    border: #3d3d3d 1.5px solid;
    border-radius: 5px;
    color: #fff !important;
    padding: 15px 10px;
    max-width: 600px;
}

.caption {
    vertical-align: middle;
    padding: 10px;
    width: 80%;
    z-index: 9999;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.75);
    border: #000000 1px solid;
    border-radius: 5px;
}


@keyframes grain {

    0%,
    100% {
        transform: translate(0, 0)
    }

    10% {
        transform: translate(-5%, -10%)
    }

    20% {
        transform: translate(-15%, 5%)
    }

    30% {
        transform: translate(7%, -25%)
    }

    40% {
        transform: translate(-5%, 25%)
    }

    50% {
        transform: translate(-15%, 10%)
    }

    60% {
        transform: translate(15%, 0%)
    }

    70% {
        transform: translate(0%, 15%)
    }

    80% {
        transform: translate(3%, 35%)
    }

    90% {
        transform: translate(-10%, 10%)
    }
}

