@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Macondo+Swash+Caps&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&family=Quintessential&display=swap');

.homelogo {
    position: absolute;
    top: 10;
    left: 0;
    width: clamp(130px, 35%, 400px);
    /* transform: translateX(50%); */
    /* max-width: 200px; */
    height: auto;
    overflow: hidden;
    z-index: 6;
    background-color: #2b2644ab;
    padding-left: 6%;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    text-align: center;

    opacity: 1;
}

.homelogo img {

    object-fit: contain;
}

.child-location-div {
    position: absolute;
    top: 2%;
    right: 0%;

    min-width: 26vw;

    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.308); 

    text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);

    font-size: clamp(1.6rem, 6vw, 60px);
    /* font-size: clamp(1.6rem, calc(var(--vw, 1vw) * 3), 124px); */
    text-align: start;
    padding-bottom: 0.2rem;
    padding-right: 12%;
    padding-left: 0%;
    z-index: 2;

}

