header {
    height: 12.5%;
    min-height: 90px;
    display: flex;
    justify-content: center;
    background: var(--main-bg-color);
    color: var(--main-font-color);
    margin: 1%;
}

.header-container {
    width: 1024px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    max-width: 100%;
}

.header-container>div {
    width: 33%;
    height: 100%;
    padding: 1%;
}

/* The Three header Items: */

#jubilee {
    margin: 4%;
    height: 100%;
    float: left;
}

#ad-box {
    position: relative;
    }

#address {
    width: 100%;
    position: absolute;
    top: 40%;

    text-align: center;

    white-space: nowrap;
    font-size: 0.8em;
    font-weight: 200;
    letter-spacing: 2px;

}

#flower {
    z-index: 5;
    position: absolute;
    right: -90px;
    top: -10%;

    height: 250%;
    max-height: 260px;
}