#page_wrapper{
	color: rgb(86, 86, 86);
	/*opacity: 1;
	background:  repeating-radial-gradient( circle at 0 0, transparent 0, rgba(40,99,151,.1) 1000px ), repeating-linear-gradient(#eee, #bfe1de);
	background-attachment: fixed;*/
	position: relative;
}
#page_wrapper::before{
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:  repeating-radial-gradient( circle at 0 0, transparent 0, rgba(40,99,151,.1) 1000px ), repeating-linear-gradient(#eee, #bfe1de);
	background-size: cover;
	z-index: -1;
}


#toolbox{
	background-color: rgb(255,255,255);
}

@media(min-width: 992px){
	.content_layer{
		backdrop-filter: blur(10px);
	}
}
@media(min-width: 576px){
	.content_layer{
		background-color: rgba(255, 255, 255, 0.5);
		border: 2px solid rgb(255, 255, 255);
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	}
}
