body{
	font-family: sans-serif;
	font-size: 1.4em;
	color:black;
}

.wpage {
	max-width:1920px;
}

.pjustify {
	text-align: justify;
}

.bg-wandg {
	background-color: #2774B0 !important;
}
.bg-wandg-2 {
	background-color: #F69815 !important;
}
.bg-wandg-3 {
	background-color: #965700 !important;
}
.border-wandg {
	border-color: #2774B0 !important;
}
.border-wandg-2 {
	border-color: #F69815 !important;
}
.border-wandg-3 {
	border-color: #965700 !important;
}

.nav-link {
	color: #eee !important;
}

.nav-link:hover, .nav-link.active {
	color: #212529 !important;
}

.card .link-light {
	color: #eee !important;
}

.card .link-light:hover, .card .link-dark:hover {
	color: #eee !important;
	text-decoration: underline !important;
}

.card-footer .nav-link, .list-group-item a {
	color: #965700 !important;
}

.card-footer .nav-link:hover, .card-footer .nav-link.active, .list-group-item a:hover {
	color: #965700 !important;
}

.pagination .page-item {
	background: #965700;
	color: #ffffff;
	margin: 0px 6px 0px 6px;
}

.pagination .page-item.active, .pagination .page-item:hover {
	background: #965700;
	border-color: #965700;
	color: #212529;
}

.pagination .page-item .page-link {
	background: transparent;
	color: #ffffff;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
	background: #965700;
	border-color: #965700;
	color: #212529;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
	border-radius: 0px;
}

#parallax {
	background-image: url("/static/images/parallax.webp");
	background-attachment: fixed;
	background-position: center;
	padding: 120px 0;
}

#open_preferences_center {
	background: #eee none repeat scroll 0 0;
	bottom: 5px;
	color: #999;
	left: 12px;
	cursor: pointer;
	height: 60px;
	line-height: 20px;
	position: fixed;
	text-align: center;
	-webkit-transition: all 4ms linear 0s;
			transition: all 4ms linear 0s;
	width: 100px;
	z-index: 9999;
	font-size: 16px;
	border: 1px solid #2774B0;
	border-radius: 10px;
	padding-top: 6px;
}
#open_preferences_center:hover {background-color: #2774B0; color: #eee;}