body {
    font-family: 'DM Sans', sans-serif;
}

.header {
    padding: 1rem;
    background-image: linear-gradient(135deg, #7E8F7C 0%, #C97A5D 100%);
    background-size: cover;
    color: #FAF7F2;
    border: solid;
    border-width: 0 0 1px 0;
    border-color: #FAF7F2;
    border-bottom-color: #D3A15F;
    font-size: 1rem;
}

.header-logo {
    margin-bottom: .2rem;
    margin-right: .5rem;
    max-width: 2rem;
    height: auto;
}

.header-link {
    color: #FAF7F2;
    text-decoration: none;
}

.top-title {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 600;
}

.title-divider {
    opacity: .10;
}

.overview-subnavigation {
    margin-bottom: 2rem;
}

.sub-group-section {
    margin-bottom: 20px;
}

.group-body {
}

ul.link-list {
    padding-left:1rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-radius: 10px;
    background-color: #f8f9fa;
}

.link-list-item {
    list-style: none;
}

.link {
    margin-bottom: .25rem;
}

.link-favicon {
    margin-right: 1rem;
}

.link-url {
    text-decoration: none;
}

.link-url:hover {
    opacity:.5;
}

.link-title {
    font-size: large;
    font-weight: 500;
}

.subnav-link {
    font-weight: 500;
}

.scroll-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    background-color: #C97A5D;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
    background-color: #D3A15F;
    border-color: #C97A5D;
}

.description-container {
    margin-bottom:1.5rem;
}

.multiline-description {
    white-space: pre-line;
}

.footer {
    background-color: #7E8F7C;
    color: #FAF7F2;
    border: solid;
    border-width: 0 0 0 1px;
    border-color: #7E8F7C;
    border-bottom-color: #7E8F7C;
    padding: 2rem;
    font-size: 1rem;
}

.footer-link {
    color: #FAF7F2;
}

.footer-logo {
    margin-left: .5rem;
    margin-right: .5rem;
    max-width: 25px;
    height: auto;
}

.icon-page-title-small {
    font-size: 1rem;
    font-weight: 400;
}

.icon-page-title-medium {
    font-size: 1.5rem;
    font-weight: 400;
}

.icon-page-title-large {
    font-size: 2.5rem;
    font-weight: 400;
}

span.icon-size-extra-small i {
    font-size: .7rem;
}

span.icon-size-small i {
    font-size: 1rem;
}

span.icon-size-medium i {
    font-size: 1.5rem;
}

span.icon-size-large i {
    font-size: 3rem;
}

.icon-square-small {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .3rem;
}

.icon-square-medium {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
}

.icon-square-large {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}