.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #fff;
  text-decoration: none;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.brand {
  background-image: url('../images/mvmt-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: -9% auto auto;
}

.nav-button-group {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 5px 50px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  display: flex;
}

.social-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  width: 30px;
  height: 50px;
}

.social-link.facebook {
  background-image: url('../images/fb-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.instagram {
  background-image: url('../images/ig-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.body {
  background-color: #000;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inconsolata, monospace;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
}


