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

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
}

.bgimg-1 {
  height: 100%;
}

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

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

.caption span.border {
  color: #fff;
  font-weight: bold;
  padding: 18px;
  font-size: 60px;
  letter-spacing: 10px;
  
}

.caption span.bordersmall {
  color: #fff;
  padding: 18px;
  font-size: 30px;
  letter-spacing: 5px;
}

.caption span.bordercontact {
  color: #000000;
  padding: 18px;
  font-size: 15px;
  letter-spacing: 5px;
}