
body{
	background-color: white;
	margin: 0;

}

h1{font-family: Impact, Charcoal, sans-serif}



.spacer{
	padding-bottom: 25px;
}

hr{
	background-color: #ff5733;
	border-width: 2px;
	width: 150px;
	margin-top: 2px;


}

li{
	list-style-type: none;
}
.top_bar{
	background-color: #d75c37;
}
.col_bord{
	border-right: 3px solid white;
	text-align: center;
	font-size: 25px;
	padding-right: 25px;
	color: white;
} 

.col_bord a{
	color: white;
}

.col_bord h1{
	font-size: 15px;
	padding-top: 10px;
}

.col_i{
	padding-right: 2px;
}


.orange_bar{

background-color: #6991ac;
color: white;

}

.col_orange i{
	padding: 35px; 
}

.orange_bar i{
	
	font-size: 50px;
}

.col_h1 h1{
	font-size: 25px;
	color: white;
}

.float_left{

	text-align: left;
}




.section-divider{
	background-color: #282c34;
	border-width: 3px;
	width: 25vw;
	margin-top: 2px;
}

.ctr {
	text-align: center;
}

.no_pad{
padding: 0;
}

.sticky-btn{
	margin-bottom: 150px;
	margin-left: 10px;
}

.shadow img{

	  box-shadow: 0 2px 1px rgba(255,255,255,0.09), 
              0 4px 2px rgba(255,255,255,.09), 
              0 8px 4px rgba(255,255,255,0.09), 
              0 16px 8px rgba(255,255,255,0.09),
              0 32px 16px rgba(255,255,255,0.09);

}

.overlay-dark {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
}


.overlay-light {
    box-shadow: inset 0 0 0 1000px rgba(1, 1, 1, .4);
}

.jumbo-section{
	background-image: url('../photos/main.jpg');
	height: 65vh;

	color: white;
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-link {
	color: white;
	font-size: 1.2em;
	font-family: 'Notable', sans-serif;
}

.main_intro{
	padding-top: 50px;
}

.estimate{
	background-image: url('../photos/icons/bac5.png');
}

.social_row img{
	height: 50px;
	width: 50px;
}

.carousel-inner{
height: 25vh;
}

.carousel img{
	height: 25vh;
}

.pad_tbtm{

	padding-top: 100px;
	padding-bottom: 100px;
}

.text_right{

	text-align: left;

}

.work img{
	padding-bottom: 5px;
}


.red {
	background-image: url('../photos/icons/red.png');
	text-align: center;


}

.red h1, .red p{
	color: white;
}

.orange {
	background-image: url('../photos/icons/bac7.png');

}

.green{
	background-image: url('../photos/icons/green.png');

}

.orange p, .green p{
	font-weight: bolder;

	font-size: 1em;
}


.blue {
	background-image: url('../photos/icons/blue.png');
	text-align: center;
}

.blue h1{
	color: white;
}

.blue p, .blue p{
	font-weight: bolder;
	color: white;
	font-size: 1em;
}

.estimate_link{
	background-image: url('../photos/estimate.png');
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	font-weight: bolder;
	height: 350px;
}

.sticky-btn{
	margin-bottom: 150px;
	margin-left: 10px;

	height: 100px;
	width: 100px;
}


