html {
  height: 100%;
}
body {
  background-color: #025287;
     color: #fff;
  font-size: 16px;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  background-image: url(img/water-texture-36.png);
  background-size: cover;
  background-position: 50% 0;
  height: 100%;
background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;

}
body:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

section.home {
  display: inline-block;
  vertical-align: middle;
  padding:  100px;
  width: 100%;
  max-width: 900px;
  /*text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);*/
}
