header {
      background: black;
      width:860px;
      margin:0 auto;
      margin-top: 1em;
      color: white;
      font-size:20px;
      padding: 20px;
      text-align:center;
      font-family: helvetica;
}

.img-post:hover {
    cursor: pointer;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    
}
.img-post {
    width: 200px;
    height: 200px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius:50%;
    box-shadow: 0 10px 6px -6px grey;
}

header ul, nav ul {
    margin-left:auto;
    margin-right: auto;
    margin-top:5px;
    margin-bottom:5px;
    text-align: center;
}

header li {
    margin: 5px;
    display:inline;
    padding: 5px;
    font-size:1em;
}

header nav a {
    text-decoration: none;
    color: white;
}

header nav a:hover {
    text-shadow: 0px 0px 9px rgba(42, 150, 150, 1);
    border-bottom: 2px solid white;
}

header, article, footer {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

article {
    background: #efefef;
    height: auto;
    border:0;
    width: 900px;
    margin: 0 auto;
    border-bottom: 1px solid black;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
}

article p,li {
    font-family: Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    font-size-adjust: none;
    font-stretch: normal;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    letter-spacing: 0.01em;
    font-size: 15px;
    text-indent: 15px;
    margin: 1em;
}

article h1, h2  {
    font-family: helvetica;
    text-align: center;
}

.art-img {
    float: left;
    margin: 5px;
}

.art-img-full {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#pages {
    width: 100%;
}


nav li {
    margin: 5px;
    display:inline;
    padding: 5px;
}

#footer-wrapper {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
footer {
    width: 900px;
    height: 50px;
    Background: black;
    color: white;
    text-align: center;
    margin: 0 auto;
}

footer img {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

#wrapper {
    margin-left:auto;
    margin-right: auto;
    margin-bottom:50px;
    margin-top: 0px;
    width: 100%;
}

html, body {
    padding:0;
    margin: 0;
    background-color: #FAFAFA;
}

#date {
    font-family: monospace;
    font-style: italic;
    text-align: right;
    margin: 2em;
}


blockquote {
    border-left: 1px solid black;
    padding: 3px;
}

div #text-logo {
    text-align: center;
    font-size: 2em;
}


        