@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Montserrat" !important;
}

#navbar {
  background-color: #1c1f4a;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
}

#logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Bree Serif" !important;
}
#navbar .iste-logo {
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 0.5rem;
}
#navbar ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
}

#navbar ul li {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
}

#navbar li a,
#navbar li {
  text-decoration: none;
  color: #f0f0f0;
  font-size: 1.5rem;
}
#navbar i {
  font-size: 2rem !important;
}

#navbar .aa:hover,
#navbar .ab {
  /* border-bottom: 3px solid #5bfd03; */
  color: #ffd700;
  font-size: 1.6rem;
  padding: 0.3rem;
  transition: all 0.2s ease;
}

#navbar li:first-child {
  margin-left: 0.5rem;
  margin-right: auto;
}

#navbar .mini {
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 20rem;
  z-index: 9;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#navbar .hideInMaxi {
  display: none;
}
#navbar .mini li {
  width: 100%;
}

@media (max-width: 1080px) {
  #navbar .hideInMini {
    display: none;
  }
  #navbar .hideInMaxi {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 400px) {
  #navbar .mini {
    width: 100%;
  }
}
