/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


html, body {
    height: 100%; /* Ensures body fills full height of viewport */
}

body {
    display: flex;
    flex-direction: column; /* Stacks header, main content, footer vertically */
    min-height: 100vh; /* Ensures body takes up at least the full viewport height */
}

body {
    display: flex;
    flex-direction: column; /* Stacks header, main content, footer vertically */
    min-height: 100vh; /* Ensures body takes up at least the full viewport height */
}

#gform_submit_button_1 {
    background: #3c6e7a !important;
    border: 0 !important;
}

#gform_submit_button_1:hover {
    background: #000 !important;
    border: 0 !important;
}