/*
Theme Name: HW 2023
Author: Steve
Theme URI:
Version: 1.0.0
Description: An experimental full site editing child theme.
Tags: full-site-editing, blog, one-column, two-columns, editor-style, block-styles
Text Domain: hwfreedman
Requires at least: 5.5
Requires PHP: 7.2
Tested up to: 5.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

body > div > header, .box-shadow-bottom {
    box-shadow: 0 3px 5px 0px #909090;
}

.whitepanel {
    padding: 16px;
    background-color: white;
    height: 100%;
    border: solid 1px #D0D0D0;
}

.whitepanel:empty {
    display: none;
}

body, .wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto !important;
}