#myNavbar,
#navDemo,
.section-title {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	overflow: hidden;
}
#myNavbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	font-size: 18px;
}
.navbar-logo {
	flex-grow: 1;
	max-height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#myNavbar a {
	padding: 12px 16px;
}
#navDemo {
	display: none;
	transition: 0.3s;
	box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
}
footer {
	max-height: auto;
	padding: 20px 0;
	color: #fff;
	background-color: #292828;
}
footer .w3-col {
	width: 100%;
}
