.container {
  max-width: 1280px;
}

/*
 * Custom translucent site header
 */

.site-header,
.site-footer {
  background-color: rgba(0, 45, 105, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a,
.site-footer a {
  color: #fff;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}
.site-header a:hover,
.site-header a:focus,
.site-footer a:hover {
  color: #ccc;
  text-decoration: none;
}

a,
.site-header a.dropdown-item {
  color: rgba(0, 45, 105, 1);
  text-decoration: none;
}

.site-header a.dropdown-item:hover,
.site-header a.dropdown-item:active {
  background-color: #ccc;
}

.dropdown-menu {
  border-radius: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}

.text-muted {
  color: #fff !important;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #002d69;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(0, 45, 105, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
