
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-container {
	flex: 1;
}

.hshFooter {
	background-color:rgb(20, 20, 60) !important;
	height: 170px;
}