
body {

}


h1 {
	font-size: 1.2em;
	color: #f26522;
	margin-top:2em;
}

.content a {
	color: #f26522;	
}
footer a {
	color: #f26522;
}

footer {
	background: #444;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.gallery-image {
	display: inline-block;
}

.orange-to-yellow-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc20e+0,f26522+100 */
	background: #ffc20e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffc20e 0%, #f26522 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffc20e 0%,#f26522 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffc20e 0%,#f26522 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc20e', endColorstr='#f26522',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

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

.nav-item.active {
	border-bottom: 2px solid #ffc20e;
}

.key-points {
	background-color: #eeeeee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#carouselExampleInterval {
	border-bottom: 1px solid #ccc;
}

.key-points-icon {
	font-size: 3em;
	color: #f26522;
}

.phone-num {
	color: #f26522;
}

.phone-num-btn {
	background-color: white;
	color: #f26522;
	padding: 1em;
	border-radius: 2px;
}
.text-white {
	color: white !important;
}

.home-copy-wrap {
	background-color: #000000;
	background-image: url('../images/backgrounds/b5.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bottom-drop-shadow {
	-webkit-box-shadow: 0px 15px 32px -15px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 15px 32px -15px rgba(0,0,0,0.62);
	box-shadow: 0px 15px 32px -15px rgba(0,0,0,0.62);	
}

.home-copy {
	background: #fff;
	border:1px solid black;

}


.projects-copy-wrap {
	background-color: #000000;
	background-image: url('../images/backgrounds/b3.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.products-copy-wrap {
	background-color: #000000;
	background-image: url('../images/backgrounds/b4.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.products-copy {
	background: #fff;
	border:1px solid black;

}


.contact-copy-wrap {
	background-color: #000000;
	background-image: url('../images/backgrounds/shutterstock_1310978048.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.contact-copy {
	background: #fff;
	border:1px solid black;

}
