.tent-banner {
    margin-top: 25px;
}
main {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.col50 {
    text-align: left;
    align-items: flex-start;
    max-width: 400px;
}
.content-850-flex {
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: 650px;
}
.forum-pill {
    justify-content: left;
    padding-left: 15px;
}
.search-bar {
    margin-bottom: 0px;
}
.forum-menu {
    margin-top: 0px;
    flex-wrap: nowrap;
}
.pill-categories {
    flex-wrap: nowrap;
}
.link-accent {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 45px 25px 45px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: flex;
}
@media (max-width: 900px) {
    #filter-toggle {
        display: flex;
        min-width: 250px;
        max-width: 450px;
        max-height: 36px;
        margin: auto;
        margin-bottom: 15px;
        background-color: #1B5652;
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        border-radius: 25px;
        gap: 100px;
        justify-content: center;
        align-items: center;
    }
    .forum-menu {
        display: none;
    }
    .dropdown-menu {
        display: block;
    }
    .filter-menu {
        display: none;
    }
    .grid-container {
        max-width: 550px;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}
@media (max-width: 600px) {
    .grid-container {
        max-width: 250px;
        grid-template-columns: 1fr;
        justify-items: center;
}
}