#header {
    background: #ffec01;
}

#header .header-nav {
    border-bottom-color: #ffefd8;
}

#header .header-nav .blockcart {
    background: #ffefd8;
}

#search_widget form input {
    background-color: #ffefd8;
}

#wrapper {
    padding: 130px 0;
    background-image: url(../img/if-festival-yellow-orange.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#wrapper::after {
    content: '';
    background-image: url(../img/if-festival-purple-pink.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
}

#custom-text {
    background: none;
}

#custom-text h1 {
    font-size: 40px;
    color: #ffefd8;
}

#custom-text p {
    font-size: 20px;
    color: #ffefd8;
}

#footer {
    background-color: #ffefd8;
}