body {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700
}

h2{
	font-size: 2.7rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #ab0707;
}

.text-primary{
	color: #7499a7 !important;
}

.bgimg {
	background-color: #001851;
	background: url(../img/overlay5.png) no-repeat center center;
	background-size: cover;
	position: fixed;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bgimg .overlay {
	position: absolute;
	background-color: #000000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .6
}

header.masthead {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem
}

header.masthead h1 {
	font-size: 2rem
}

@media (min-width:768px) {
	header.masthead {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	header.masthead h1 {
		font-size: 3rem
	}
}

.showcase .showcase-text {
	padding: 3rem
}

.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover
}

@media (min-width:768px) {
	.showcase .showcase-text {
		padding: 7rem
	}
}

.features-icons {
	padding-top: 7rem;
	padding-bottom: 7rem;
	position: relative;
}

.features-icons .features-icons-item {
	max-width: 20rem
}

.features-icons .features-icons-item .features-icons-icon {
	height: 7rem
}

.features-icons .features-icons-item .features-icons-icon i {
	font-size: 4.5rem
}

.features-icons .features-icons-item:hover .features-icons-icon i {
	font-size: 5rem
}

.testimonials {
	padding-top: 7rem;
	padding-bottom: 7rem;
	position: relative;
}

.testimonials .testimonial-item {
	max-width: 18rem
}

.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0 5px 5px 0 #adb5bd
}

.call-to-action {
	position: relative;
	padding-top: 7rem;
	padding-bottom: 7rem
}

footer.footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}

a:hover {
	text-decoration: none;
}