/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */


#site-header{
    background: #000E21;
    padding-top: 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 2rem;
}

#site-footer{
   background: #000E21; 
}

.footer-col2-bot h2{
    margin-bottom: -12px;
}
.footer-col-bot h2{
    margin-bottom: -8px;
}
.footer-col-bot a,.footer-col2-bot a,.footer-col3-bot a{
    color:#fff;
}
.footer-col-bot p{
    margin-bottom:0;
}