html body .navbar-brand .nav-logo {
	height:80px;
}

html body .navbar-nav .nav-item .nav-link.cust-nav-btn {
	background:#009bd5;
	color:#fff;
	padding:7px 28px;
	border-radius:50px;
    text-align: center;
    margin-right: 10px;	
	transition:0.5s all;
}

html body .navbar-nav .nav-item .nav-link.cust-nav-btn:hover {
	background:#007faf;
	color:#e8e8e8;
}

.btc-23-wrap {
	background:#000;
	color:#fff;
}

.btc-23-hero {
	padding-top:40px;
	padding-bottom:40px;
}

.btc-23-hero img {
	margin: 0 auto;        
}

html body .btc-23-hero .top-logo {
	width:100%;
	margin-bottom:40px;
}

.callout {
	width:50%;
}

.btc-icns-wrap {
	background:url('/img/orange-circuit-bg-rev1.png') center bottom no-repeat;
	background-size: cover;
	padding-top:80px;
	padding-bottom:80px;
}

.btc-icns-wrap .center-pic img {
	margin:0 auto;
}

.btc-icns-wrap h2 {
	font-weight:bold;
}

.btc-icns-wrap h3 {
	text-align: center;
	font-size: 32px;
	line-height: 36px;        
}

.btc-icns-wrap ul {
	padding-left:33%;
	text-align: left;        
}

.btc-icns-wrap ul li {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;        
}

.btc-icns-wrap h4 span {
	font-size:30px;
	line-height:32px;
}

.btc-icns-wrap h4 {
	color: #f00;
	text-align: center;        
}

.btc-icns-wrap h4 span {
	font-weight: bold;
	font-size: 64px;
	line-height: 66px;
	letter-spacing: -2px;        
}

.btc-icns-wrap h3.sm-txt {
	font-size: 24px;
	line-height: 28px;        
}    

.btc-icns-wrap .btn1 {
	background: #f00;
	color: #fff;
	padding: 10px 30px;
	font-weight: bold;
	border-radius: 50px;
	transition: 0.5s all;
	display: inline-block;
	margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;	
}

.btc-icns-wrap .btn1:hover {
	background:#f60;
	color:#e8e8e8;        
}

html body .btc-icns-wrap .center-pic {
    padding: 2%;	
}

.locations-map-wrap {
	background:url('/img/pixel-bg-rev1.png') center center;
	background-size: cover;
	padding-top:80px;
	padding-bottom:80px;        
}

.jtfrm-rent {
	padding:0 5%;
}

.locations-map-wrap .jtfrm-wrap {
	background:#f69d00;
	background: -webkit-linear-gradient(#f69d00, #f6ae31);
	background: -o-linear-gradient(#f69d00, #f6ae31);
	background: linear-gradient(#f69d00, #f6ae31);
	padding: 4%;
	border-radius: 10px;        
}

.bottom-cta-wrap {
	background:#009bd5;
    padding-top: 2%;
    padding-bottom: 2%;
}

.bottom-cta-wrap .min-dis-btn {
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-decoration: none;	
	transition:0.5s all;
}

.bottom-cta-wrap .min-dis-btn:hover {
	color:#f00;
}

footer {
	background:#333;
    padding-top: 1rem;	
}

@media screen and (max-width:787px) {
	
	html body .navbar-brand .nav-logo {
		height:50px;
	}	
	
	html body .navbar-nav .nav-item .nav-link.cust-nav-btn {
		margin-right: 0;
		margin-bottom: 5px;
		margin-top: 5px;
	}	

	.btc-23-hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.callout {
		width:100%;
	}	

	.btc-icns-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.btc-icns-wrap .space-40 {
		margin:0;
	}

	.btc-icns-wrap .col-md-4 {
		padding-bottom:40px;
	}

	.jtfrm-rent {
		margin-top:40px;
		height:900px;		
	}
	
	.locations-map-wrap .jtfrm-wrap {
		
	}	

}