#firstnavbar {
  background-color: #3c3c3c;
}

#firstnavbar-logo {
  height: 60px;
  width: auto;
}

#firstnavbar-wrapper {
  position: relative;
  margin-bottom: 9px;
  max-width: 1376px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
  margin-bottom: 9px;
}

#firstnavbar-dropdown {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  flex-basis: 50%;
}

#firstnavbar-icon {
  filter: invert(100%);
  width: 20px;
}

#firstnavbar-email {
  color: white;
  font-family: Arial;
  margin-left: 3px;
}
