.dark_bg {
  	background-image: linear-gradient(transparent, var(--bg-color4)), 
    url('img/bckgnd-plain-lg-file.jpg');
  	background-size: cover;
  	/*background-color: #222222;*/
}

.light_bg {
	background-image: url('img/beachbkg.jpg');
}

.br_bg {
	position: fixed;
	min-height: 100%;
	width: 100%;
	background-color: #f00;
	background-image: linear-gradient(#22222288, #22222288), url('img/br_cover.jpg');
 	filter: blur(12px);
	-webkit-filter: blur(12px); 	

	background-size: contain;
	
  	/*background-position: center;

  	/*background-color: #222222;*/
}

.content {
	width: 70%;
}

