@font-face {
  font-family: "ostrich-regular";
  src: url("/fonts/ostrich-regular.ttf") format("truetype");
}

body, html {
  height: 100%;
  margin: 0;
  background-color: #000000;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}

.logo-container {
  position: relative;
  top: 50px;
  width: 100%;
  display: table;
}

.logo-text {
  font-family: ostrich-regular;
  font-size: 100px;
  color: lightgrey;
  position: relative;
  text-align: center;
}

.logo-image {
  width: 100%;
  background-image: url("/images/camquatch.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 200px;
  bottom: 0px;
}

.bg {
  background-image: url("/images/mountains_bg.webp");
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 80%;
  text-align: center;
  display: none;
}
