.logo-top-container {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.logo-top-container > div {
  display: flex;
  align-content: center;
}
.logo-top-container img {
  width: 3vw;
  height: 3vw;
}
.logo-top-container .title {
  display: flex;
  align-items: center;
  font-size: 2vw;
  margin-left: 2vw;
  line-height: 1;
  color: white;
  font-family: "Brandon Grotesque Light" !important;
}






.navigation-buttons {
  position: fixed;
  z-index: 10000;
  margin-left: 2vw;
  margin-top: 2vh;
  width: 80vw;
}

.navigation-buttons .right-buttons {
  display: inline-flex;
  align-items: center;
  width: 18vw;
  position: fixed;
  top: 2vh;
  right: 0;
}

.navigation-buttons .right-buttons .login-button {
  display: inline-block;
  margin-right: 1.5vw;
  margin-bottom: 0.8vw;
  color: var(--theme-orange);
  font-size: 1.8vw;
  text-transform: none !important;
  text-decoration: none !important;
  font-family: "Brandon Grotesque Bold" !important;
  transition: all 300ms ease-out;
}
.navigation-buttons .right-buttons .login-button:hover {
  color: var(--theme-dark-blue);
}

.navigation-buttons .right-buttons .more-button {
  opacity: 0;
  display: inline-block;
  text-transform: none !important;
  text-decoration: none !important;
  font-family: "Brandon Grotesque Bold" !important;
}

.navigation-buttons .right-buttons .more-button img {
  width: 4vw;
  height: 4vw;
}
