/*
Theme Name: Astra Child
Author: Your Name
Description: A child theme for Astra.
Version: 1.0.0
Template: astra
Text Domain: astra-child
*/

/* Add your custom CSS below */
.ast-footer-copyright p,.ast-footer-copyright p a {
    margin-bottom: 0;
    color: #656565;
}
ul.footer_menu_links{list-style:none;text-align:left;}
ul.footer_menu_links li{line-height:27px;
    font-size: 16px;}
ul.footer_menu_links li a{color: #656565;}
body{background-color: aqua;}

.custom-template-content h1{font-size: 31px;
    text-align: center;
    color: #2c292a;
    text-transform: capitalize;
    margin: 40px 0 23px;}

