body {
    margin: 0;
    padding: 0;
    font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
}

.body-content {
    display: flex;
    align-items: center;
}

.carousel-image {
    height: 85vh;
    background-position: center;
    background-size: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: clamp(2.5rem, 4vw, 5rem);
    height: clamp(2.5rem, 4vw, 5rem);
}

.carousel-caption {
    text-align: left;
    width: clamp(300px, 80vw, 600px);
    background-color: rgba(255, 255, 255, 0.75);
    left: unset;
    right: 10vw;
    margin: auto 0;
    top: clamp(600px, 40vw, 185px);
    bottom: clamp(185px, 40vw, 600px);
    border-radius: 5px;
    padding: 1em;
    color: black;
    height: fit-content;
    border: 1px solid grey;
}

.carousel-caption h1 {
    border-bottom: 1px solid black;
    margin-bottom: 0.75em;
    font-size: clamp(0.5em, 3vw, 2.1em);
}
.carousel-caption p {
    font-size: clamp(0.6em, 1.3vw, 1.2em);
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .middle {
        width: unset;
        overflow-y: overlay;
        width: 100%;
    }
    .esri-component.esri-layer-list.esri-widget.esri-widget--panel {
        height: 150px;
    }
    .esri-component.esri-layer-list.esri-widget.esri-widget--panel.phase-selection {
        height: unset;
    }
    .project-title {
        order: 0;
        text-align: center;
    }
    .project-information {
        order: 1;
    }
    .banner-mobile {
        display: block;
    }
    img.img-fluid.banner-first-mobile {
        height: 6vh;
        padding-top: 1vh;
    }
    .banner-first-mobile img {
        text-align: center;
        max-width: 100%;
        height: 6vh;
        padding-top: 1vh;
    }
    .welcome-message {
        position: absolute;
    }

    .banner-second {
        display: none;
    }
    .Mobile {
        display: block;
        width: 200px;
        margin-left: 25vw;
    }
    .navbar-container {
        text-align: center;
    }
    .banner-first {
        display: none;
    }
}
#optionsDiv {
    background-color: white;
    color: black;
    padding: 6px;
    max-width: 400px;
}
.esri-view-width-xlarge .esri-popup__main-container {
    width: 460px;
}
