/*--------------FONTS------------------*/


@font-face {
    font-family: 'Fira_Sans_Condensed';
    src: url(./sources/FiraSansCondensed-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Fira_Sans_Condensed_Bold';
    src: url(./sources/FiraSansCondensed-Bold.ttf) format("truetype");
}



/*-----------------Map Styling-----------------*/
body {
    margin: 0;
    padding: 0;

}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
}

#mapInfo {
    position: absolute;
    top: 70%;
    font-size: 14px;
    line-height: 18px;
    color: rgb(105, 105, 105);
    padding: 8px;
    font-family: "Fira_Sans_Condensed", sans-serif;
}

.marker {
    cursor: pointer;
    opacity: 0.8;
}



/*-----------------Map Popups Styling-----------------*/
.mapboxgl-popup {
    min-width: 280px !important;
    max-width: 300px !important;
}

.mapboxgl-popup-content {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
}

@media (max-width: 560px) {
    .mapboxgl-popup {
        max-width: 250px;
    }
}

p,
h3 {
    font-family: "Fira_Sans_Condensed", sans-serif;
}

.base-style {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
}


.cardButton {
    background-color: #0082C9;
    border-radius: 4px;
    padding: 12px;
    color: rgb(255, 255, 255);
    font-family: "Fira_Sans_Condensed_Bold", sans-serif;
    font-style: normal;
    line-height: 21px;
    text-decoration: none;
    margin-bottom: 12px;
}

.popText {
    margin: 8px 0px;
    font-size: 15px;
}

.lastText {
    padding-bottom: 20px;
}

.popupTitle {
    margin: 4px 0px;
    font-size: 20px;
    border-bottom: 1px solid rgb(199, 199, 199);
    padding-bottom: 8px;
    color: #004C85;
}