/*imports*/
@import url(reset.css);
html {
  height: 100%;
  background: #2b3445;
}
div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  text-align: center;
}
h1 {
  display: inline-block;
  position: relative;
  padding-top: 20px;
  color: #fff;
  font-size: 3em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-align: center;
}
span {
  position: relative;
  z-index: 100;
}
h2 {
  color: #fff;
  font-size: 1.4em;
  font-family: 'Livvic', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
h3 {
  padding-top: 100px;
  color: #f8c100;
  font-size: 1.2em;
  font-family: 'Livvic', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h3 i {
  font-weight: 400;
  font-size: 1.4em;
}
p {
  padding-top: 20px;
  color: #fff;
  font-size: 1em;
  font-family: 'Livvic', sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}
a {
  color: #fff;
  font-weight: 500;
}
strong {
  font-weight: 600;
}
/*# sourceMappingURL=temp.css.map */