@import url(http://fonts.googleapis.com/css?family=Lato);

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

body > div:first-child {
  background-color: #b9ceac;
  display: table;
  height: 50%;
  width: 100%;
}

body > div:last-child {
  background-color: #ecece7;
  height: 100%;
}

body > div:first-child > div {
  display: table-cell;
  color: #2b2b2c;
  font-family: 'Lato', sans-serif;
  font-size: 4em;
  font-weight: bold;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

.ibm {
	color: #466bb0 !important;
}