#body {
    min-height:60%;
    position: relative;
    padding-bottom: 96px;
}

#footer {
	font-size: .9rem;
	color: rgba(0,0,0,0.5);
	margin-top: 16px;
	padding-bottom: 16px;
	width: 100%;
    bottom:0px;
    position:absolute;
	min-width: 600px;
	display: block;
	overflow: hidden;
}
#footer * {
	font-size: inherit;
	color: rgba(0,0,0,0.5);
}
#footer ul {
	display: inline;
	font-size: inherit;
	color: inherit;
}
#footer li {
	display: inline;
	margin-right: 8px;
	font-size: inherit;
	color: inherit;
}
#footer li a {
	font-size: inherit;
	color: inherit;
}
#footer li a:hover {
	color: black;
    border-bottom:1px solid;
}

/* ******** Mobile Stuff ******** */
@media (max-device-width: 720px), (max-width: 720px) {
    #body {
        /*min-height:70%;*/
    }   
}