* {
  box-sizing: border-box;
}

body,
html {
  background-color: #f7f5f3;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: Moccasin !important;
  text-decoration: none;
}

.body-bg {
  background-image: url("/gfx/backgrounds/fjord.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
}

.body-padding {
  padding: 20px;
}

.container {
  max-width: 800px;
}

.text-container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.mono {
  font-family: "Courier";
}

@media (max-width: 800px) {
  .hideOnSmartphone {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .hideOnDesktop {
    display: none !important;
  }
}

/*# sourceMappingURL=base.css.map */
