/*Custom Style*/
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
	font-style: Normal;
}
#mainNav .navbar-brand img {
	height: 2rem;
}
@media (min-width: 992px) {
	#mainNav .navbar-brand img {
		height: 7rem;
	}
}
header.masthead {
	background-image: url("../assets/img/home/HomeRoad.jpg");
}
header.masthead .masthead-subheading {
	font-style: normal;
}
@media (min-width: 768px) {
	header.masthead .masthead-subheading {
		font-style: normal;
	}
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
	font-style: Normal;
}
.team-member img {
	border: 0.5rem solid #f19724;
}
section#contact {
	background-image: url("../assets/img/contact/contactLocation5.jpg");
}
#mainNav .navbar-nav .nav-item .nav-link {
	color: #fff;
    /*color: black;*/
	text-shadow: 2px 2px 2px #000;
    /*text-shadow: 2px 2px 2px #fff;*/
	font-weight: bold;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #ffc800;
}
.textShadow{
	text-shadow: 2px 2px 2px #000;
}
.contactLocationDiv{
	webkit-box-shadow: 0px 0px 5px 0px #000000;
    box-shadow: 1px 1px 10px 5px #000000;
    background: #ffffffa1;
    border-radius: 20px;
	padding: 25px 5px;
}
.fa-ul {
    margin-left: 0em;
}