  


  body{
    background-color: whitesmoke;
  }

  /*skills icons styles begin*/
  img.icon{
    width: 100px;
    max-width: 100px;
    display: block;
  }

  figure i{
    width: 100px;
    height: 100px;
    //background-color: white;
    vertical-align: middle;
  }
  /*skills icons styles end*/


  /*headshot size*/
  .headshot{
    max-width: 250px;
  }

  /*email and github social media styles begin*/
  .social{
    color: white;
    text-decoration: none;
    vertical-align: middle;
  }
  .social:hover{
   color: #999999;
    text-decoration: none;
  }
  /*email and github social media styles end*/

  /*project item styles begin*/
  .project-item:hover{
    text-decoration: none;
  }
  .project-item img:hover{
    opacity: 1; 
  }
  .project-item img{
    opacity: 0.7;
    transition: 0.3s;
  }

  /*project item styles begin*/


  /*resume column styles*/
  .resumeObj{
    display: block;
    height: calc((80vw * 1.2941176470588) + 60px);
    width: 80vw;
    margin: auto auto;
    max-width: 900px;
    max-height: 1164px;
  }





