p {
	text-align: justify;
}

p.small-box {
	text-align: center;
}

#headerwrap p.logo-wrap {
	color:#222222;
}

.banner-img img {
	background: none;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #2196F3;
}

.modal-header {
	background: #2196F3;
}

.grid figcaption {
	background: #2196F3;
}

.navbar-brand {
	padding-top: 5px;
}

.googleDriveVideoWrapper {
	position: relative;
	padding-bottom: 75%;
	width: 100%;
	height: 0;
}

.googleDriveVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtubeVideoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	margin-bottom: 20px;
}

.service-icon {
	text-align: center;
	color: #008bc5;
	width: 70px;
}

.service-text {
	font-size: 22px;
	display: inline-block;
	width: 90%;
}

.service-span {
	vertical-align: middle;
}

@media (max-width: 995px) {
	.portfolio-img {
		margin-bottom: 20px;
	}
	h2 {
		text-align: center;
	}
	.service-icon {
		width: 100%;
	}
	.service-text {
		width: 100%;
		text-align: center;
	}

	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}