.project-icon {
    width: auto;
    height: 80px;
    float: right;
    margin-top: 10px;
    margin-right: 8px;
}

.project-card {
    background-color: #282C34;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    height: auto;
    width: 100%;
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25 );
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1.1);
    transform: scale(1.06);
  }

  div a, div a:hover {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
    height: auto;
  }