﻿#footer-logo-left {
	background: url('img/dudley-logo.jpg') no-repeat center;
	background-size: contain;
	flex-grow: 1;
	min-width: 20%;
}
#footer-logo-right {
	background: url('img/black-country.jpg') no-repeat center;
	background-size: contain;
	flex-grow: 1;
	min-width: 20%;
}

#footer-title {
	padding-top:25px;
	font-size:large;
}
#footer-sub{
	padding-top: 0px;
	font-size: xx-small;
}

.footer-container {
	height: 100%;
	display: flex;
}

.footer-text{
	padding: 0 10px;
}

body {
	height: 100%;
}

.main {
	min-height: 85%;
}
