@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
/* BASE COLORS */
/* FONT SIZES */
/* COMPONENT SIZE */
* {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  color: #737373; }

html {
  height: 100%; }

body {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100%;
  padding-bottom: 80px;
  position: relative; }

footer {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 0; }
  footer a {
    white-space: nowrap; }

header {
  background-color: #20c997;
  min-height: 70px;
  height: 10%;
  position: relative; }
  header div {
    padding: 16px;
    text-align: center;}
    header div img {
      height: 44px;
      filter: grayscale(1) brightness(4)}
      @media (min-width: 360px) {
        header div img {
          height: 52px;}}

.alert {
  margin-top: 24px; }
  .alert .kc-feedback-text {
    color: #333333; }

.content {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.4;
  margin: 20px auto;
  padding: 0 20px; }
  .content h1 {
    font-size: 1.8em; }
