.header {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 3.75rem;
    color: white;
    background-color: rgb(0, 153, 51);
    background-color: var(--color-green);
}

.header>.thumb-burger {
    position: absolute;
    top: 0;
    right: 0;
}

.header>.wrap>.card-logo {
    margin-left: -8px;
}

.thumb-burger {
    padding-top: 3.75rem;
    width: 3.75rem;
}

.thumb-burger.on {
    color: black;
    background-color: #e6e6e6;
    background-color: var(--color-grey-5);
    outline-width: 0;
}

.thumb-burger::before,
.thumb-burger::after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 32%;
    width: 36%;
    height: 9px;
    border-top: 3px solid currentcolor;
    border-bottom: 3px solid currentcolor;
}

.thumb-burger::before {
    top: calc(50% - 8px);
    border-top: 3px solid currentcolor;
}

.logo-image {
    position: absolute;
    top: -5pt;
    left: -5pt;
    width: 80pt;
    visibility: hidden;
}


@media (min-width: 51.25em) {

    /* Add any number of media queries to restyle the header as the
         screen gets wider. We are using a mobile-first approach. */
    .header>.wrap>.card-logo {
        margin-left: 0;
    }

    .header>.thumb-burger {
        display: none;
    }

    .header>.wrap a+a {
        /* Spacing between child elements. */
        margin-left: 1.25rem;
    }

    .header {
        padding-top: 2.375rem;
        min-height: 10.625rem;
    }

    .header input {
        width: 300px;
        position: relative;
        top: -71px;
        left: 30%;
    }

    .header p {
        width: 180px;
        height: 30px;
        margin-top: 55px;
        display: inline-block;
        font-weight: bold;
    }

    .header .header-links {
        position: relative;
        top: -40px;
        left: 40%;
    }

    .header a {
        text-decoration: none;
    }

    .header .thumb-footer-chuv {
        background-color: aliceblue;
        width: 8rem;
        padding-top: 3.3125rem;
        margin-top: 2.625rem;
    }
}
