.navbar-nav {
    --bs-nav-link-padding-y: 0 rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
}

.nav-link:hover {
    color: #a73022;
}

.nav-link:hover {
    color: #a73022;
}

a {
    font-weight: bold;
}

.darken {
    filter: brightness(70%);
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section {
    width: 100%;
    padding: 2em 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

h1.line {
    margin-bottom: 1em;
    font-size: 3rem;
    padding-bottom: 10px;
    border-bottom: solid 1px #a73022;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.white {
    background-color: #fff;
}

.purple-superlight {
    background-color: #f5f5f8;
}

.purple-light {
    background-color: #eeeaef;
}

.purple-medium {
    background-color: #bdbccb;
}

.purple {
    background-color: #3d1449;
}

.text-purple {
    color: #3d1449;
}

.rusty {
    background-color: #a73022;
}

.text-rusty {
    color: #a73022;
}

.mustard {
    background-color: #e39325;
}

.text-mustard {
    color: #e39325;
}

.cream {
    background-color: #fdf7ec;
}

.quote-text,
.quote-text-purple {
    font-family: "Josefin Slab", serif;
    font-weight: 400;
    font-style: italic;
    color: white;
    text-align: center;
}

.quote-text-purple {
    color: #3d1449;
}

.quote-source {
    font-size: 1.25em;
}

.fw-800 {
    font-weight: 800;
}

.accordion-button {
    font-size: inherit;
}

.slab {
    font-family: "Josefin Slab", serif;
    font-size: 1.25em;
    font-weight: 500;
}

.carousel-item {
    color: white;
    font-size: large;
    font-weight: bold;
}

mn-1 {
    margin-top: -1rem;
}

.card {
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}

ol,
ul {
    padding-left: 1rem;
}

.btn {
    border-color: #3d1449;
}

.btn .btn-primary {
    --bs-btn-hover-color: #ccc;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

footer {
    color: #fff;
    font-weight: normal;
}

footer a {
    color: white;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}
