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

.wpage {
	max-width:1920px;
}

.pjustify {
	text-align: justify;
}

.bg-prvtch {
	background-color: #1F69A5 !important;
}
.bg-prvtch-2 {
	background-color: #2CA4DA !important;
}
.bg-prvtch-3 {
	background-color: #777776 !important;
}
.border-prvtch {
	border-color: #1F69A5 !important;
}
.border-prvtch-2 {
	border-color: #2CA4DA !important;
}
.border-prvtch-3 {
	border-color: #777776 !important;
}

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

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

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

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

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

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

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

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
	background: #2CA4DA;
	border-color: #2CA4DA;
	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;
}

#parallax2 {
	background-image: url("/static/images/parallax-2.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 #1F69A5;
	border-radius: 10px;
	padding-top: 6px;
}
#open_preferences_center:hover {background-color: #1F69A5; color: #eee;}