/* Put your custom css here */

@media screen and (max-width: 992px) {
	.navbar-nav ul {
		display: block !important;
	}
}