 /* Ensures video fills screen behind content */
    .video-bg {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .bc-font {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.roboto-bc {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
  background: #18263b;
}

* {
	font-family: "Roboto", sans-serif;
}

h2, h3, h4 {
  font-family: "Staatliches", sans-serif;
  padding-bottom: 15px;
}

h2{
  font-size: 3em;
}

h3{
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

p {
	font-size: 22px;
  margin-bottom:20px;
}

.logo {
	width: 100px;
	height: auto;
}