/*
Theme Name: WP Newspaper Child
Description: Theme enfant de WP Newspaper
Author: wpmagplus
Author URI: https://wpmagplus.com
Template: wp-newspaper 
Version: 0.1.0
*/ 

#content{
    min-height: 100vh;
}
.copyright{
    background-color: #ececec;
}
.top-bar{
    background-color: #f1f1f1;
}
.inside-page, #content{
    background-color: rgba(255,255,255,0.89);
    margin-top: 0px !important;
    padding-top: 90px;
}
