body {
	background-color: #f5f5f8;
}

header.mainpic-desktop {
	background: #1d3e6c url(assets/img/header-index.jpg) no-repeat top -33px center;
	background-size: cover;
	
	height: 250px;
	padding-top: 30px;
	padding-bottom: 30px;
	
	display: flex;
}

header.mainpic-desktop .row {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

header.mainpic-desktop * {
	background: transparent !important; // mwg override
}

header.mainpic-mobile {
	height: 50%;
	background-position: bottom center;
}

@media (min-width: @screen-md-min) {
	header.mainpic-mobile {max-height: 400px;}
}

.well-contact {
	background: none;
	border-radius: 10px;
	box-shadow: none;
}

.sidebar .text-muted {
	color: #a2a2a2;
}

.columns-2 {
	column-count: 2;
	column-gap: 40px;
}

.well-rounded {
	border-radius: 10px;
}

.text-balance {
	text-wrap: balance;
}