
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn-primary {
    background-color: #cd171a;
    border-color: #cd171a;
}

.btn-primary:hover {
    background-color: #c75d5d;
    border-color: #c75d5d;
}

a, a:hover {
    font-weight: bold;
    color: #ffdd00;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 825px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 825px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 825px;
    }
}

a, a:hover {
    text-decoration: none;
    color: #212529;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

.nav-item > a, .nav-item > a:hover {
    font-weight: bold;
}

a.btn:hover {
    text-decoration: none;
}