@import url('_parallax.css');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

a {
  color: rgba(27, 94, 32, 1);
  text-decoration: none;
}

.l-container {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.l-container__shrinkwrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10%;
  margin-top: auto;
  font-size: 0.625em;
  text-align: center;
}

ul.links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.links li {
  margin: 0.5em 0;
}
