#splash.hero {
  background-image: url("../images/bkg-indoor-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
	display: flex;
	justify-content: center;
	align-content: center;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    color: white;
    text-decoration: none;
}