html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.map-container,
.map-container > div,
.map-container > div #map-canvas {
    height: 100vh;
}

nav.floating-navbar {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.scrollable {
    height: 100vh;
    overflow: auto;
}

.move-map-to {
    cursor: pointer;
}

.white {
    color: transparent;
}

.btn-full {
    width: 100%;
}

.container-fluid + .floating-footer {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    width: 100%;
}

.navbar-brand img {
    max-height: 30px;
}

.np {
    padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

body {
    overscroll-behavior: contain;
}

img.card-img-top.move-map-to {
    opacity: 0.4;
}

img.society-logo {
    position: absolute;
    padding: 35% 15.5%;
}

img.card-img-top.move-map-to:hover {
    opacity: 1;
}

img.society-logo:hover + img {
    opacity: 1;
}

img.society-logo:hover {
    opacity: 0;
}

.card-text img {
    max-width: 10vw;
    margin: 0px auto;
    display: block;
}

.gm-style-iw-d .card {
    max-width: 15vw;
}


@media screen and (max-width:768px) {
    nav .floating-navbar {
        width: calc(100% - 20px);
    }

    .scrollable {
        display: none;
    }

    .gm-style-iw-d .card {
        max-width: 65vw;
    }
}

.text-color-ffffff {
    color: black !important;
}

.btn-color-ffffff {
    border-color: black !important;
    color: black;
}

.loading {
    background: white;
    width: 100%;
    height: 100%;
    z-index: 16;
    position: absolute;
    background-image: url('/img/gera-smooth.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.loading-content {
    max-width: 50%;
    margin-top: 33vh;
    margin-left: 25vw;
}

    .loading-content p {
        font-size: 20px;
        text-align: center;
        margin: 0px auto;
        text-transform: uppercase;
    }

        .loading-content p span {
            display: block;
            font-weight: bold;
        }

    .loading-content img {
        margin: 0px auto;
        display: block;
    }

.carousel-indicators .active {
    background: #d02128;
}

.carousel-indicators li {
    background: #9d9d9d;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: brightness(0);
}

.img-mmb:hover{
    cursor:zoom-in;
}

@media (min-width:1024px) {
    .loading-content p {
        font-size: 30px;
    }

    .loading-content img {
        max-width: 60%;
    }
}

@media(min-height:900px) {
    footer {
        bottom: 0px;
        position: fixed;
        width: 100%;
    }
}

.card-body br+br{
    display:none;
}