/* CSS for navbar - WiNA Gent vzw */

#navbar {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 74px;
    z-index: 10;
    background: #000;
    border-bottom: 10px solid #FFE01B;
    box-shadow: 0 5px 5px rgb(0 0 0 / 13%);
}

#navbar .navbar-menu {
    background-color: black !important;
}

#brand-logo {
    position: absolute;
    width: 140px;
    justify-content: center;
}

#navbar .shield .logo-shield {
    width: 75px;
    display: block;
}

.shield img {
    height: 98px;
    width: 75px;
    max-height: 200px;
}

a.navbar-item, .navbar-link {
    cursor: pointer;
    color: white;
}

#navbar .navbar-start {
    margin-left: 150px
}

#navbar .navbar-start .has-dropdown {
    padding: 0;
}

#navbar .navbar-item {
    color: #fff;
    background-color: transparent;
    padding-bottom: 0;
    font-weight: 600;
    padding: 8px 12px;
}

#navbar .navbar-item:hover, #navbar .navbar-link:hover {
    color: #FFE01B;
}

#navbar .has-dropdown:hover .navbar-link {
    background-color: black;
}

#navbar .navbar-dropdown {
    background-color: black;
}

.navbar-burger span {
    height: 4px;
    left: calc(50% - 15px);
    width: 30px;
    color: white;
    background: white;
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 10px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 8px)
}

.navbar-burger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg)
}

/* */

#wina_apps {
    width: 320px;
    padding: 10px 10px;
}

#wina_apps .navbar-item {
    width: 100px;
    height: 80px;
    padding: 10px 10px;
    float: left;
    display: inline;
}

#wina_apps .navbar-item .fa, #wina_apps .navbar-item .fa-solid, #wina_apps .navbar-item .fa-regular {
    font-size: 30px;
    margin-bottom: 10px
}


#wina_account {
    width: 320px;
    padding: 20px 10px;
}

#wina_account .navbar-item {
    width: 100px;
    height: 50px;
    padding: 10px 10px;
    float: left;
    display: inline;
    text-align: center !important;
}

/* */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 130px;
    width: 80%;
    margin-left: 10%;
}

.overlay-content a i {
    width: 35px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* ------------------------------------------------------------------------- */

.theme-toggle.button.is-black.theme-toggle-light {
    color: #ffe01b !important;
}

.theme-toggle.button.is-black.theme-toggle-light:hover {
    background-color: #665a0b !important;
}

.theme-toggle.button.is-black.theme-toggle-dark {
    color: #7d52ff !important;
}

.theme-toggle.button.is-black.theme-toggle-dark:hover {
    background-color: #322166 !important;
}