h1::after {
    display: none;
}

h2 {
    border-bottom: none;
}

.feature-section ul li {
    list-style-image: url(/img/caret-right.svg)
}

/* navbar */
.clc-logo {
    border-left: 1px solid black;
}

/* hero section */
.hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.hero h1::after {
    display: none;
}

.hero h3 {
    color: #6c757d;
}

.hero p {
    line-height: 1.2;
}

/* core features */
.core-feature-container .card {
    min-width: 250px;
}

.core-feature-container img {
    max-width: 60px;
    height: auto;
}

/* feature section */
.feature-section img {
    max-width: 60%;
    height: auto;
}

/* news section */
.news-section .news-card-footer i {
    font-size: 1.5rem;
    color: #fde703;
}

/* sponsor section */
.sponsor-section img {
    max-width: 100%;
    /* Ensures images don't overflow their container */
    height: auto;
    /* Maintains aspect ratio */
}

/* faq section */
.accordion-button:not(.collapsed) {
    background-color: #fde703;
}

/* call to action */
.call-to-action {
    background-color: #f8f9fa;
    /* Light background color for contrast */
}

.call-to-action h3 {
    font-weight: 400;
    /* Optional: change font weight */
}

.call-to-action .btn {
    margin-top: 1rem;
    /* Add margin above the button for spacing */
}

.input-group-append button {
    height: 100%;
}

#footer {
    margin-top: 0;
}

#footer a {
    font-size: 16px;
}

footer .container

@media (max-width: 768px) {
    #nav-title {
        display: none;
    }

    .hero-image {
        display: none;
    }

    .feature-section img {
        max-width: 100%;
        max-height: 250px;
    }
}

@media (max-width: 575px) {
    .feature-section img {
        max-width: 100%;
        max-height: 200px;
    }

    .nav-logos {
        width: 100%;
    }
}

.sponsor-svg {
    width: 250px;
}