.centering-div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* position: absolute; */
  /* left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.home-menu{
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.home-menu-item{
    transition-duration: 240ms;
    transform: translateY(0px);
    /* color: grey;
    margin: 40px;
    box-shadow: 0px 2px 7px 0px #00000061; */

    color: rgba(128, 128, 128, 0.7);
    margin: 40px;
    box-shadow: 0 2px 7px -5px #00000061;
    border: 1px solid rgba(101, 101, 101, 0.19);
    animation: transform 0.4s ease-in-out;

    
    color: rgba(128, 128, 128, 0.7);
    margin: 40px;
    box-shadow: 0 2px 7px -5px #00000061;
    border: 1px solid rgba(101, 101, 101, 0.19);
    padding: 15px;
    border-radius: 5px;

    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: light-dark(rgb(255 255 255), rgb(23, 23, 23));
}

.home-menu-item h6{
    
}


.home-menu-item:hover{
    /* background-color: rgb(255 244 230);
    background-color: rgb(211 251 255);
    background-color: rgb(255 255 255); */
    background-color: light-dark(rgb(255 255 255), rgba(112, 112, 112, 0.15));
    border-color: #afafaf;
    border-color: #afafaf00;
    box-shadow: 0 0 20px 0px #0000008c;
    box-shadow: 1px 8px 7px 0px #0000008a;
    box-shadow: 0px 4px 11px 0px #000000cf;

    box-shadow: 0 11px 36px -26px #000000cf;
    transform: translateY(-5px);
    color: rgb(64, 64, 64);
    
    box-shadow: 0 10px 40px -33px #000000cf;
    transform: translateY(-3px);
    color: light-dark(rgb(64, 64, 64), rgb(220, 220, 220));
}
/* .room-select-item{
    transition-duration: 120ms;
    color: grey;
    margin: 40px;
} */

.room-select-item img{
     opacity: 0.5;
    width: 50%;
    width: 200px;
    max-width: 100%;
    object-fit: contain;
    transition-duration: 0.3s;
    
}

.home-menu-item img{
    width: 220px;
    opacity: 0.7;
    transition-duration: 0.2s;;
}

.colored_version{
    position: absolute;
    transform: translate(0px, -16px);
    opacity: 0 !important;
}

.home-menu-item:hover .colored_version{
    opacity: 1 !important;
    filter: none !important;
    z-index: 100;
}

@media (prefers-color-scheme: dark) {
    .home-menu-item img {
        filter: invert(1) hue-rotate(180deg) blur(0.5px);
        opacity: 0.4;        
    }

    .content{
        color: rgba(255, 255, 255, 0.842);
    }
    .home-menu-item:hover img{
        filter: invert(1) hue-rotate(180deg) blur(0.0px);
        opacity: 1;
    }

    .home-menu-item:hover h3{
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.53);
    }
     
    .home-menu-item:hover{
        border-color: #afafaf69;
        box-shadow: 0px 0px 27px -24px white;
    }
    
}

.home-menu-item:hover img{
    opacity: 1;
}

@media only screen and (max-width: 1200px) {

    .home-menu-item img{
        /* width: 300px; */
        width: 150px;
    }
    .room-select-item{
        width: 200px;
        margin: 20px;
    }




}
@media only screen and (max-width: 800px) {
    .home-menu-item{
        margin: 20px;
    }
    .home-menu-item img{
        width: 100px;
    }

    .centering-div{
        position: inherit;
        -webkit-transform: translate(0);
        transform: translate(0);
        left: 0px;
    }


}

@media only screen and (max-width: 600px) {
    .home-menu-item{
        margin: 5px;
    }
    .room-select-item{
        width: 160px;
        width: 45%;
        margin: 5px;
    }

    /* .home-menu-item img{
        width: 130px;
    } */
}

@media only screen and (max-width: 500px) {
    
    .room-select-item{
        width: 150px;
        margin: 5px;
    }
    /* .home-menu-item img{
        width: 120px;
    } */

}

@media only screen and (max-width: 600px) {
    
    .room-select-item{
        width: 140px;
        margin: 5px;
    }

    /* .home-menu-item img{
        width: 100px;
    } */

}

hr{
    margin: 0px;
}


.home-menu-item{
    contain: content;
}




.home-menu-item:hover img{
    opacity: 0.95;


}