/*
Theme Name:     Aqua Clear
Theme URI:
Description:    Generatepress child theme.
Author:         Octane Marketing
Author URI:     https://www.theoctaneagency.com
Template:       generatepress
Version:        0.1.0
*/

/**
 * Type
 **/

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

/**
 * Gutenberg Gallery Block Fix
 **/

.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0;
}

/**
 * Sticky Navigation
 **/

.navigation-stick {
	background-color: rgba(255,255,255,0.8);
	backdrop-filter: blur(0.5rem);
}
