@media screen and (max-width: 768px) {
    main {
        padding: 15px;
    }

    .header-inner {
        padding: 2em 1em;
        background-color: var(--header-mobile-bg-color);
    }

    .header-links {
        position: absolute;
        top: 150px;
        height: 47px;
        width: 100%;
    }

    .header-inner .mobile-header-logo {
        display: block;
        max-height: 60px;
        max-width: 100%;
    }

    .header-inner .header-logo {
        display: none;
    }

    .language-link {
        font-size: 16px;
        background-color: var(--link-color);
    }

    .language-link:hover {
        background-color: var(--header-mobile-bg-color);
        color: #fff;
    }

    .breadcrumbs {
        margin-top: 4em;
        padding-top: 1em;
    }

    .breadcrumb-list {
        padding: 0 1em;
    }

    #btn_search_representations, #btn_search_form_responses, .table-of-contents-btn {
        margin-bottom: 2px;
    }

    .footer-bottom {
        margin: 0;
        text-align: center;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
        padding-right: 0;
    }

    .footer-content {
        text-align: left;
    }

    .footer-social--icons ul {
        justify-content: center;
    }

}

@media screen and (max-width: 1200px) {

    .footer-bottom .footer-copyright {
        padding-right: 2em;
    }
}
