html {
			position: relative;
			min-height: 100%;
		}
body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 60px;
	}
	
   
	p {
		font-family: 'Open Sans', sans-serif;
		line-height:1.4em;
	}

.footer {
position: absolute;
width: 100%;
/*height: 60px;*/
/*line-height: 60px;*/
background-color: #f5f5f5;
	padding: 1rem;
}
.footer img {
	max-height: 40px;
}
.mx-auto {
	margin-right: auto !important;
margin-left: auto !important;
}
/*.helwood {
	font-family: 'FD-Helwoodica';
	color:green;
}*/
.text-small {
	font-size:0.8rem;
	}

.display-5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.2;
	}
.col-gold {
	color: rgba(152,124,13,1.00);
	
}