/**
 * privacy.css
 * Styling for the Privacy Policy page. Matches You Don't Know Africa brand.
 */

@font-face {
  font-family: 'Homestead';
  font-display: auto;
  src: url('/1/public/fonts/Homestead-Regular.ttf');
}

html {
  height: 100%;
  font-family: 'Homestead', Arial, Helvetica, sans-serif;
  color: white;
  text-shadow: 0 0 2px black, 0 0 5px black;
}

body {
  background: #415353;
  padding: 0;
  margin: 0;
  font-size: 14px;
  overflow-x: hidden;
  min-height: 100%;
}

#wrapper {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 40px;
}

h1 {
  font-size: 250%;
  margin-bottom: 5px;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

.privacy-content {
  text-align: left;
}

.privacy-title {
  font-size: 180%;
  margin-top: 20px;
  margin-bottom: 4px;
}

.privacy-meta {
  font-size: 13px;
  color: #869886;
  margin-bottom: 24px;
}

.privacy-content h3 {
  font-size: 120%;
  margin-top: 28px;
  margin-bottom: 8px;
}

.privacy-content h4 {
  font-size: 105%;
  margin-top: 16px;
  margin-bottom: 6px;
  color: #f89f34;
  text-shadow: none;
}

.privacy-content p {
  margin: 10px 0;
  line-height: 1.5;
}

.privacy-content ul {
  margin: 8px 0 16px 20px;
  padding-left: 0;
}

.privacy-content li {
  margin: 4px 0;
}

.privacy-content a {
  color: #f89f34;
  text-decoration: none;
}

.privacy-content a:hover {
  text-decoration: underline;
}

footer {
  margin: 30px auto 20px;
  color: #869886;
  text-align: center;
  width: 90%;
  max-width: 600px;
}

footer a {
  color: #869886;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
