#section-econometry path:hover {
  fill: #ffd10387;
  
}
path {
  fill: transparent;
  stroke: black;
}
text {
  text-anchor: middle;
  dominant-baseline: middle; 
  font: 5px Calibri, Arial;
}
#section-econometry {
	  margin-top: 44px;
    padding: 0 0 90px 0;
}
#section-econometry svg {
    height: 85%;
    width: 85%;
}
#section-econometry path {
    fill: transparent;
    /*stroke: white;*/
    stroke: transparent;
    filter: drop-shadow(1px 1px 3px #888);
}

a#slice11 > path {
    fill: #ffffff7a;
}
.container-ece [aria-current="page"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.href-disabled path {
    fill: #bdbdbd7a !important;
}

.footer-menu svg.bi.bi-book  path{
	    stroke: none !important;
    fill: unset;
}

@media (max-width: 575.98px){
	#section-econometry svg {
    height: 100%;
    width: 100%;
	}
}
@media (max-width: 767.98px) { 
	#section-econometry svg {
    height: 100%;
    width: 100%;
	}
}
@media (max-width: 991.98px) { 
	#section-econometry svg {
    height: 100%;
    width: 100%;
	}
}