﻿
.scenario-container {
    /*    background-color: rgba(94,32,123,.2);*/
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    min-height: 600px;
}


img {
    width: 100%;
    height: auto;
}

#error-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display:none;
}

/*
#no-disruption-image {
    max-height: calc(100vh - 170px);
}

#disruption-image {
    max-height: calc(100vh - 90px);
}
#disruption-image-mobile {
    max-height: calc(100vh - 140px);
}*/

#image-icons{
    max-width: 50%;
    height: auto;
}

#subbody {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
}

#d-subbody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px 30px;
}

.image-container {
    position: relative;
    text-align: center;
    color: white;
    max-width: 100%;
    overflow: hidden;
}

.centered-usual {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Bree;
    font-size: 4.0vmin;
    width: 80%;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.text {
    font-size: 2.4vmin;
    font-family: Asap Medium;
    margin: 10px;
}

@media screen and (max-device-width:600px) {
    .scenario-container {
        height: auto;
    }

    .text {
        font-size: 3.2vmin;
    }

    .purpleButton {
        font-size: 3.2vmin;
    }

    #no-disruption-image {
        display: none;
    }

    #disruption-image {
        display: none;
    }
    .centered {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: Bree;
        font-size: 3vw;
    }

    html {
        top: 0;
    }

    .img-size {
        width: 100%;
    }

    .centered-usual {
        top: 92%;
        font-size: 2.8vh;
    }

    .centeredtext {
        font-size: 4vw;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 73%;
        left: 50%;
        width: 100%
    }
}


    @media screen and (min-device-width:601px) {

        .centeredimage {
            position: absolute;
            top: 73%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: Bree;
            font-size: 4.0vmin;
            width: 70%;
            word-wrap: break-word;
            margin-bottom: 30px;
        }

        .centeredtext {
            font-size: 2.5vw;
            position: absolute;
            transform: translate(-50%,-50%);
            top: 80%;
            left: 50%;
            width: 100%;
        }


        .centered {
            position: absolute;
            top: 80%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: Bree;
            font-size: 5vw;
            width: 80%;
            word-wrap: break-word;
            margin-bottom: 30px;
        }


        #d-subbody {
            flex-direction: row;
            gap: 50px 50px;
        }

        #no-disruption-image-mobile {
            display: none;
        }

        #disruption-image-mobile {
            display: none;
        }

        #no-disruption-scenario {
            height: calc(100vh - 80px);
        }

        .img-size {
            width: 50%;
        }
    }


   
