@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;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}