/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Your custom styles below */

/* --- Minimal, fast reset --- */

html, body, div, section, article, header, footer, main, aside,
p, h1, h2, h3, h4, h5, h6, ul, ol, li, img, figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* --- Custom site styles --- */

.page-id-15  #site-header, .page-id-15 .page-header {
    display: none;
}

.site-logo img {
    max-height: 40px;  /* adjust as needed */
    display: block;
    margin: 0px auto; /* centre horizontally */
}

.site-footer {
    padding-block-end: .5rem !important;
    padding-block-start: 0.5rem !important;
}

.footer-inner {
    display:block !important;
    width:100% !important;
}