html, body {
	min-height:100vh;
	position: relative;
}
html.mobile, body.mobile {
	min-height:85vh;
	position: relative;
}
.body {
	padding: 20px;
	padding-bottom: 50px;
}
footer {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.navbar-toggler:not(.collapsed) {
	background-color: rgba(255,0,0,0.6);
}
#email {
	cursor: pointer;
}