/* Open Sans Light */
@font-face {
    font-family: 'Rockwell';
    src: url('/wp-content/themes/Astra/fonts/Rockwell.woff2') format('woff2');
}

.manifest-background-mobile {
    display: none;
}

.manifest-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manifest-wrapper .texts {
    position: absolute;
    color: #1a1a1a;
    width: 40%;
    font-family: 'Open Sans';
}

.manifest-wrapper .texts h1 {
    margin-bottom: 35px;
}

.manifest-wrapper .texts p {
    font-size: 1vw;
    margin-bottom: 10px;
    line-height: 1.6vw;
}

.manifest-wrapper .texts p:first-child {
    margin-top: 10px;
}

.manifest-wrapper .texts h1 {
    font-family: 'Rockwell';
    font-size: 5em;
    color: #1a1a1a;
    box-shadow: 0 -10px 0 #ffe4aa inset, 0 10px 0 #ffe4aa;
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .manifest-wrapper h1 {
        font-size: 3em !important;
        box-shadow: 0 -18px 0 #ffe4aa inset, 0 0px 0 #ffe4aa !important;
    }
}

@media screen and (max-width: 680px) {
    .manifest-wrapper {
        display: block !important;
        background: #eec9d1;
    }

    .manifest-wrapper .texts {
        position: relative;
        top: unset;
        right: unset;
        width: auto;
        padding: 20px 40px;
        border-top: 2px solid #f2b2b2;
    }

    .manifest-wrapper .texts p {
        font-size: 16px;
        line-height: 18px;
    }

    .manifest-background-mobile {
        display: block;
    }

    .manifest-background-desktop {
        display: none;
    }
}
