body.bg {
	/* background-color: #ffffff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%; */

	background-color: #FFFFFF;
	background-position: center bottom, center bottom;
	background-repeat: no-repeat, no-repeat;
}

body.bg::after{
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content:url('assets/bg.png') url('assets/bg_m.png');
}

@media (min-width: 1080px) {
	body.bg {
		background-size: 410px, 523px;
		margin-bottom: 503px;
		background-image: url('assets/bg.png');
	}
}


@media (max-width: 1079.98px) {
	body.bg {
		background-size: 220px, 280px;
		margin-bottom: 260px;
		background-image: url('assets/bg.png');
	}
}

.jumbotron { background-color: #ffffff !important; padding: 0 !important; margin: 0 !important;}

.clr_red { color: #fd1821; }
.clr_blue { color: #004790;}
