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

img.logos{
  margin: 64px;
}

div.logos{
  text-align: center;
  color: #ddd;
  background-color:#282E34;
  padding:50px 80px;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.6;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;

}
.bgimg-1 {
  background-image: url("../img/1.jpg");
  min-height: 95%;
}

.bgimg-2 {
  background-image: url("../img/2.jpg");
  min-height: 95%;
}

.bgimg-3 {
  background-image: url("../img/3.jpg");
  min-height: 95%;
}

.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;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #ddd;
}
