/* Custom styles to override theme defaults */

/* Footer columns */
#site-footer {
    background: #1d1f20;
    padding: 3rem 2rem 0;
    text-align: center;
}

.footer-columns {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.footer-col h4 {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 0.5rem;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col ul li {
    margin: 0.35rem 0;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    text-decoration: none;
    border: none;
}

.footer-col ul li a:hover {
    color: #fff;
}

#site-footer #copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.5rem 0;
    margin-top: 0;
}

h1 {
    font-size: 2rem !important;
}

header.major {
    margin-bottom: 0 !important; /* or adjust as needed */
    padding-bottom: 0 !important;
}

#main > .post {
    padding: 2rem 8rem 6rem 8rem;
}