/* 
Theme Name: hitchcock-child
Author: Frederic & Felix Schon
Template: hitchcock
*/

 body{
     background-color: whitesmoke;
 }

 #posts a {
     opacity: 30%;
 }

 .section-inner{
     width: 1440px;
 }
 
 .post-container{
     background: none;
 }

 body, h1, h2, h3, h4, p, span, li, a {
     color: #333;
 }

 .header{
     padding: 0;
 }

 .credits{
     z-index: unset;
 }
 body .credits.section-inner p,
 body .credits.section-inner a{
     color: #333;
 }

 .navigation .section-inner > h3{
     text-align: center;
     color: whitesmoke;
     padding-top: 20px;
 }