/* Styles in a Privacy Policy and Cookies Policy */
html, body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.privacy_policy, .cookies_policy {
  position: absolute;
  top: 20vh;
  margin-left: 5vw;
  margin-right: 5vw; }
  .privacy_policy .title, .cookies_policy .title {
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 3.5vh;
    color: #1e252b; }
  .privacy_policy .subtitle, .cookies_policy .subtitle {
    display: block;
    font-family: 'OpenSans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 2.5vh;
    margin-top: 1vh;
    color: #1e252b; }
  .privacy_policy p, .cookies_policy p {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1e252b;
    font-size: 2vh;
    font-family: 'OpenSans', sans-serif;
    padding-bottom: 2vh; }

/*# sourceMappingURL=privacy-cookies.css.map */
