/*
Theme Name: Noah's Hello Elementor Child
Theme URI: https://www.noahs.com
Description: Hello Elementor child theme for Noah's.
Template: hello-elementor
Version: 1.0.0
Text Domain: noahs-hello-child
Tags: noahs, elementor
*/

html {
    background: #FAF9F9;
}

body {
    background: #fff;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 1921px) {
    body.home {
        max-width: 1920px;
        margin: 0 auto;
    }
}
