/*NORMAL STYLING FOR FIREBRANDING PAGE.*/

	.firebrandingPara{
		text-align:center;
	}
	
	.firebranding_header{
		text-align:center;
		padding-top: 6%;
	}
	
	.firebrandingPara {
		line-height: 2.5rem;
		padding-left: 15%;
		padding-right: 15%;
	}

.firebranding_img{
     width:100%;
}
/*END OF NORMAL STYLING*/



/*START OF MEDIA QUERIES*/
@media only screen and (min-width: 1280px){
	#about_firebranding{
		height:1250px;
	}
}

@media only screen and (max-width: 992px){
	
	.firebrandingPara{
		padding-right:0%;
		padding-left:0%;
	}
	
}

/*END OF MEDIA QUERIES*/

/* Page content   AND BASIC CSS STYLING..... */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
