/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.navigation {
	position: sticky;
}

.container {
	margin-top: 13vh;
}

.brx-body {
	min-height: 100dvh;
}

.inner-content {
	padding-top: 4vh;
	padding-left: 4vh;
	padding-right: 4vh;
	padding-bottom: 4vh;
}

.logo-container {
	height: fit-content;
	width: fit-content;
}

.icon-shadow {
	filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
}