.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * 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: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.plead{
  font-size: 1.1rem;
  font-weight: 300;
}
.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

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


/*
 * Extra utilities
 */

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

.overflow-hidden { overflow: hidden; }

 .navbar-nav > li {
   float: left;
   position: relative;
 }
.navbar-light .navbar-nav .active a::after {
  border-bottom: 5px solid #007dba;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 35px;
}

.backimage{
  background-image: url("../images/map2.png");
  filter: blur(3px);
  -webkit-filter: blur(3px);
  height: 455px;
  z-index: 1;
}

a.btn-secondary {
  background-color: #007dba;
}

.elightblue {
  color: #0033a0!important;
}

.elighterblue{
  color: #007dba!important;
}

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  .featurette-heading {
    font-size: 37px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}


@media (max-width: 960px){
  .low-width{
    margin-left:auto!important;
    margin-right: auto!important;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex!important;
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
  }
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}