@media (max-width: 992px){
	#navbarSupportedContent .dropdown-menu{
		display:none !important;
	}
	
	#navbarSupportedContent .dropdown-menu.show{
		display: block !important;
	}
}

.link-box{
	border: 3px solid rgb(246, 198, 58);
	height: 100%;
	border-radius:10px;
	text-align: center;
    justify-content: center;
    align-items: center;
}