a {
    color: #e32129;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

a:hover,
a.active {
    text-decoration: none;
    color: #ce0f16;
    outline: none !important;
}


.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    outline: none !important;
}

.navbar {
    position: absolute;
    z-index: 1010;
    width: 100%;
}

#map {
    top: 50px;
    height: 100vh;
    width: 100%;
}

/*ICONS*/

.pin {
    border-radius: 50% 50% 50% 0;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 8px 0 0 8px;
    background: #00ff00;
    position: absolute;
    border-radius: 50%;
}

.map-marker {
    text-align: center;
    position: absolute;
    /*overflow: hidden;*/
    background-repeat: no-repeat;
    background-position: center;
    /*color: #fff;*/
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 22pt;
    font-size: 32px;
    font-family: 'FontAwesome';
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.map-marker-1 {
    color: red;
}

.map-marker-2 {
    color: green;
}

.map-marker-3 {
    color: blue;
}

/* background */
.map-marker.marker-color-gray {
    background: lightgray;
}

/* change the icon */
.map-marker.another-class:before {
    content: '\f1f8';
}

.footer {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: #343a40;
    color: rgba(255, 255, 255, .75);
}

.footer p {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.pixi-popup{
    margin-bottom: 50px;
}