.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.upper_header {
    background: #f9f9f9;
}

.nav-link {
    font-size: 18px;
}

.card img {
    max-height: 217px;
    object-fit: cover;
}

.card-body, .card ul li {
    background-color: #8ed1fc;
    color: white;
}

#map {
    height: 500px;
}

.fa-brands {
    color: #0a3622;
    font-size: 24px;
    text-decoration: none;
}