/*
 Theme Name:   My Child Theme
 Description:  A child theme for Hello Elementor
 Author:       Christopher Duncan
 Author URI:   https://cdaunderwater.photography
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  cda-up
*/

body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
footer {
margin-top: auto;
}

