@import url('https://fonts.googleapis.com/css?family=Fauna+One');


.bg1, .bg2 {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height:100%;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-color:#000;
}

.bg-credits {
  font-family: 'Fauna+One', sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 8%;
  left: 15px;
  color: #ccc;
  text-shadow: 1px 1px 3px rgba(0,0,0,.6);
  font-size: 14px;
  opacity: 0.8;
}

.bg-credits a {
  color: inherit;
  text-decoration: none;
}

.off {
  opacity: 0;
}

.on {
	opacity: 1;
}