.image-container {
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
}
.image-container img {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	transition: filter ease .2s;
}
.header-container:hover img {
	filter: brightness(80%);
}
@media (max-width: 768px) {
	.image-container img {
		width: auto;
		height: 500px;
	}
}
.title-container {
	z-index: 2;
	text-shadow:  2px 2px 3px rgba(0, 0, 0, 0.71);;
}
.title {
	background-color: rgba(194, 185, 185, 0.7);
	border: 2px solid #5094e2;
	color: #3277c7;
	padding: 1.7rem;
	margin: 1.7rem 8rem;
	text-align: center;
}
@media (max-width: 992px) {
	.title {
		margin: 0;
	}
}
@media (max-width: 768px) {
	.title {
		padding: 0 5px;
	}
}
.subtitle strong {
	font-weight: 600;
}
.subtitle, .subtitle h2, .subtitle h3 {
	font-weight: 600;
}
.subtitle h2 {
	border-bottom: 1px solid #fff;
}
.content {
	position: relative;
	z-index: 2;
}
.content strong {
	font-weight: normal;
}
nav {
	max-width: 270px;
}

footer {
	background-color: #f7f7f7;
	border-top: 1px solid #eaeaea;
	color: rgba(0,0,0,.54);
	font-size: 14px;
}



.link-unstyled, .link-unstyled:visited, .link-unstyled:hover, .link-unstyled:active, .link-unstyled:focus, .link-unstyled:active:hover {
	font-style: inherit;
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	border-radius: inherit;
	border: inherit;
	outline: inherit;
	box-shadow: inherit;
	padding: inherit;
	vertical-align: inherit;
}