html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  background: #9a9a9a;
  font-size: larger;
  font-family:  sans-serif;
  text-align: justify;
}

.updates {
  background: #222222;
  color: white;
  padding: 1em;
  font-size: small;
  margin: 1em;
  border-radius: 3px;
}
.updates h4 {
  text-align: center;
}

.container {
  width: 50%;
  background: #f6f4f1;
  margin: 0 auto;
  padding: 0 20px;
  border: solid 1px #404040;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.sidebar {
  float: right;
  margin: 10px;
  width: 25%;
  font-size: 1em;
}

.sidebar img {
  width: 100%;
  border-radius: 5px;
}

h1, h2, h3 {
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

.clean-list {
  list-style: none;
}

@media (max-width: 1200px) {
  .container {
    width: 80%;
    font-size: small;
  }
  .updates {
    display: none;
  }
}

a {
  color: black;
}

a:visited {
  color: grey;
}

.site_description {
  font-style: italic;
}

blockquote {
  color:  grey;
  font-style: italic;
  border-left:  solid 1px gray;
  padding-left: 10px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

