nav, .articlelist, .category, article main, div.aweber {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5); }

body {
  background: #ccc;
  color: #333;
  margin: 0;
  font-family: Verdana, Arial, sans; }

p {
  text-shadow: 0px 0px 2px #ccc;
  line-height: 1.5em;
  margin: 0.3em;
  margin-left: 1em;
  margin-right: 2em;
  max-width: 50em; }

section > p:nth-child(1):first-letter {
  font-size: 2em;
  font-weight: bold; }

p + p {
  text-indent: 1em; }

a {
  text-decoration: none;
  color: #333; }

p a, a:hover {
  text-decoration: underline; }

.bgimage img {
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 80vh; }

div.unsplashtag {
  position: absolute;
  right: 5px;
  top: 5px; }

nav {
  width: auto;
  margin: 10px;
  padding: 0.3em;
  height: 1em;
  position: fixed;
  font-size: 24px;
  text-align: center;
  left: 5px;
  top: 5px;
  z-index: 10; }
  nav a {
    display: block;
    color: #333;
    text-shadow: 0px 0px 1px #000; }

.articlelist, .category, article main, div.aweber {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 1200px;
  padding-left: 5%;
  padding-right: 10px;
  padding-bottom: 80px;
  position: relative;
  min-height: 5em;
  border: 1px outset #fff; }

.articlelist {
  padding-top: 0.1em;
  padding-bottom: 3em;
  margin-bottom: 10em; }

h1 {
  font-size: 5vw;
  margin-top: 3vw;
  margin-bottom: 6vw;
  padding: 0;
  padding-top: 0.5em;
  text-shadow: 1px 1px 3px #666; }

.category, article main {
  top: calc(-10vw - 20px); }

article h1 a {
  color: #000; }
article main h2 {
  margin-left: 1em; }
article main .date {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ccc;
  font-size: 0.8em;
  text-shadow: 1px 1px 2px black; }
article main .share {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px; }
article main .categories {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 40px;
  font-size: 0.8em; }

body footer {
  background: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  height: 8em;
  font-size: 0.7em; }
  body footer h3 {
    padding: 0; }

body footer section {
  display: inline-block;
  float: left; }

div.aweber {
  background: white;
  width: 72%;
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center;
  padding: 20px;
  height: 500px;
  border: 1px outset #ccc; }

@media all and (min-width: 1000px) {
  article main {
    top: -130px; }

  .category {
    top: -130px; }

  h1 {
    font-size: 56px;
    margin-top: 18px;
    margin-bottom: 70px; } }
@media all and (max-width: 800px) {
  nav {
    height: 3vw; }
    nav a {
      font-size: 3vw;
      line-height: 3vw; }

  h1 {
    margin-bottom: 30px; } }
blockquote {
  display: inline;
  width: 50%;
  float: right;
  position: relative;
  font-family: 'Sanchez', serif;
  color: #333388;
  font-size: 1.8em;
  line-height: 1.2em;
  font-style: italic; }

blockquote:before {
  content: "\201C";
  position: absolute;
  top: 0.25em;
  left: -0.15em;
  color: #888;
  font-size: 6em;
  z-index: -1; }

@media handheld {
  * {
    float: none; } }
@media all and (max-width: 600px) {
  blockquote {
    float: clear;
    width: 90%;
    left: 10%; }

  div.aweber {
    margin-bottom: 100px;
    overflow: hidden; }

  body footer {
    position: relative;
    height: auto;
    padding-bottom: 50px;
    display: block; }
    body footer section {
      height: auto;
      display: block;
      float: clear; }
    body footer .tagcloud {
      display: block;
      height: auto; } }
