/* stylelint-disable */
/**
 * Theme Name:   Go Child
 * Theme URI:    https://github.com/godaddy-wordpress/go
 * Description:  Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
 * Author:       GoDaddy
 * Author URI:   https://www.godaddy.com
 * Template: go
 * Version:      1.0.1
 * Text Domain:  go-child
 * Domain Path:  /languages
 * License: GNU General Public License v3 or later.
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */

 h1.site-title {
    color: black;
	text-transform: uppercase;
}

.wp-block-coblocks-features .has-center-content {
    margin: auto;
}

.wp-block-coblocks-feature {
	flex-direction: row;
	margin-bottom: 25px;
    margin-top: 20px;
}

figure.wp-block-image.size-full {
    max-width: 70% !important;
}

.wp-block-image img {
    margin: auto;
}

span.copyright {
    text-transform: uppercase;
}