body {
  background: #fff;
  font-family: "Montserrat Alternates", sans-serif !important;
}

header .navbar {
  padding: 0.8rem 2rem;
  line-height: 2;
}
header .navbar .nav-item {
  margin: 0 5px;
}

.header .header-inner img {
  max-height: 50px;
}

.shadow-hover:hover {
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.45) !important;
}

.dropdown-menu {
  border: 1px solid TRANSPARENT;
  border-radius: 0.25rem;
  max-height: 400px;
  overflow-y: auto;
}

/**
* Forms
*----------------------------------------------------*/
.form-control {
  height: calc(2em + 1rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff;
}
.form-control.transparent {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.form-control.transparent::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

.btn {
  line-height: 2.25;
  padding: 0.375rem 1.3rem;
}