body {
	color: black;
}

.masthead {
	position: relative;
}

	.masthead .overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(0,0,0,.55);
	}

	.masthead .masthead-subheading,
	.masthead .masthead-heading,
	.masthead .masthead-description,
	.masthead .masthead-buttons {
		position: relative;
		z-index: 2;
	}

	header.masthead .masthead-subheading {
		font-style: normal;
    	font-weight: 400;
    	text-transform: uppercase;
    	font-size: 1.8rem;
		letter-spacing: 2px;
		line-height: 1.2;
	}

	.masthead-buttons a {
		background: transparent;
		border: 3px solid #E2782B;
	}

	.masthead-buttons a:hover {
		background: #E2782B;
	}

#mainNav .navbar-nav .nav-item .nav-link {
	transition: all .3s ease;
}

#mainNav .navbar-brand img {
	height: 70px;
}

#mainNav .navbar-toggler {
	background: transparent;
	padding: 0;
	border-radius: 0;
	font-size: 22px;
}

#mainNav button.navbar-toggler:focus {
	outline: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
}

p {
	letter-spacing: 0.5px;
}

#about {
	background-position: center;
	background-size: cover;
	position: relative;
}

#about .about-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}

#about .container-fluid {
	color: #efefef;
}

#about .container-fluid .col-12 {
	padding: 6rem 30px;
}

#services {
	color: #efefef;
}

#services h4 {
	color: #B63F82;
}

#services i {
	color: #efefef;
	opacity: .6;
}

.page-section h2.section-heading {
	font-size: 2.5rem;
}

.marker {
	color: #B63F82;
}