body {
	background-color: #364042;
/* 	background-image: url(../img/2019-big-bear/big/_DSC1279.jpg); */
	background-position: center bottom;
	background-size: cover;
}

h1 {
	color: #fff;
}

#lightbox-img-wrapper {
	background: rgba(41, 41, 41, 0.87);
}

a, a:visited {
	color: #f73e3c;
}

a:hover {
	background-color: rgba(248, 62, 59, 0.2);
}

@media (min-width: 601px) {
	body {
		
		background-image: url(../img/2019-big-bear/_DSC1279.jpg);
	}
	
}

@media (max-width: 600px) {
	body {
		background-image: none;
	}	
}