.site-header {
    background: url(../images/headerBG.png) no-repeat center;
    background-size: cover;
    border-bottom:1px solid #828282;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all .3s ease-in-out;
}

.header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.site-logo img {
    display: block;
}

@media (max-width: 1024px) {

    .main-navigation {
        display: none;
    }

}
