.site-title img {
    max-height: 100px;
    max-width: 350px;
}
.btn {
	border-radius:0 !important;
}
.form-control {
	border-radius:0 !important;
}
.input-group-text {
	border-radius:0 !important;
}
.active>.page-link, .page-link.active {
	background-color:#999 !important;
	border-color:#999 !important;
	color:#fff;
}
.page-link {
	color:#272727 !important;
}
.page-link:hover {
	color:#272727 !important;
}
.menulink {
	color:#333;
	/*margin-left:2em;*/
	font-family:'Carme';
	white-space: nowrap;
	text-decoration: underline;
}
.menulink:hover {
	color:#999;
}
.leftlink {
	padding-left: 7em !important;
}
@media (max-width: 950px) {
	.leftlink {
		padding-left: 0 !important;
	}
}
@media (max-width: 768px) {
    .no-margin-mobile {
        margin-left: 0 !important; 
		padding-left: 0 !important;		
    }
	.imglogo {
		float: left;
	}
	.leftlink {
		margin-top: 1em !important;
	}
}