
#navbar {
  border: 0px;
  margin-top: -72px;

  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;

  background-color: black;
  color: white;
  font-size: 24px;

  height: 72px;
  line-height: 72px;
  vertical-align: middle;
  background-color: black;

  vertical-align: middle;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav {
  list-style-type: none;
}

.main-nav li {
  text-align: center;
}

.main-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.nav-links {
  margin-left: 40px;
}

.logo {
  height: 48px;
  margin-left: 20px;
}

.navbar-toggle {
  display: none;
}

.logo:hover,
.nav-links:hover {
  color: rgba(255, 255, 255, 1);
}

#request-quote {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  margin-right: 12px;
}

.form-ok {
  display: none;
}

.nav-button {
  height: 48px;

  color: black;
  background-color: yellow;
  border: 0px;
  border-radius: 0px 8px 8px 0px;
}

.nav-input {
  height: 48px;

  position: relative;
  top: 0px;
  right: -8px;
  border-radius: 8px 0px 0px 8px;
  text-align: right;
}

.nav-input input {
  height: 48px;
}

#navbar .dropdown {
  color: black;
  background-color: yellow;
  padding: 0px 16px 0px 16px;
}
