body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #a7a3a3;
}
a:hover span {
  opacity: 0.8;
}
.active {
  color: #be460a;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("background.jpg");
  height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
@media (max-width: 990px) {
  .caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 38px;
  }
}

.captionc {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #000;
}

.captionc span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 34px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}
.menu {
  width:120px;height:20px;position:absolute;z-index:999;top:20px; right:20px; padding: 5px 8px 12px 8px; background-color: #111; text-align: center;
}
