@font-face {
  font-family: 'Mlp';
  src: url("mlp.woff"); }
body {
  background-color: #e6f1f7;
  font-family: sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #002200;
  width: 100%;
  margin: auto;
  min-width: 320px; }

h1 {
  font-size: 38px;
  color: #004b00; }

h2 {
  font-size: 24px;
  color: #004b00; }

h3 {
  font-size: 18px; }

h1, h2, h3 {
  margin: 0;
  font-family: 'Mlp', sans-serif; }

section {
  padding: 25px;
  max-width: 850px;
  display: table;
  margin: 0 auto; }
  section p, section li {
    line-height: 1.4em; }

a {
  text-decoration: none; }

header {
  text-align: center;
  padding: 0; }
  header .mascot-wrapper {
    background-color: #fff; }
    header .mascot-wrapper img {
      width: 200px;
      margin-top: 20px; }
  header h1, header h3 {
    background: #fff; }
  header h1 {
    padding: 15px 20px 0; }
  header h3 {
    padding: 20px 20px 0;
    border-radius: 0 0 100vw 100vw; }
  header nav ul {
    display: flex;
    list-style: none;
    padding: 25px 0 75px;
    margin: 0;
    justify-content: center;
    background: url(cloud.svg) repeat-x transparent bottom left;
    background-size: cover; }
    header nav ul li a {
      padding: 10px 20px 10px 25px;
      font-size: 18px; }
      header nav ul li a:hover {
        background: url(drop.png) no-repeat 3px center;
        background-size: auto 60%; }

.buttons {
  display: flex;
  justify-content: center; }

a {
  color: #18709f; }
  a:hover {
    color: #3ba7e2; }
  a.button {
    padding: 20px 30px;
    font-size: 18px;
    font-family: 'Mlp', sans-serif;
    background-color: #94cfef;
    color: #004b00;
    border-radius: 3px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    a.button img {
      height: 22px; }
    a.button:hover {
      background-color: #3ba7e2; }

iframe {
  width: 100%;
  max-width: 600px;
  height: 450px;
  display: table;
  margin: auto; }

.mountains {
  opacity: 0.1;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: url(mountains.png) repeat-x transparent top left;
  background-size: auto 100px;
  z-index: -1;
  border-bottom: 30px #000 solid; }

@media only screen and (max-width: 800px) {
  header h3 {
    border-radius: 0; } }
@media only screen and (max-width: 500px) {
  header .mascot-wrapper img {
    width: 150px;
    margin-top: 15px; }
  header h1 {
    padding-top: 8px; }

  h1 {
    font-size: 24px; }

  h2 {
    font-size: 18px; }

  h3 {
    font-size: 14px; }

  .buttons {
    flex-wrap: wrap; }
    .buttons a.button {
      display: block;
      width: 100%; } }

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