/* variables */

* {
    color: #000;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #5e8ba8;
    text-decoration: none;
}

a:hover {
    color: #000;
}

h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    font-weight: 400;
}

hr {
    opacity: 0.1;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid #5e8ba8;
    border-radius: 0;
    color: #5e8ba8;
}

.date {
    font-size: 12px;
    opacity: 0.5;
}

.fa-brands {
    font-size: 20px;
}

.img-max {
    min-width: 100%;
}

.lead p {
    font-size: 15px;
    font-weight: 700;
}

.location {
    background-color: #5e8ba8;
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
}

.nav-pills .nav-link {
    border: 1px solid #5e8ba8;
    border-radius: 0;
    color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #5d8ba3;
}
