body {
    background-color: #FEDD02;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.nav--featured {
    display: none !important;
}

header {
    border-radius: 0 0 100% 100%;
    padding-top: 2rem;
    background-color: white;
    min-height: 100px;
    position: fixed;
    width: 100%;
}

.menu-button,
.search-button {
    display: none !important;
}

.header-logo {
    background: none !important;
    left: 0 !important;
    transform: none;
    position: initial;
    width: initial;
}

header .content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: initial;
}

.header-logo img {
    max-width: 200px;
}

footer{
    display: none;
}

@media (max-width: 468px) {}

@media (max-width: 768px) {

    .header-logo img {
        padding-top: 40px;
    }

    header {
        padding-top: 2rem;
        min-height: 150px;
    }
}