body{
    height: 100vh;
}
main{
    background: hotpink;
    height: calc(100% - 123px)
}

.bg-green{
    background: #d0fedd !important;
}
.bg-green-grey{
    background: #cde2da !important;
}
.nav-link{
    font-size: 1.5rem !important;
    font-weight: bold;
}
.nav-link:hover{
    color: #438b4d !important;
}
.btn-launch{
    color: black !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
#btnLaunchMap{
    cursor: pointer;
}
#btnLaunchMap:hover{
    background: #438b4d !important;
}

.column-content{

}

.marker-label{
    background: rgba(0, 0, 0, 0.5);
    width: max-content !important;
    height: max-content !important;
    border-radius: 15px;
    padding: 5px;
    color: white;
}

.marker-label-special{
    background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(112, 199, 148, 1) 100%);
    width: max-content !important;
    height: max-content !important;
    border: 1px solid #2B685D;
    border-radius: 15px;
    padding: 5px;
}

.marker-label-collection{
    background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 150, 150, 1) 100%);
    width: max-content !important;
    height: max-content !important;
    border: 1px solid #2B685D;
    border-radius: 15px;
    padding: 5px;
}

.relics-icon-text{
    font-size: 1rem;
}
.relics-icon-text i{
    color: antiquewhite;
}

.fireplaces-icon-text{
    font-size: 1rem;
}
.fireplaces-icon-text i{
    color: red;
}

.naturalmonuments-icon-text{
    font-size: 1rem;
}
.naturalmonuments-icon-text i{
    color: green;
}