body {color: #333;}



@media screen and (min-width:1201px) {
  .portfolio-hover-title .portfolio-archive .has-post-thumbnail * {
    cursor: pointer;
  }
}



/* unvisited link */
.site-content a:link {
  color: #333;
  text-decoration: underline;
}

/* visited link */
.site-content a:visited {
  color: #333;
}

/* mouse over link */
a:hover {
  color: #888;
}

/* selected link */
a:active {
  color: #888;
}
