body {
	padding-top: 40px;
	padding-bottom: 20px;
}

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #ddd;
}

.navbar {
	padding: 2px;
}

.nav-item {
	font-size: 1.2rem;
}

.welcome-section {
	position: relative;
	min-height: 300px;
	background-image: url('../images/background_medium.jpg');
	background-size: cover;
	background-position: 28% 50%;
}

@media (min-width: 992px) {
	.welcome-section {
		background-image: url('../images/background_large.jpg');
	}
}

.welcome-content {
	color: white;
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.down-button {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

	.down-button i {
		color: white;
	}

	.down-button a:hover i {
		color: #3c92cc;
	}

.expertise-item-icon {
	color: #FF7140;
	margin: 10px;
}

.tools-image {
	width: 78px;
	height: 78px;
	margin: 10px;
}

.secondary-bg-section {
	background-color: #CDE5F5;
}

.img-about {
	max-width: 250px;
	max-height: 250px;
	margin: 0 auto 0;
}

.link-icon:hover {
	color: grey;
}

.img-responsive {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
