@charset "utf-8";
/* CSS Document */

.logo {
	display: inline-block;
	width: 110px;
	height: 110px;
}

/*Navigation Bar*/

.navbar-brand {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	padding-left: 0.5rem;
}

.nav-item {
	font-size: 1.2rem;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 10px;
}

a.nav-link:hover {
	color: #000 !important;
}

a.nav-link.active {
	color: #000 !important;
}

a {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/*Hero Section*/

.heroDesign {
	background-image: url(../img/hero.design.projects.jpg);
	background-size: cover;
	height: 50vh;
}

.heroConstruction {
	background-image: url(../img/hero.contruction.projects.jpg);
	background-size: cover;
	height: 50vh;
}

.heroAbout {
	background-image: url(../img/hero.about.jpg);
	background-size: cover;
	height: 50vh;
}

.display-1 {
	color: #fff;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 4rem;
}

.display-5 {
	color: #fff;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 3rem;
}

.blockquote {
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	border-left: 5px solid #000;
	padding-left: 20px;
}

.DropCap:first-letter {
	float: left;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	font-size: 5rem;
	color: #000;
	padding: 10px 20px 10px 0;
	line-height: 55px;
	text-shadow: 4px 4px 0 #ccc;
}

.btn-warning {
	background-color: #000;
	border: none;
	color: #fff;
	text-decoration: none;
}

.btn-warning:hover {
	background-color: #ff9900;
	color: #fff;
}

/*Cards*/

.card-body {
	background-color: #fdfdfd;
}

.btn-outline-info:hover {
	color: #fff;
}

/* Carousel */

.carousel-caption h5 {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 3rem;
	color: #fff;
}

.carousel-caption p {
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	color: #fff;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-left: 7px;
	background-color: #fff;
	opacity: 0.8;
}

.carousel-indicators .active {
	background-color: #cc3d6b;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1s;
	text-shadow: 1px 1px 2px #000;
}

.anemities h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 1rem;
}

/*Footer */

footer {
	background-color: #fff;
}

footer .display-6 {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	color: #000;
	font-size: 2rem;
}

footer ul li {
	color: #fff;
	font-size: 1.2rem;
}

footer a:link {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	color: #ff9900;
}
