@import "normalize.css";
@import "animations.css";
@import url(https://fonts.googleapis.com/css?family=Lato);
html,
body {
  vertical-align: baseline;
}

body {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-style: inherit;
  color: #ADB4B6;
  font-weight: 200;
}

a {
  color: #0a2013;
  text-decoration: underline;
  outline: none;
}

a:hover,
a:active {
  color: rgba(10, 32, 19, 0.86);
  text-decoration: none;
}

a:focus {
  outline: none;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper .info-box {
  position: absolute;
  width: 400px;
  height: 431px;
  top: 50%;
  left: 50%;
  margin: -216px 0 0 -200px;
  text-align: center;
}

.wrapper .info-box h1 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -2px;
  margin: 0;
}

.wrapper .info-box img {
  margin: 20px 0;
}

.wrapper .info-box p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.wrapper .info-box .big {
   text-transform: uppercase;
}

.color {
  color: #2E2A25;
}

.small {
  font-size: 12px;
}

hr {
border: 1px solid #ADB4B6;
}