@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

.sitemapList li a {
    color: #2137fc !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-decoration: underline !important;
}

.sitemapList {
    list-style: none;
    padding: 0;
}

.sitemapList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.containerSitemap {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    padding: 0 15px;
}

.sitemapTitle {
    margin: 0;
    font-size: 50px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #1c2045;
    font-size: 56px;
}

.marginTop {
    margin-top: 3rem;
}

.postsContainer {
    max-width: 1140px;
    flex-wrap: wrap;
    margin-top: 5rem;
    padding: 0 10px;
}

.sectionContainer {
    padding: 0 3rem;
    margin-bottom: 2rem;
    font-family: "Raleway", sans-serif;
    padding-top: 8rem !important;
}

.Raleway {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a {
    text-decoration: none;
    padding: 8px 16px;
    color: black;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.pagination li a:hover {
    background-color: rgb(45, 45, 45);
    color: white;
}
.pagination li.active a {
    background-color: black;
    color: white;
    border-color: black;
}

.post-item a {
    color: #2137fc !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-decoration: underline !important;
}

#posts-container {
    margin: 2rem 0;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.postsContainer .col-md-4 {
    margin-bottom: 20px;
}

.post a {
    color: #2137fc !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-decoration: underline !important;
}

.columnContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-item.disabled a {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-item.disabled {
    cursor: not-allowed;
}

.displayNone {
    display: none;
}

/* Nav */

.nav-item:hover {
    text-decoration: underline;
    text-decoration-color: white;
}
.dropdown-item:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

.nav-link {
    color: black !important;
}

.signup-btn {
    background: #202124 !important;
    color: #fff !important;
    transition: all 0.2s ease;
}

.signup-btn:hover {
    background: #3b3e47 !important;
    transition: all 0.2s ease;
}

.page-item.active .page-link {
    background-color: #1a73e8 !important;
}

.page-link {
    color: #1a73e8 !important;
}

.page-link:hover {
    color: white !important;
    background-color: #1a73e8 !important;
}
