/*
Theme Name: Theme enfant pixgraphy
Description: Theme enfant de Nath pixgraphy
Author: Nath
Author URI: http://nathalie-denaeyer.be/
Template: pixgraphy 
Version: 0.1.0
*/

.page-header {
    display: none;
}
#primary {
    width: 100%;
}
#secondary {
    display: none;
}
@media only screen and (max-width: 1300px) {
    .container {
        max-width: 800px !important;
    }
}
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 900px !important;
    }
}