.location-map {
    margin: 2vh auto;
    height: min(50vw, 50vh);
    width: min(80vw, 80vh);
    position: relative;
}

.icon-link {
    margin: 0 10px;
    color: #9492aa;
}

.color-palette-img{
    width: min(75vw, 135vh, 650px);
    margin: auto;
    justify-content: center;
    display: flex;
}

.reka-logo-img{
    width: min(40vw, 70vh, 300px);
    margin: auto;
    justify-content: center;
    display: flex;
    margin-top: max(5vw, 5vh);
}

.tips-text {
    margin: auto;
    color: #4f4f4f;
    font-family: Luthier Reg;
    font-size: max(15px, 1.5vw);
    justify-content: center;
    display: flex;
    text-align: justify;
    line-height: 1.2;
    width: min(72vw, 130vh, 640px);
}

.tips-title{
    margin-top: max(5vw, 5vh);
    font-family: Cinzel Decorative; 
    font-size: max(2vw, 2vh);
    color:  #4f4f4f;
}

#parking-text{
    margin-top: 15px;
}

.hotel-table{
    justify-content: center;
    display: flex;
    align-self: center;
    margin: auto;
    width: min(100vw, 180vh, 800px);
    font-size: max(12px, 1.2vw);
    color:  #4f4f4f;
    padding: 10px;
    text-align: center;
}

.hotel-table-header{
    font-family: Cinzel Decorative;
    padding: 10px;     
}

.hotel-table-body{
    font-family: Luthier Reg;
    padding: 10px;
}

