body
{
	margin: 0;
	padding: 0;
	font-family: Impact, Charcoal, sans-serif;
	font-family: 'Lato', sans-serif;
	
/*background: url(../images/banner/Background1.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  */
}

html
{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	
	
	
	
}

div
{
	/* max-width: 960px; */
	margin: auto;
	box-sizing: border-box;
	
	 
	/* border: 1px solid red;  */
}


hr.pageEnd
{
	width: 60%;
	max-width: 800px;
	border-top: 2px solid #FF6600;
	border-radius: 2px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 20px;
}






.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    
}


/* Page content */
.content {
  padding: 4px;
}

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


/* THese are the sub Menus that occurr on the pages as navigation aids */

.subMenu
{
	
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background: rgba(255, 255, 255, 0.82);
	border: 0px solid white;
	outline: none;
}

.subMenu a
{
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
	color: #FF6600;
	
}

