#top_menu {
  width: 100%;
  height: 40px;
  background-color: #FBFBFA;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#top_menu_black {
  width: 100%;
  height: 40px;
  background-color: #030303;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  #top_menu #top_menu_black {
    justify-content: flex-end;
    height: 60px;
    padding-right: 20px;
  }
  
}

#hamburger {
  display: none;
}
@media screen and (max-width: 1080px) {
  #hamburger {
    display: block;
  }
}

#top_menu a, #top_menu_black a  {
  text-decoration: none;
  color: #999999;
  margin: 10px;
}
@media screen and (max-width: 1080px) {
  #top_menu a, #top_menu_black a {
    margin: 5px;
  }
}

#top_menu_black a:hover {
  text-decoration: none;
  color: #F0AD4E;
}
#top_menu a:hover {
  text-decoration: none;
  color: #F0AD4E;
}

#top_menu #the_council,#top_menu_black #the_council {
  font-weight: bold;
  color: #EEA236;
}

#top_menu #the_council:hover,#top_menu_black #the_council:hover { 
  color: #999999;
}

#top_menu #s_u_link,#top_menu_black #s_u_link, {
  color: #111111;
  font-weight: bold;
}

#top_menu #s_u_link:hover, #top_menu_black #s_u_link:hover {
  color: #F0AD4E;
}

#left_part {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-family: "Oswald", sans-serif;
  font-variant: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  #left_part {
    flex-direction: column;
  }
}

#right_part {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-family: "Oswald", sans-serif;
  font-variant: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.menu_link {
  margin-right: 26px;
}
@media screen and (max-width: 1080px) {
  .menu_link {
    display: none;
  }
}

/*# sourceMappingURL=topMenu.css.map */
