* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: white;
    background-color: black;
}

#container{
    width: 800px;
    padding-top: 60px;
    margin: 0 auto;
}

.clearfix {
    overflow: auto;
}
img{
    width: 100%;
    margin-bottom: 10px;
}

/*====================*/
/*header*/
header{
    text-align: center;
    overflow: auto;
}

header h1 {
    margin-bottom: 0px;
    line-height: 70px;
}

/*nav*/
nav {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 200px;
    height: auto;

}

nav a {
    float: left;
    margin: 5px;
    line-height: normal;
}

/*====================*/
section{
    width: 600px;
    margin: 0 auto 40px auto;
    overflow: auto;
}
section.doubleSection{
    width: 50%;
    float: left;
    overflow: hidden;
}

/*#zinepage*/
#zinepage{
    width: 50%;
    margin: 0 auto;
}
#zinepage.dubblepage{
    float: left;
}
#zinepage.printpage{
    width: 80%;
}
#zinepage img{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid grey;
}
#zinepage p{
    text-align: center;
}

/*#archivepost*/
#archivepost{
    width: 33%;
    float: left;
    padding: 0 10px 30px;
    background-color: transparent;
}
#archivepost img{
    width: 100%;
    border: 1px solid white;
}
#archivepost p {
    text-align: center;
    color: white;
}