html {
  background: url('/images/background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 100%;
}

body {
  background-color: transparent;
}

.inspectio-splash {
  background: rgba(42, 42, 42, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
}

.inspectio-splash-message {
  position: absolute;
  color: white;
  left: 0;
  top: 35%;
  z-index: 1000;
  text-align: center;
  width: 100%;
}

.inspectio-splash-message p {
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 200%;
  margin: 0 0 10.5px;
}
