#sp-header {
    height: 78px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
}

img {
    max-width: 100%;
    margin-top: 0px;
}

.overlay-background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80%;
    transition: .35s;
}

#sp-header .sp-megamenu-parent > li > a {
    padding: 0 15px;
    margin: 0 20px;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
#sp-header .logo a {
    font-size: 24px;
    line-height: 1;
    z-index: 2;
}

#sp-main-body {
    padding: 70px 0;
}

.event-countdown {
    border-radius: 2px;
    padding: 17px 15px;
    background-color: #504670;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
    position: relative;
}