
/* 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;
  font-weight: 600;
  padding: 5px 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 {
  color: white;
  background: white;
}


/* */

#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 {
  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 {
  width: 100%;
}

.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;
}