@font-face {
  font-family: 'peace_sansregular';
  src: url("../peace_sans-webfont.eot");
  src: url("../peace_sans-webfont.eot?#iefix") format("embedded-opentype"), url("../peace_sans-webfont.woff") format("woff"), url("../peace_sans-webfont.ttf") format("truetype"), url("../peace_sans-webfont.svg#peace_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  background-color: #004d59;
  margin: 0;
  padding: 0;
  color: #fff3ca;
  height: 100%; }

main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%; }

div {
  padding: 20px; }

h1 {
  font-family: 'peace_sansregular', sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 0.9em;
  margin: 0 0 20px 0;
  padding: 0;
  display: block; }
  h1 span {
    font-size: 8.3rem;
    color: #92cf34;
    display: block; }

h2 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block; }
  h2 .icon {
    position: absolute;
    top: -2px; }
    h2 .icon.icon-chev-left {
      left: -30px; }
    h2 .icon.icon-chev-right {
      right: -27px; }

.icon-email {
  position: absolute;
  font-size: 2rem;
  color: #fff3ca;
  bottom: 40px;
  right: 40px;
  text-decoration: none; }

@media screen and (max-width: 567px) {
  h1 {
    font-size: 6rem;
    letter-spacing: -0.03em; }
    h1 span {
      font-size: 6.2rem; }

  h2 {
    font-size: 0.9rem; }
    h2 .icon {
      top: -3px; }

  .icon-email {
    bottom: 20px;
    right: 20px; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }
  .fade-in.first {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .fade-in.second {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s; }

/*# sourceMappingURL=styles.css.map */
