/**************/
/* BASE RULES */
/**************/
html {
  font-size: 16px;
}

body {
  margin: 0;
  background: #1B1629 url("images/flodi-bg.gif");
  background-size: 100%;
  font: 1rem "San-Francisco", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #e9e5cc;
  text-align: center;
}

h1 {
  font-size: 30px;
}
h1 a {
  color: inherit;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  color: #666;
}

p {
  margin: 15px 0;
}

a {
  color: inherit;
  text-decoration-style: dotted;
}
a:hover, a:active {
  opacity: 0.4;
}

ul,
ol {
  margin: 15px 0;
  padding-left: 30px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ul,
ul ol,
ul ul,
ol ol {
  margin: 0;
}

ul ul,
ol ul {
  list-style-type: circle;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.gmnoprint img {
  max-width: none;
}

.date {
  font-style: italic;
  color: #666;
}

::-moz-selection {
  color: #000;
  background: #eee;
}

::selection {
  color: #000;
  background: #eee;
}

/*********************/
/* LAYOUT / SECTIONS */
/*********************/
.masthead {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 640px) {
  .masthead {
    text-align: center;
  }
}

.site-avatar {
  display: block;
  width: 42px;
  height: 42px;
}

#svg-logo {
  fill: #e9e5cc;
}

.page-intro {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

nav a {
  margin-left: 20px;
  font-size: 1.25rem;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.spacer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.info {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.info .intro {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.875rem;
}
@media screen and (max-width: 640px) {
  .info .intro {
    font-size: 1.5rem;
  }
}
.info .meta {
  margin-top: 2rem;
  opacity: .5;
}
.info .meta span {
  margin-right: 2rem;
}
.info .meta span:last-child {
  margin-right: 0;
}

.posts > .post {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
}

.post header {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-size: cover;
  background-position: center center;
}
.post blockquote {
  margin: 1.8em 0.8em;
  border-left: 2px solid #666;
  padding: 0.1em 1em;
  color: #666;
  font-size: 22px;
  font-style: italic;
}
.post img {
  display: block;
  margin: auto;
}

footer {
  padding: 2rem;
  font-size: .8em;
}
footer span {
  color: rgba(233, 229, 204, 0.5);
}
