.home-banner {
	box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .6);
	background-image: url('/images/banner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #f5f5f5;
}

