html, body {
	height: 100%;
}

.jumbotron {
	margin-bottom: 0px !important;
}

.menu {
    background-color: #2d272a;
	display: flex;
	justify-content: center;
}

.navbar .navbar-collapse {
	text-align: center;
}

.navbar-toggler {
    position: relative;
    margin: 0 auto !important;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #2d272a;
	color: white;
	text-align: center;
}