#contact {
  background-color: #1A2530;
  height: 50vh;
  position: relative;
}

#contact h1 {
  font-family: Oswald, sans-serif;
  position: absolute;
  width: calc(100vw - 360px);
  top: 10vh;
  text-align: center;
  font-size: 48px;
  z-index: 5;
  color: white;
  text-transform: uppercase;
}

#contact p {
  position: absolute;
  width: calc(100vw - 360px - 20vw);
  top: 20vh;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  margin: 0 10vw;
}

#contact .button {
  position: absolute;
  right: calc((100vw - 360px - 280px) / 2);
  top: 32.5vh;
  background-color: #DF4949;
  width: 280px;
  height: 50px;
  display: block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-size: 1.4em;
}

#contact::before {
  content: "";
  position: relative;
  width: 100vw;
  height: 6vh;
  top: 0;
  right: 0px;
  z-index: 1;
  border-style: solid;
  border-width: 0 calc(100vw - 360px) 6vh 0px;
  border-color: transparent #FFF transparent;
}
/*# sourceMappingURL=contact.css.map */