.container {
		box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	
}

.header {
	background-color: #b9c0c8;
	background-image: url('./header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 185px;
}

.header-text {
	margin-left: 2rem;
}

.nav {
	height: 3rem;
}

.content {
	padding: 2rem;
	background: url("./content_bg.jpg") no-repeat scroll calc(675px) calc(0px) #e6e7eb;
	background-repeat: no-repeat;
}

.contact {
	margin-top: 2rem;
}
