@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
  margin: 0;
  padding: 40px;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: contain;

  display: flex;
  flex-direction: column;
}

@media (min-width: 720px) {
  body {
    flex-direction: row;
  }

  #legal {
    max-width: 720px;
    margin: 0 30px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #666;
}

#legal-navigation {
  width: 240px;
  margin-bottom: 20px;
}

#legal-navigation ul li {
  margin-bottom: 10px;
}

#legal {
  line-height: 1.5;
  font-size: 14px;
}

#legal h1 {
  margin-top: 0;
}

p {
  hyphens: auto;
  text-align: justify;
}

p a {
  text-decoration: underline;
  color: blue;
}

#legal ul {
  list-style-type: disc;
  margin-left: 14px;
}

#legal ul li {
  text-align: left;
  padding-left: 10px;
  margin-top: 10px;
}
