body {
  background: rgb(143,109,79);
background: linear-gradient(45deg, rgba(143,109,79,1) 35%, rgba(91,61,40,1) 100%);
  margin: 0;
  padding: 0;
  height: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
html {
  height: 100%;
}
p {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 30px 0px 0px 0px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 400;
  color: #fff;
}
h2 a {
    text-decoration: none;
  color: #fff;
}
.wrapper-underconstruction {
  width: 768px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 2px;
  position: relative;
}
.wrapper-underconstruction-inner {
  padding-top: 100px;
  padding-bottom: 50px;
}
.wrapper-underconstruction span {
  display: inline-block;
  font-size: 26px;
    line-height: 32px;
  letter-spacing: 5px;
  margin-top: 15px;
  font-weight: 300;
}
.corner-topleft {
  position: absolute;
  width: 170px;
  height: 100px;
  border-top: solid 2px rgba(255,255,255,0.2);
  border-left: solid 2px rgba(255,255,255,0.2);
  top: 0;
  left: 0;
  z-index: 99;
}
.corner-topright {
  position: absolute;
  width: 170px;
  height: 100px;
  border-top: solid 2px  rgba(255,255,255,0.2);
  border-right: solid 2px  rgba(255,255,255,0.2);
  top: 0;
  right: 0;
  z-index: 99;
}
.corner-bottomleft {
  position: absolute;
  width: 170px;
  height: 100px;
  border-bottom: solid 2px rgba(255,255,255,0.2);
  border-left: solid 2px rgba(255,255,255,0.2);
  bottom: 0;
  left: 0;
  z-index: 99;
}
.corner-bottomright {
  position: absolute;
  width: 170px;
  height: 100px;
  border-bottom: solid 2px rgba(255,255,255,0.2);
  border-right: solid 2px rgba(255,255,255,0.2);
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media(max-width:767px) {
  .wrapper-underconstruction {
    width: auto;
    font-size: 40px;
    line-height: 45px;
  }
  .wachtpagina span {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    padding: 5px 30px 5px 55px;
  }
  .corner-topleft, .corner-topright, .corner-bottomleft, .corner-bottomright {
    display: none;
  }
  h2 {
    letter-spacing: 2px;
  }
}