@charset "utf-8";
/* CSS Document */
.bgimage {
  width: 100%;
  height: 800px;
  background:url("../images/misc/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-attachment: fixed;
}
.bgimage h5 {
  color: white;
  text-shadow: 2px 2px #333;
}