<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .hero {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("images/slide3.jpg");
  background-size: cover;
  height: 80vh;
  width: 100vw;
}
body .hero:before {
  content: '';
  height: 100%;
  width: 100%;
  height: 170vh;
  width: 100vw;
  background: rgba(44, 123, 183, 0.5);
  position: absolute;
}
body .hero h1 {
  position: relative;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  max-width: 25rem;
  margin: 30vh auto 0;
}
/*
body .content {
  position: absolute;
  z-index: 1000;
  top: 80vh;
  background: #faf8f8;
  width: 100%;
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
*/
</pre></body></html>