body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.logo_wrapper {
	text-align: center;
}
.logo {
	background-image: url("/media/ui/logo.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 122px;
	width: 78px;
	display: inline-block;
	margin: 2em 0;
	/*background-color: yellow;*/
}
@media only screen and (min-width: 576px) {
	.logo_wrapper {
		text-align: left;
	}
}

/*bootstrap override*/
.btn {
	text-transform: uppercase;
	padding: 0.75em 1em;
}
.btn-primary {
	background-color: #485e88;
	border-color: #485e88;
}
.btn-primary:hover {
	background-color: #50addb;
	border-color: #4faddc;
}
.btn-outline-primary {
	color: #485e87;
	border-color: #485e87;
}
.btn-outline-primary:hover {
	background-color: #50addb;
	border-color: #4faddc;
}

.contact {
	margin: 0;
	padding: .75em 0;
	font-weight: 500;
	/*background-color: red;*/
}
.contact a {
	color: #485e88;
}
.contact_item {
	display: inline-block;
	margin-left: 1.5em
}

.navigation {
	margin: 0;
	padding: 1em 0;
	font-size: 1.1rem;
	/*background-color: blue;*/
}
.navigation a {
	color: #485e88;
	text-transform: uppercase;
	font-weight: 500;
}
.navigation_item {
	display: inline-block;
	margin-left: 1.5em;
}

.gap {
	margin-bottom: 4em;
}


p {
font-size: 1.2rem;
}




.news {
}
.news_item {
	margin-bottom: 1em;
}
.news_title {
	font-size: 1.2rem;
	margin-bottom: 1em;
}
.news_image {
	width: 100%;
	margin-bottom: .5em;
}
.news_date {
	margin-bottom: .5em;
	display: block;
}



.SectionTitle {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 500;
}
.SectionTitle-small {
	font-size: 1.5rem;
		text-transform: uppercase;

}

.headerPad {
	padding-bottom: 1em;
}
.headerBG {
	background-image: url('/media/ui/ulicaBG.jpg');
	background-size: cover;
}