body {
    font-family: "Whitney Book", Arial, sans-serif;
    margin: auto;
    position: relative;
}
a {
    color: #212529;
    text-decoration: none;
}
.card-title {
    margin-bottom: 12px;
    font-family: "Whitney Bold";
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #1D5080;
    font-weight: bold;
}
/* Card styles */
.card {
    margin-bottom: 3%;
}
.city {
    color: #999;
    font-style: italic;
}
.title {
    text-transform: uppercase;
    color: #1D5080;
    font-size: 14px;
}
.summary, .card-text {
    font-family: 'Whitney Book';
}
img {
    width: 100%;
}
.empty-aum {
    display: none;
}