:root,
[data-bs-theme="light"] {
    --bs-tertiary-bg-rgb: 238, 232, 224;
    --bs-card-title-color: #442E12;
    --bs-primary: rgb(68, 46, 18);
    --bs-primary-rgb: 68, 46, 18;
    --bs-heading-color: rgb(68, 46, 18);
    --bs-link-color-rgb: 6, 154, 227;
    --bg: rgb(6, 154, 227);
}


.card-title {
    --bs-card-title-color: #442E12;
}


.navbar-brand {
    font-size: 20pt;
}

.navbar-brand img {
    height: 48px;
    width: 48px;
}

header .navbar-nav {
    font-size: 14pt;
}

@media (min-width: 992px) {
    header .navbar-nav {
        gap: 2em;
    }
}

.highlight-image {
    text-align: center;
}

.highlight-image img {
    max-width: 80%;
    max-height: 80%;
}

.highlight .card {
    border: none;
    border-radius: 18px;
    padding-top: 18px;
    padding-left: 18px;
    background-color: rgba(255, 255, 255, 0.6);
}

#highlight1 {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/theme/images/mackinac.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 1em;
    
}

#highlight3 {
    background-color: #D5EDB7;
}

#highlight4 {
    background-color: rgb(176, 224, 248);
}

.feature {
    display: flex;
    flex-direction: row;
    gap: 2em;
}


.feature-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    background-color: #442E12;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

.support-options .card {
    background-color: #B0E0F8;
}

.support-options .card-title > i {
    margin-right: 0.5em;
}

.bg-primary a {
    color: #FFFFFF;
}

#content {
    margin-top: 2em;
}

.entry-content {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

blockquote {
    font-style: italic;
    padding-left: 1em;
    border-left: 2px solid #442E12;
}

.highlight pre {
    padding: 0.5em;
}

#content h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.published {
    font-style: italic;
}


time {
    text-wrap-mode: nowrap;
}


.article-list {
    padding-left: 0.5em;
}

.article-list li {
    margin-bottom: 0.25em;
}
