body{
	min-height: 100vh;
	height: 100%;
	padding-bottom: 6em;
	position: relative;
}

.Footer-Shown{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.Footer-Row{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.row-margin-fix{
	margin-left: 0px;
	margin-right: 0px;
}

.Footer-Text{
	color: #f8f9fa!important;
	font-size: 1em;
	margin-bottom: 0px;
}

.Footer-Link{
	color: rgba(255,255,255,0.5);
	font-size: 1em;
	margin-bottom: 0px;
}

.form-error{
	margin-top: 1em;
}

//CSS to be run on screens smaller than lg {}
@media (max-width: 992px){
	body{
		padding-bottom: 12em!important;
	}
}
