.navbar-light .dropdown-item:hover {
  background-color: rgba(211,211,211,0.5);
}
.armatic-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.armatic-nav .dropdown-menu {
  background-color: #fff !important;
}
.armatic-nav .dropdown-menu a {
  color: #000 !important;
}
.armatic-nav .white-logo {
  display: block;
}
.armatic-nav .colored-logo {
  display: none;
}
.armatic-nav .navbar-brand img {
  width: 163px;
}
#armaticNavbar li,
#armaticNavbar button {
  margin-left: 25px;
  cursor: pointer;
}
#armaticNavbar a {
  color: #515151;
}
.free-trial-btn {
  color: #515151;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  border-radius: 10px;
}
.login-btn {
  color: #238ac4;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #238ac4;
  border-radius: 10px;
}
.login-btn:hover,
.free-trial-btn:hover {
  background-color: rgba(192,192,192,0.5);
  border: 1px solid #fff;
}
nav.navbar.navbar-toggleable-md.armatic-nav.navbar-light .navbar-toggler.navbar-toggler-right {
  border: 1px solid #238ac4;
}
.darknav a {
  color: #fff !important;
}
.darknav .free-trial-btn {
  color: #fff;
  border-color: #fff;
}
.darknav li > .dropdown-menu {
  background-color: #238ac4;
}
@media screen and (min-width: 1023px) {
  .flex-navbar-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  #armaticNavbar {
    width: auto;
  }
}
@media screen and (max-width: 769px) {
  .navbar-brand {
    position: relative;
    height: 39px;
    width: 163px;
  }
  .navbar-brand img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
