body {
	background-color: #fefefe67;
}

.landingpage, .landingpage a {
	position: relative;
	height: 100%;
      color: #969696;
      text-decoration: none;
}

.landingpage .content {
      text-align: center;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.landingpage .content img {
      max-width: 50%;
}

.landingpage .contact {
      position: absolute;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      bottom: 0%;
      text-align: center;
}