/* Custom CSS for my website */

:root {
  font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
  font-weight: normal;
}

body {
  max-width: 850px;
  margin: auto;
}

#site-title {
  font-size: 2.5em;
  font-weight: bold;
  margin: 1em 0em 1em;
  text-decoration: none;
}

#site-title a {
  text-decoration: none;
}

#website-title-block {
  border-bottom: 2px solid #000;
}

nav {
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between; 
  border-bottom: 2px solid #000;
}

nav a {
  flex-basis: 25%;
  margin: 5px 0px;
  text-underLine-offset: 0.2em;
}

article {
  margin: 5em 0em;
}

article h1, h2 {
  text-align: center;
}

figure {
  margin: auto 0px;
  padding: 10px;
  border: 1px solid #eef;
  border-radius: 5px;
}

figcaption {
  display: block;
  text-align: center;
}

img	{
  display: block;
  margin: auto;
  max-width: 800px;
}
