.mainsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Atwriter webfont', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  text-decoration: none;
}

.heading-2 {
  margin-top: 0px;
  font-family: 'Atwriter webfont', sans-serif;
  font-size: 3.57em;
  font-weight: 400;
}

.centerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-size: 100%;
  line-height: 100%;
}

.text-span {
  font-family: 'Intro alt webfont', sans-serif;
  text-decoration: none;
}

.contactwrapper {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.socialwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-text {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Atwriter webfont', sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 991px) {
  .mainsection {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .heading {
    margin-bottom: 50px;
  }
  .contactwrapper {
    position: static;
    right: 3px;
    bottom: -5px;
  }
  .whatafuckindahouse {
    margin-bottom: 50px;
  }
  .heading-3 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mainsection {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    margin-bottom: 30px;
    font-size: 0.9em;
    text-align: center;
  }
  .heading-2 {
    font-size: 2em;
    text-align: center;
  }
  .whatafuckindahouse {
    margin-bottom: 30px;
  }
  .heading-3 {
    margin-bottom: 30px;
    font-size: 1em;
    text-align: justify;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 1em;
    text-align: left;
  }
  .heading-2 {
    font-size: 3.3em;
    text-align: left;
  }
}

@font-face {
  font-family: 'Atwriter webfont';
  src: url('../fonts/atwriter-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Intro alt webfont';
  src: url('../fonts/intro-black-alt-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}