/*
 Theme Name:   	Renewable Solutions Child Theme
 Theme URI: 	https://renewablesolutions.com/
 Description: 	Custom WordPress child theme for Renewable Solutions.
 Author: 		Nancy Orchard, The Aleut Corporation
 Author URI: 	https://www.aleutcorp.com/
 Template:    	bricks
 Version:     	0.1.0
 Text Domain: 	renewable-solutions

 Originally based on the Bricks Child Theme (v1.1).
*/

:root {
	--header-height: 12vh;
}
.site-header {
	height: var(--header-height);
}
body {
	background-color: rgba(242, 255, 255, 100);
}

/**
#brx-content {
	padding-top: var(--header-height);
}
**/