@font-face {
  font-family: CatamaranR;
  src: url('../fonts/catamaran_regular.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: CatamaranM;
  src: url('../fonts/catamaran_medium.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: CatamaranB;
  src: url('../fonts/catamaran_bold.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: LatoR;
  src: url('../fonts/lato_regular.ttf') format('truetype');
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: CatamaranR, sans-serif;
  font-size: 13pt;
  color: #374155;
  min-width: 320px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, h2, h3 {
  font-family: CatamaranM, sans-serif;
  font-weight: normal;
}
h1 {
  display: inline-block;
  font-family: CatamaranM, sans-serif;
  font-size: 20pt;
  line-height: 26px;
  color: #3599c9;
  margin-bottom: 15px;
}
h2 {
  display: inline-block;
  font-family: CatamaranM, sans-serif;
  font-size: 18pt;
  margin-bottom: 0;
}
p {
  line-height: 1.5em;
}
a, input[type="submit"] {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
img {
  border: 0;
}
#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #f5f0e6;
  margin: 0 0 -232px 0;
  padding: 0;
}
header {
  top: 0;
  background-color: #3599c9;
  box-shadow: 0 5px 10px rgba(0,0,0,0.16);
  width: calc(100% - 50px);
  height: 80px;
  padding: 0 25px;
  z-index: 9;
}
#title {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#title h1 {
  color: #ffffff;
  line-height: 26px;
  margin: 14px 0 0 0;
}
#title h3 {
  color: rgba(0, 0, 0, 0.35);
  line-height: 22px;
  margin: 5px 0 0 0;
}
#main {
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 13pt;
  line-height: 1.5em;
  border-radius: 2px;
  width: calc(100% - 20px);
  max-width: 1280px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
  margin: 30px auto 50px auto;
  padding: 20px 30px;
}
.buttons {
  display: block;
  width: 100%;
  margin: 70px auto 30px auto;
  text-align: center;
}
.button {
  display: inline-block;
  background-color: #14be82;
  border-radius: 7px;
  font-size: 18pt;
  line-height: 2em;
  font-family: CatamaranM, sans-serif;
  text-align: center;
  vertical-align: middle;
  min-width: 260px;
  color: #ffffff;
  margin: 30px;
  padding: 20px;
  white-space: nowrap;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.button:hover {
/*
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
  -moz-filter: brightness(105%);
*/
  background-color: #41cd8c;
}
.button:active {
  background-color: #14B47A;
}

/** MAX 800 PX */
@media screen and (max-width: 800px) {
  header {
    height: auto;
    min-height: 80px;
  }
  h1 {
    font-size: 17pt;
  }
  h2 {
    font-size: 16pt;
  }
  h3 {
    font-size: 15pt;
  }
  .button {
    display: block;
    font-size: 18pt;
    width: 280px;
    min-width: auto;
    margin: 50px auto;
  }
  .button:hover {
    background-color: #14be82;
  }
}

/** MAX 600 PX */
@media screen and (max-width: 600px) {
  header {
    min-height: 70px;
    padding-bottom: 10px;
  }
  h1 {
    font-size: 16pt;
  }
  h2 {
    font-size: 15pt;
  }
  h3 {
    font-size: 14pt;
}
  .button {
    font-size: 16pt;
    width: 250px;
  }
}

/** MAX 480 PX */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
}
  .button {
    font-size: 13pt;
    width: 200px;
  }
}
