
body{
  
  /*USING BACKGROUND TO THE PICTURE.

  background-image: url("pics/bioBlue.gif");
  background-size: 40%;
  background-repeat: repeat-x;
  background-position: center 300px;*/
  
}




#header_grid{

  display:grid;
  grid-template-columns: repeat(12,1Fr);
  grid-template-rows:repeat(3, auto);

  grid-gap:1vw;
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  background: white;
  z-index: 3;
 

}


#title {
  grid-column: 2/12;
  grid-row:1/2;
  font-family: 'Roboto Slab', serif;
  font-size: 5.2vw;
  font-weight:400;
  color:#DDD;
  filter:blur(0px);
  text-decoration:none;
  text-align: center;
  transition:filter 1s;
  
}

#title:visited {
  color:#DDD;
  text-decoration: none;
}
#title:hover{
  filter: blur(4px);
}
#title:active{
  filter: blur(0px);
}



#w {

  grid-column:4/6;
  grid-row: 2/3;
  height: 50px;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  font-weight: 100;
  text-align: center;
  padding-top:40px;
  text-decoration:none;
  filter:blur(0px);
  transition:filter 0.2s;
  color: black;
  
}

     #w:visited {
        color:black;
        filter:blur(0px);
        text-decoration: none;
      }


    #w:hover {
        filter:blur(2px);
        background-image: url("pics/works.png");
        background-size: 200px 100px;
        background-repeat: no-repeat;
        background-position: top;

      }



#ex {
  grid-column: 6/8;
  grid-row: 2/3;
  height: 50px;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  font-weight: 100;
  padding-top: 40px;
  text-align:center;
  text-decoration:none;
  filter:blur(0px);
  transition:filter 0.2s;
  color: black;
}

      #ex:hover {
        filter:blur(2px);
        background-image: url("pics/Exh.png");
        background-size: 200px 100px;
        background-repeat: no-repeat;
        background-position: top;

      }

      #ex:visited {
        color:black;
        text-decoration: none;

      }


    #ab{
      grid-column: 8/10;
      grid-row: 2/3;
      height: 50px;
      font-family: 'Roboto Slab', serif;
      font-size: 17px;
      font-weight: 100;
      padding-top: 40px;
      text-align:center;
      text-decoration:none;
      filter:blur(0px);
      transition:filter 0.2s;
      color: black;


    }

        #ab:hover {
          filter:blur(2px);
          background-image: url("pics/Abt.png");
          background-size: 200px 100px;
          background-repeat: no-repeat;
          background-position: top;
        }

        #ab:visited {
          color: black;
          text-decoration: none;

        }


#main_grid{
  display: grid;
  grid-template-columns:repeat(12,1Fr);
  grid-template-rows:repeat(6, auto);
  grid-gap: 20px;
  margin-top:220px;

  }


p{
  font-family: 'Roboto Slab';
  
  font-size:17px;
}


#bio {
  
  grid-column: 2/12;
  margin-top:50px;
  grid-row: 3/4;
  text-align: center;
  
}



#gif{
 
  grid-column: 5/9;
  grid-row: 3/6;
  width: 100%;
  margin-top:250px;
  border-left:solid 2px #000;
  border-right:solid 1px #000; 
 
  
}

#copy{
  grid-column: 4/10;
  grid-row: 6/7;
  text-align: center;

}

