/* Media Queries for Blueprint Technical Theme */

@media (max-width: 1200px) {
    .footer-columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }

    .section.head {
        padding: 4rem 0;
    }

    .section.head::before {
        position: static;
        display: block;
        margin-bottom: 1rem;
    }

    .section.head h1 {
        font-size: 1.8rem;
    }

    .section {
        padding: 3rem 0;
    }

    .section header h2 {
        font-size: 1.4rem;
    }

    .header-inner {
        flex-direction: column;
    }

    .site-logo {
        border-right: none;
        border-bottom: 1px solid var(--cyan-dim);
        justify-content: center;
        width: 100%;
    }

    .site-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-nav li {
        border-left: none;
        border-top: 1px solid var(--grid-line-major);
    }

    .site-nav a {
        padding: 0.75rem 1rem;
    }

    .footer-columns {
        grid-template-columns: 1fr;
    }

    .footer-about,
    .footer-links {
        border-right: none;
        border-bottom: 1px solid var(--cyan-dim);
    }
}

@media (max-width: 480px) {
    .section.head h1 {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .section.head p {
        padding: 1rem;
        font-size: 0.95rem;
    }
}
