/*
Theme Name: CN Aquarian
Description: This is a custom child theme of Hello Elementor for Aquarian
Theme URI:   https://www.capitalnumbers.com/
Author: Capital Numbers
Author URI:  https://www.capitalnumbers.com/
Template: hello-elementor
Version: 2.1.6
Text Domain: aquarian
*/

/* WordPress sets --wp-admin--admin-bar--height on <html> (32px, 46px below 783px) whenever the admin bar renders. */
.admin-bar {
	#header {
		top: var(--wp-admin--admin-bar--height, 32px);
	}
}

/* style.css runs the page background on a 120s infinite Ken Burns loop with no motion guard of its own. */
@media (prefers-reduced-motion: reduce) {
	.page_bg {
		animation: none;
		-webkit-animation: none;
	}
}
