/*
Theme Name: Custom Aquariums
Theme URI: https://github.com/adams-specialty-products/aquariums_theme
Author: The ASP Dev Team
Author URI: https://github.com/orgs/adams-specialty-products/people
Description: A handcrafted theme for www.customaquariums.com.
Version: 2025.06.121040
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: aquariums
*/

@media (max-width: 576px) {
	#header-video-overlay {
		background: rgba(248, 249, 250, 0.7) !important
	}
}

.background-wrapper {
	background-color: rgba(0, 21, 91, 0.75);
	z-index: 2;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.background-wrapper {
		max-width: 90%;
		padding: 40px;
	}
}

@media (min-width: 1200px) {
	.background-wrapper {
		max-width: 80%;
		padding: 60px;
	}
}
