body {
    font-family: 'Poppins', sans-serif;
}

.footer {
    background-color: white;
    padding: 1rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    border-top: 1px solid #333333;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.4);
}

h1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #660000;
}

h2 {
    font-size: 1.5rem;
    color: #333333;
}

a {
    color: #333333;
}

.container-fluid {
    max-width: 1680px;
}

.sidebar {
    color: black;
}

.sidebar a, .footer a {
    color: black;
    text-decoration: none;
}

.sidebar a {
    text-transform: uppercase;
}

.sidebar a:hover, .footer a:hover {
    text-decoration: underline;
    color: #660000;
}

.hero {
    /*background-image: url('/images/back_0.jpg');*/
    background-size: cover;
    background-position: center;
    height: 250px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px #000;
}

.img-year {
    float: right;
    margin-top: 60px;
}

.blockquote {
    color: #660000;
    font-style: italic;
}

.nav-tabs .nav-link {
    border-color: #E9ECEF;
    background-color: #fafafa;
    color: black !important;
}

.nav-tabs .nav-link:hover, a:hover {
    text-decoration: underline;
    color: #660000 !important;
}

.nav-link.active {
    color: #660000 !important;
}

.ra-red {
    color: #660000;
}