body {
	background: #f4f4f4;
}

h2, h3, h4, h5, h6 {
	font-family: Montserrat;
}

.navbar {
	background-color: #337ab7;
	padding: 10px 25px;
	transition: all .5s ease;
}

@media screen and (min-width: 992px) {

	#navigation li.nav-item {
		margin-left: 10px;
	}

	#navigation li a.nav-link {
		padding: 2px 10px;
		background: white;
		color: #337AB7;
	}
}
@media screen and (max-width: 1200px) {
	#navigation li.nav-item {
		font-size: 14px;
	}
}

.footer {
	background-color: #5b92c8;
	color: white;
	padding: 20px;
	z-index: 2000;
}


.footer ul {
	color: #333333;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	list-style: outside none none;
	text-align: left;
	text-transform: uppercase;
	width: 19.8%;
}
	.footer ul li a {
		color: #333333;
		text-decoration: none;
		outline: none;
	}