.mainLogo {
	height: 35px;
	display: block;
	position: relative;
}
.mainLogo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 70px;
	background: url("/img/logo.png") no-repeat;
	background-size: contain;
}

a {
	color: #0099CC;
	text-decoration: none;
}

.btn-primary {
	background-color: #0099CC;
	border-color: #0099CC;
}

.page-item.active .page-link {
	background-color: #0099CC;
    border-color: #0099CC;
}

.nav-link {
	color: #0099CC;
}