:root {
	--rec-theme-on-primary: #22b7e5;
	--rec-theme-primary: #23b7e5;
	--rec-theme-secondary: #e95444;
}
.rec-body {
	background: url("/uploads/sites/49/shutterstock_714182113_cropped.jpg") bottom / cover fixed;
}
.rec-body .container {
	background: none;
}
.rec-body .panel {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	color: #5f646b;
}
.rec-footer section {
	border-top: 1px solid #fff;
	font-size: smaller;
	padding: 15px;
}
.rec-header img {
	max-width: 30%;
}
.rec-main.index .container {
	background: rgba(240, 240, 240, 0.7);
}
.rec-nav {
	--rec-theme-primary: rgba(0, 0, 0, 0.3);
}
