body {
  background: white;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  width: 100%;
}
html {
  min-height: 100%;
  width: 100%;
}
.hidden {
  display: none;
}
.privacy {
  padding: 80px 30px 150px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.privacy h1 {
  color: black;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
}
.privacy .subtitle {
  font-weight: 300;
  font-size: 26px;
  margin-top: 5px;
  font-family: 'Quicksand', sans-serif;
}
.privacy .logo {
  margin: 0px auto 00px;
  display: block;
  width: 150px;
}
.privacy .logo img {
  width: 100%;
}
.privacy .section {
  margin: 0 auto 50px;
  max-width: 800px;
}
.privacy h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Roboto', serif;
}
.privacy li {
  margin-bottom: 10px;
}
.privacy footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.privacy footer .section {
  margin: 0 auto;
  text-align: right;
  font-size: 15px;
}
@media only screen and (max-width: 670px) {
  .privacy {
    padding-top: 40px;
  }
  .privacy h1 {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 15px;
  }
  .privacy h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .privacy .section {
    font-size: 16px;
  }
  .privacy footer {
    right: 20px;
  }
}
/*# sourceMappingURL=privacy.css.map */