html, body {
  height: 100%;
  width: 100%;
}
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.pad-section {
  padding: 100px 0;
}
.pad-section img {
  width: 100%;
}
#home {
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
    color: #001e75;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(255,255,255,0.5);
}
.splash {
    background: url(../images/sky1.jpg) no-repeat center top fixed;
    background-size: cover;
}
#contact {
  background-color: #001e75;
  color: #ffffff;
}
footer {
  padding: 20px 0;
}