
/* Container to position the image and the text */
.image-container {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

/* The image itself */
.image-container img {

    width: 100%;
    height: 150vh;
    margin: auto;
    overflow: hidden;
}
.custom-shape-divider-top-1741538305 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1741538305 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 293px;
    transform: rotateY(180deg);
}
/* Text to float over the image */
.overlay-text {
    position: absolute;
    top: 5%;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 100, 0.6);
}
.overlay-text h1{
    color: Black;
    font-size: 4rem;
    font-weight: bold;
    padding-left: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 100, 0.6);
}
.overlay-text h2, h3{
    color: Black;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 5vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 100, 0.6);
}

.custom-shape-divider-top-1741538305 .shape-fill {
    fill: #FFFFFF;
}
.section-full-img {
    bottom:0;
    color:transparent;
    height:100%;
    left:0;
    object-fit:cover;
    object-position:center;
    position:absolute;
    right:0;
    top:0;
    width:100%
}
.section-img-box{height:100%;position:relative}

.boxDisplay {
    margin-top: 3vh;
    margin-bottom: 3vh;
}