.serengeti-national-park-region{
   fill:#c6995b;
   stroke:#2e1712;
   stroke-linecap:round;
   stroke-linejoin:round;
   stroke-width:1px;
   -webkit-transition: .7s;
   transition: .7s;
   cursor: pointer; 
}
.serengeti-national-park-region:hover{
   transform: translateX(-40px);
   cursor: pointer;
   opacity: 1;
}
.ngorongoro-region{
   fill:#7a5227;
   stroke:#2e1712;
   stroke-miterlimit:10;
   stroke-width:1px;
   -webkit-transition: .6s;
   transition: .6s;
   cursor: pointer; 
}
.ngorongoro-region:hover{
   transform: translateX(-40px);
   cursor: pointer;
}
.loliondo-region{
   fill:#c6995b;
   stroke:#2e1712;
   stroke-miterlimit:10;
   stroke-width:1px;
   -webkit-transition: .6s;
   transition: .6s;
   cursor: pointer; 
}
.loliondo-region:hover{
   transform: translateX(-40px);
   cursor: pointer;
}
.mount-kilimanjaro-region{
   fill:#7a5227;
   stroke:#2e1712;
   stroke-miterlimit:10;
   stroke-width:1px;
   -webkit-transition: .6s;
   transition: .6s;
   cursor: pointer; 
}
.mount-kilimanjaro-region:hover{
   cursor: pointer;
   transform: translateX(-32px);
}
.tarangire-region{
   fill:#7a5227;
   stroke:#2e1712;
   stroke-miterlimit:10;
   stroke-width:1px;
   -webkit-transition: .6s;
   transition: .6s;
   cursor: pointer; 
}
.tarangire-region:hover{
   cursor: pointer;
   transform: translateX(-32px);
}
.arusha-region{
   fill:#c6995b;
   stroke:#2e1712;
   stroke-miterlimit:10;
   stroke-width:1px;
   -webkit-transition: .6s;
   transition: .6s;
   cursor: pointer; 
}
.arusha-region:hover{
   cursor: pointer;
   transform: translateX(-32px);
}
.lake-manyara-region{
   fill:#7a5227;
   stroke:#2e1712;
   stroke-miterlimit:10;
   stroke-width:1px;
   -webkit-transition: .6s;
   transition: .6s;
   cursor: pointer; 
}
.lake-manyara-region:hover{
   cursor: pointer;
   transform: translateX(-32px);
}
.svg-container .svg-image path{
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}