.margin {
  margin: 2rem !important;
}

.pad-box {
  padding: 5rem !important;
}

.mc-bg {
  background: url("../img/bg.png") !important;
  background-size: cover;
  color: white !important;
}

.mc-bg-gif {
  background: url("../img/bg.gif") !important;
  background-size: cover;
  background-position-y: 75% !important;
  color: white !important;
}

.mc-bg .title {
  color: hsl(0deg, 0%, 96%) !important;
}

.mc-bg-gif .title {
  color: hsl(0deg, 0%, 96%) !important;
}

.mc-bg .subtitle {
  color: hsl(0deg, 0%, 96%) !important;
}

.mc-bg-gif .subtitle {
  color: hsl(0deg, 0%, 96%) !important;
}

.has-bg-grey-lighter {
  background-color: hsl(0deg, 0%, 94%) !important;
}

.alphawin-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  grid-gap: 2rem !important;
}

.alphawin-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.alphawin-footer ul span {
  font-weight: bold;
  text-transform: uppercase;
  color: hsl(0deg, 0%, 75%);
}

.alphawin-footer ul a {
  color: hsl(0deg, 0%, 96%);
  text-decoration: none;
  transition: filter 100ms ease-in-out;
}

.alphawin-footer ul a:hover {
  filter: brightness(0.8);
}

.footer-copyright {
  width: 100%;
}

.strong {
  font-weight: bold;
}

::-moz-selection {
  background: hsla(300deg, 100%, 33%, 0.3);
}

::selection {
  background: hsla(300deg, 100%, 33%, 0.3);
}

.pfp {
  border-radius: 7px;
  max-width: 100px;
  max-height: 100px;
}

.page-title {
  width: 100%;
  text-align: center;
  padding: 5em;
}

.is-next-to-image {
  display: inline-block;
  vertical-align: top;
}/*# sourceMappingURL=main.css.map */