@font-face {
  font-family: Minecraft;
  src: url("minecraft.ttf");
}
body {
  user-select: none;
  overflow-x: hidden;
}
header {
  background-color: #ffffff;
}
section {
  margin: 80px 0 0 0;
}
footer {
  color: #ffffff;
  background-color: #212121;
}
.navbar-brand {
  font-family: Minecraft, sans-serif;
}
.hero {
  height: 100vh;
  margin-top: 0px;
  background-color: #000000;
}
.hero-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('squirrel.jpg');
  opacity: 0.7;
}
.hero-text {
  position: absolute;
  top: 40%;
  color: white;
  background-color: #00000033;
}
@media screen and (min-width: 600px) {
  .hero-text {
    left: 40px;
  }
}
footer a {
  text-decoration: none;
}
