::-moz-placeholder {
    color: var(--gandalf);
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #979197;
    /* color: var(--gandalf); */
    opacity: 1;
}

::placeholder {
    color: #979197;
    /* color: var(--gandalf); */
    opacity: 1;
}

body {
    padding-bottom: 72px;
}

header {
    width: 100%;
    padding-top: 124px;
    text-align: center;
    background-image:
        url(../img/icZeplin.svg),
        url(../img/bgPath.svg),
        url(../img/bgPath.svg),
        url(../img/bgPath.svg),
        url(../img/bgPath.svg),
        url(../img/bgPath.svg);
    background-position:
        right calc(18.75vw + 18px) top 54px,
        top 43px right calc(18.75vw + 50px),
        top 43px right calc(18.75vw + 1256px),
        top 43px right calc(18.75vw + 2462px),
        top 43px right calc(18.75vw + 3668px),
        top 43px right calc(18.75vw + 4874px);
    background-repeat: no-repeat;
}

header h1 {
    line-height: 48px;
    font-size: 36px;
    font-weight: 300;
    color: var(--teflon);
}

header h2 {
    line-height: 24px;
    font-size: 18px;
    color: var(--peach);
}

footer {
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
    color: var(--gandalf);
}

footer div {
    margin-top: 12px;
}

footer a {
    color: var(--cornflower-blue);
}

footer div:last-child {
    margin-top: 24px;
}

@media screen and (max-width: 392px) {
    header {
        padding-top: 48px;
        background-image: url(../img/icZeplin.svg), url(../img/bgPathSmall.svg);
        background-size: 36px auto, 311px auto;
        background-position: right 52px top 14px, right 94px top -10px;
        background-repeat: no-repeat;
    }

    header h1 {
        line-height: 32px;
        font-size: 24px;
    }

    header h2 {
        line-height: 21px;
        font-size: 16px;
    }

    footer {
        line-height: 16px;
        font-size: 12px;
    }
}
