﻿
.info-container {
    background-color: var(--default-body-bg-color);
    font-family: 'Inter Tight Regular';
}

#features {
    font-family: 'Inter Tight Light';
}

h3 {
    font-family: 'Inter Tight Medium';
}

.info-nav-col {
    width: 12%;
}

.table-of-contents {
    position: fixed;
    top: 8rem;
    overflow-y: scroll;
    box-sizing: border-box;
    height: fit-content;
    left: 80%;
}

.card-title {
    color: #052563;
}

.printButton {
    background-color: #eb1736;
    color: white;
    border-width: 1px;
    font-weight: bold;
}

    .printButton:hover {
        background-color: #b61429;
        color: #f6ede1;
    }

@media (max-width: 1200px) {
    .info-nav-col {
        display: none !important;
    }

    .table-of-contents {
        display: none !important;
    }

    .col-xl-8 {
        margin-inline-start: 0 !important;
    }
}

.landing-body .app-content {
    margin-block-start: 2rem !important;
}

@media (max-width: 768px) {
    .landing-body .app-content {
        margin-block-start: -2rem !important;
    }
}
