
.home_mapbox  {
    background: #ADCCEB
}

.home_mapbox .home_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    z-index: 799;
    background-image: linear-gradient(to right, rgba(95, 120, 138, 1), rgba(95, 120, 138, .9), rgba(95, 120, 138, .1),rgba(0, 0, 0, 0) );
    height: 450px;
}
.home_text{
	color: white;
}
.home_text_paragraph{
  font-size: large;
}

.overlay_block {
    width: 40%;
    padding: 4em;
    min-width: 500px;
    position: relative; /* establishes a stacking context */
    z-index: 2;         /* brings it above the overlay */
    top: -180px;
}


.home-card {
    width: 100%;
    height: auto;
    aspect-ratio: 2.5 / 1;
}


#homepage_map { 
    background: #ADCCEB;
	height: 450px;
	width: 100%;
}

.hero {
    background: url('../images/splash.JPG') no-repeat center center/cover;
    height: 100%;  /* changed from 80vh to 100vh */
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: calc(100vh - 110px);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Dark overlay */
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero p {
    font-size: 1.5rem;
    margin: 15px 0;
}

.hero .btn {
    margin-top: 20px;
    font-size: 1.2rem;
}
.home-background{
    background-color: #CBD5DB;
}

.cards-row-overlay {
    margin: -360px auto 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
 }



.card {
    background: rgba(256, 256, 256, 0.6);
    backdrop-filter: blur(5px); /* Adds blur effect */
}

.card-img-top {

    background-color: #FAFAFA;
}

/*test*/