body {
  background-color: #FFF;
  color: #231F20;
  font-family: nimbus-sans-extended, sans-serif;

font-weight: 400;

font-style: normal;
}

html, body, .wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wrapper section {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
}

.logo {
  border-bottom: 2px solid #000;
  max-width: 100%;
  padding-bottom: 15px;
}

.phone-number {
  color: #231F20;
  text-decoration: none;
}

a {
  color: #231F20;
  text-decoration: none;
}
a:hover {
  color: #656263;
}

.align-right {
  text-align: right;
}



