.container {
  margin: 0 auto;
}

body,
html {
  height: 100%;
}

.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

body {
  background: #ffffff;
  color: #000000;
}

.container {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 90%;
}

.logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 400px;
  width: 90%;
}

.links {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-top: 100px;
  letter-spacing: 5px;
}

.links a {
	text-decoration: none;
	color: #000000;
}

.realestate,
.development {
  margin: -3.5% 0 0 0;
  width: auto;
}

.realestate {
  left: 0;
}

.development {
  right: 0;
}

@media screen and (max-width:720px) {

  .realestate,
  .development {
    display: none;
  }
}