/*Normal styling for quick custom page */

.quickcustom_header{
	text-align:center;
}

.well-cover{
	text-align:center;
}

.quickCustomPara{
	line-height:1.75em;
}


/*End of styling for quick custom page */

@media only screen and (min-width:1200px){
	.quickcustom_header h2{
		font-size:3.1rem !important;
	}
	
	#about_quickcustom{
		height:1050px;
	}
}

@media only screen and (min-width:768px){
	.quickcustom_header h2{
		font-size:2.75rem !important;
	}
}


/*@media styling for different break points */

/*End of @media styling */

/* 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;
}