#Work
{
    position: relative;
    top: 135px;
    left: 42px;
}

.Project_Listing ,img
{
    position:relative;
    width: 300px;
    height: 200px;
    /* top: inherit; */
}


button.fa.fa-eye 
{
    position: absolute;
    left: 126px;
    border: solid 1px black;
    bottom: -6px;
}


.fa-eye:hover
{
   color: blue;
}

.Project_Listing:hover .Description
{
    position: absolute;
    height: inherit;
    width: inherit;
    /* left: 50%; */
    /* top: 50%; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size:16px;
    opacity:1;
}

.Description
{
    opacity: 0;
}
    

.Work_Gallery

{
   
    /* grid  container properties */
    display: grid;
    grid-template-columns: repeat(3,300px);
    grid-template-rows: repeat(3,300px);
    grid-gap:50px;
}

/* .ImgContainer #tech_tag 
{
    background: grey;
    position: relative;
    border-radius: 200px;
    left: 0px;
    top: 27px;
    z-index: 3;
    font-size: 10px;
    
    width: 40px;
} */


h3
{
    font-size:20px;
    display: inline;
}



/* To add later 
.Tech_Types 
{
  position: relative;
  top: 100px;
  left: 61px;
}

.Project_Type 
{
  position: relative;
  top: 100px;
  margin: 11px;
}


*/