/* Me
-------------------------------------------------------------------------------*/

body {
  font-size: 62.5%;
  font-family: 'Helvetica Neue';
}

#wrapper {
  width: 96em;
  margin: 0 auto;
}

.centered {
  display: flex;
  justify-content: center;
}

#header {
  display: flex;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}

#header #heading {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 14px;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 0;

  text-align: center;
}

#header #heading a,
#header #heading a:hover,
#header #heading a:link,
#header #heading a:visited {
  color: inherit;
  text-decoration: none;
}

#header nav {
  flex-grow: 1;
  display: flex;
  text-align: right;
  align-items: flex-end;
}

#header nav a {
  height: 20px;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: center;
  align-items: center;

  margin-left: 2px;

  background-color: #000000;
  color: white;
}

#header nav a,
#header nav a:hover,
#header nav a:link,
#header nav a:visited {
  text-decoration: none;
}

#links {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}

main {
  display: flex;
}

main .main-column {
  width: 100%;

  flex-direction: column;
}

main section.content {
  width: 700px;

  flex-shrink: 0;
}

main aside {
  flex-grow: 1;

  border-left: 1px dotted #D0DEE1;

  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

aside {
  line-height: 1.5em;
}

aside ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

aside ul li {
  font-size: 14px;
  height: 42px;
  padding-top: 10px;
  border-bottom: 1px solid #000000;
}

aside ul li:first-child {
  padding-top: 0px;
}

aside ul li.title {
  font-weight: bold;
  font-size: 16px;
  height: 21px;
  border-bottom: 0;
}

aside a {
  color: #000000;
  text-decoration: none;
}

.separator {
  width: 64%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #D0DEE1;
}

.content {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 300px;
}

.content.no-top,
.content :first-child {
  margin-top: 0;
}

.content article {
  background-color: #F9F9F9;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px 4px 4px 4px;
}

.content article:last-child .vert-sep {
  border-bottom: 0;
}

.content article .article__date {
  margin-bottom: 1.6em;
}

.content h1 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 4px;
}

.content-subtitle,
.content h2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 8px;
  margin-top: 4px;
  margin-bottom: 12px;
}

.content h3 {
  font-size: 1.4em;
  margin-top: 0.2em;
}

.content h3 a {
  color: black;
}

.content hr + p {
  margin-bottom: 0em;
}

.content hr {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
  margin-left: 45%;
  margin-right: 45%;
}

.content p {
  font-size: 18px;
}

.content article > p {
  margin-bottom: 0.8em;
}

.content article > p:not(:first-child) {
  margin-top: 0.8em;
}

#footer {
  border-top: 0.1em solid #000000;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}
