/*
 * Theme Name: Neve Child
 * Theme URI: https://wp-themes.com/neve
 * Author: ChildThemeWP.com
 * Author URI: https://childthemewp.com
 * Description: My WordPress Neve child theme.
 * Template: neve
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Version: 1.0.0
 * Text Domain: neve-child
 */

body {
    max-width: 1920px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

header {
    max-width: 1920px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

#footerlinktochildthemewp {
    display: none;
}

#site-footer {
    display: none;
}
