
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #ff6687;
  text-shadow: 1px 1px white;
}

a {
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: underline;
  color: #ff8899;
}

.heading {
  font-size: 1.5em;
}

.full-screen {
  height: 100vh;
}

.half {
  overflow: hidden;
  min-height: 70%;
}

.top-links {
  position: absolute;
  top: 0.5em;
}

.bottom-links {
  position: absolute;
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
}

.blurred-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  filter: blur(5px);
  opacity: 20%;
}

.logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4em;
  top: 4em;
  width: calc(100% - 8em);
  height: calc(100% - 8em);
}

.full-click {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media not all and (min-width: 576px) {
  .borderer {
    border-bottom: 1px solid white;
  }
}

@media all and (min-width: 576px) {
  .borderer {
    border-right: 1px solid white;
  }
}
