:root {
	--bg-navbar: linear-gradient(to bottom, #90b5d7, #bad4eb, #d1e4f5);
	--border-navbar: #d1e4f5;
	--primary: #2f5488;
    --bg-primary-dk: #2b6092;
    --bg-primary: #325f87;
    --bg-primary-lt: #3f74a2;
    --info: #2c93d9;
    --bg-info: #2b83bf;
    --border-info: #1072b8;
    --glow-info: rgba(56, 143, 201, 0.5);
    --intro-header-gradient: linear-gradient(to bottom, #e2e7f9, #dde8fb, #e8edf9, transparent);
}
body {
	background: #E6EBFF;
	background-position: center top;
	background-size: cover;
}
@media (min-width: 768px) {
	body {
		background: url('/assets/images/bg-block1.png') no-repeat fixed;
	}
}
#app_header {
	border-bottom: 2px solid #dee2e6!important;
}
#app_footer {
	display: block;
	position: relative;
	bottom: 0;
	z-index: 100;
	border-top: 2px solid #dee2e6!important;
}
#site_footer {
	background: rgb(232 232 255 / 76%);
    border-top: 1px solid #b0c7fb;
}
