header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

header a{
    padding: 0 !important;
}

/* Μαύρη μπάρα */
.digitalup-sticky-banner {
    position: relative;
    top: 0;
    z-index: 10000;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 13px 15px;
    font-size: 14px;
    font-family: sans-serif;
}

.digitalup-sticky-banner p{
    color: #fff;
    margin: auto;
}

    /* Λογότυπο */
.digitalup-sticky-logo {
    position: sticky;
    top: 38px; /* ίδιο με το ύψος της μαύρης μπάρας */
    z-index: 9999;
    background-color: #fff;
    text-align: center;
    padding: 30px 0 13px 0;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
}

.digitalup-sticky-logo img {
    max-width: 207px;
    height: auto;
}

.sticky-sub-menu {
    transition: top 0.3s ease;
    will-change: top;
}

.digitalup-sticky-banner {
    overflow: hidden;
    transition: height 0.3s ease, top 0.3s ease;
    will-change: height, top;
}
