
#divInfluences {
  background: lightblue;
  border: 1px solid pink;
  height: 98vh;
  left: 0vw;
  pointer-events: all;
  position: absolute;
  top: 0vh;
  width: 98vw;
}





#svgTxt1040NYInfluence {
  /* background: pink; */
  /* border: solid red 1px; */
  fill: red;
  /* height: 20vh; */
  height: auto;
  left: 15vw;
  overflow: visible;
  position: absolute;
  transition-duration: 2s;
  stroke: green;
  stroke-width: .3%;
  top: 7vh;
  /* width: auto; */
  width: 30vw;
  z-index: 10;
}

#txt1040NewYorkInfluence {
    /* fill: #f2f2f2f2; */
    fill: pink;
    font-size: 7.7px;
    font-family:'PlayfairDisplay';
    /* font-family:'Times'; */
    text-anchor: start;
    /* text-align: end; */
    transition-duration: 1.2s;
    transition-duration: 4s;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.1, 1.3);
    stroke: #2f2f2fff;
    stroke-width: .2%;
    /* word-spacing:0px; */
}


#svgTxtInfluence {
  /* background: pink; */
  /* border: solid red 1px; */
  fill: red;
  /* height: 20vh; */
  height: auto;
  left: 19vw;
  overflow: visible;
  position: absolute;
  transition-duration: 2s;
  stroke: green;
  stroke-width: .5%;
  top: 15vh;
  /* width: auto; */
  width: 43vw;
  z-index: 10;
}

#txtInfluence {
    /* fill: #f2f2f2f2; */
    fill: pink;
    font-size: 7.7px;
    font-family:'PlayfairDisplay';
    /* font-family:'Times'; */
    text-anchor: start;
    /* text-align: end; */
    transition-duration: 1.2s;
    transition-duration: 4s;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.1, 1.3);
    stroke: #2f2f2fff;
    stroke-width: .2%;
    /* word-spacing:0px; */
}




/* The Grid: */   /* The Grid: */
/* The Grid: */   /* The Grid: */
/* The Grid: */   /* The Grid: */
#imgNeighborhood {
  left: 20vw;
  top: 20vh;
}
#imgCity {
  left: 40vw;
  top: 20vh;
}
#imgRegional {
  left: 60vw;
  top: 20vh;
}
#imgNational {
  left: 20vw;
  top: 40vh;
}
#imgAllen {
  left: 40vw;
  top: 40vh;
}
/*
#imgUtility {
  left: 60vw;
  top: 40vh;
}
#imgBP {
  left: 20vw;
  top: 60vh;
}
#imgSylas {
  left: 40vw;
  top: 60vh;
}
#imgWatkins {
  left: 60vw;
  top: 60vh;
}
#imgTrinity {
  left: 20vw;
  top: 80vh;
}
#imgCourt {
  left: 40vw;
  top: 80vh;
}

#imgAF {
  left: 60vw;
  top: 80vh;
}

*/


.XtoClose{
  pointer-events: all;
}
.XtoClose:hover {
  stroke-width: 1.6;
}


.gridSvgs {
    height: auto;
    left: 20vw;
    overflow: visible;
    position: absolute;
    transition-duration: 2s;
    stroke: green;
    stroke-width: .3%;
    top: 20vh;
    width: auto;
    width: 40vw;
}
.gridTxts:hover {
  fill: #2f2f2f2f;
  stroke: #f2f2f22f;
  transform: rotate(1.5deg);
}
.gridTxts {
    font-size: 1.8px;
    font-family:'PlayfairDisplay';
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.1, 1.3);
    stroke: #2f2f2fff;
    stroke-width: .15%;
}
#svgTxtNeighborhood {
  left: 21vw;
  top: 38vh;
}
#svgTxtCity {
  /* border: 1px dashed pink; */
  left: 41vw;
  top: 38vh;
}
#svgTxtRegional {
  /* border: 1px dashed pink; */
  left: 61vw;
  top: 38vh;
}
#svgTxtNational {
  /* border: 1px dashed pink; */
  left: 21vw;
  top: 58vh;
}
#svgTxtAllen {
  /* border: 1px dashed pink; */
  left: 41vw;
  top: 58vh;
}



#svgTxtUtility {
  /* border: 1px dashed pink; */
  left: 61vw;
  top: 58vh;
}
#svgTxtBP {
  /* border: 1px dashed pink; */
  left: 21vw;
  top: 78vh;
}
#svgTxtSylas {
  /* border: 1px dashed pink; */
  left: 41vw;
  top: 78vh;
}
#svgTxtWatkins {
  /* border: 1px dashed pink; */
  left: 61vw;
  top: 78vh;
}
#svgTxtTrinity {
  left: 21vw;
  top: 98vh;
}
#svgTxtCourt {
  left: 41vw;
  top: 98vh;

}
#svgTxtAF {
  left: 61vw;
  top: 98vh;

}




#svgTxtOthers {
  /* background: pink; */
  /* border: solid red 1px; */
  /* fill: red; */
  fill: black;
  height: 4vh;
  /* height: auto; */
  left: 19vw;
  overflow: visible;
  position: absolute;
  transition-duration: 2s;
  stroke: darkgreen;
  stroke-width: .5%;
  top: 64vh;
  width: auto;
  /* width: 43vw; */
  z-index: 10;
}

#txtOthers {
    /* fill: #f2f2f2f2; */
    fill: blue;
    /* fill: pink; */
    color: black;
    font-size: 7.7px;
    font-family:'PlayfairDisplay';
    /* font-family:'Times'; */
    text-anchor: start;
    /* text-align: end; */
    transition-duration: 1.2s;
    transition-duration: 4s;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.1, 1.3);
    stroke: #2f2f2fff;
    stroke-width: .2%;
    stroke-width: 1.2%;
    /* word-spacing:0px; */
}




#aNeutra {
  position: absolute;
  left: 20vw;
  top: 67vh;
  font-size: 2vh;
}

#aRohe {
  position: absolute;
  left: 20vw;
  top: 70vh;
  font-size: 2vh;
}

#aBijvoet {
  position: absolute;
  left: 20vw;
  top: 73vh;
  font-size: 2vh;
}

#aKoenig {
  position: absolute;
  left: 20vw;
  top: 76vh;
  font-size: 2vh;
}

#aKahn {
  position: absolute;
  left: 20vw;
  top: 79vh;
  font-size: 2vh;
}












/*
#pTheBunker {
  top: 37vh;
  left:
} */
