@import "https://fonts.googleapis.com/css?family=Lato:300";
@import "https://cdn.robotess.net/css/normalize.min.css";

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 18px;
  background: #a7edc3;
}

a {
  color: #2e554b;
}

.container {
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto;
}

.content {
  padding: 10px;
}

h1, h2, h3, b, strong {
  color: #719e40;
}

h1, h2 {
  font-weight: 200;
  font-family: 'Lato', sans-serif;
}

h1 {
  letter-spacing: -3px;
  font-size: 100px;
  margin: 5px 0;
}

h2 {
  font-size: 60px;
}

.centered {
  text-align: center;
}

.animate-text {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 300px) {
  h1 {
    letter-spacing: 0;
    font-size: 43px;
  }

  h2 {
    font-size: 38px;
  }
}

#footer {
  clear: both;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
}

.consent-iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  border: 1px dotted currentColor;
}
