@font-face {
  font-family: Brandon;
  src: url("./Brandon-light.otf");
  font-weight: normal;
}

@font-face {
  font-family: Brandon;
  src: url("./Brandon-bold.otf");
  font-weight: bold;
}

.InTheMiddle {
  margin-top: 50vh;
  transform: translateY(-50%);
}

.Heading {
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 80%;
  position: relative;
}

.HalfRectangle {
  position: absolute;
  height: 80px;
  width: 30%;
  border-style: none;
}

.HalfRectangleLeft {
  top: 0;
  left: 0;
  border-bottom: 3px solid #AAA;
  border-right: 3px solid #AAA;
}

.HalfRectangleRight {
  bottom: 0;
  right: 0;
  border-top: 3px solid #AAA;
  border-left: 3px solid #AAA;
}

.Logo {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.Logo img {
  max-height: 150px;
}

.MiddlePart {
  margin-top: 100px;
  text-align: center;
  font-family: Brandon, sans-serif;
  font-size: 20px;
  letter-spacing: 4px;
}

.Footing {
  font-size: 13px;
  position: fixed;
  left: 25%;
  width: 50%;
  bottom: 0;
  text-align: center;
  font-family: Brandon, sans-serif;
  letter-spacing: 1px;
}

.Grey {
  color: #DDD;
}

.NoLink {
  color: black;
  text-decoration: none;
}

/* MEDIA QUERIES */
@media screen and (max-width: 900px) {
  .HalfRectangle {
    visibility: hidden;
  }

  .Heading {
    width: 100%;
  }
}
