h1, h3 {
	text-align: center;
}

.center {
	text-align: center;
}

/*body { 
	padding-top: 50px; 
}*/

/*To avoid the overlap of content due to navbar*/
*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}