@charset "UTF-8";
/* CSS Document */
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk&family=Staatliches&display=swap');


/* ******************************

GENERAL

****************************** */

body, html {
  height: 100%;
}

	h1, h2, h3, h4, h5 {
		
		font-family: 'Staatliches', cursive;
	}

.bg {
  /* The image used */
  /* background-image:image("../images/bg.jpg"); */
	background-image: url("../images/bg.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #000;
}