
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media(max-width:1280px) {

}
@media(max-width:1199px) {
	.bCards h1{
	  font-size: 40px;
	}
}
@media(max-width:992px){
	.mobile_toggle{
		display:block;
    position: absolute;
    right: 0;
    color: #000;
		padding: 0 5px 0px 5px;
 	top:15px;
		z-index: 99999;

	}
	.navbar-toggler{
		display:none;
	}
	.navbar-brand{
	display:block;
	background: #fff;
	margin: 0;
	width: 100%;
  max-width: 100%;
  left: 0;
	}
	#offNav {
		font-size: 35px;
		color: #fff;
		padding: .5rem;
		line-height: 1;
		cursor: pointer;
	}

	#onNav {
		font-size: 35px;
		color: #fff;
		padding: .5rem;
		line-height: 1;
		cursor: pointer;
	}
	#nav_menu-2{
		display: none;
	}
}
@media(max-width:768px) {
	.container{
		width:auto;
	}
	.section2 h2,
	h1{
		font-size: 28px;
	}
	.featured-img{
		height: 270px;
	}
	.featured-img p{
		display: none;
	}
	.call-text{
		display: none;
	}
}
@media(min-width:991px){
  .mobile_toggle{
 		display:none;
 	}
}
