/* line 103, ../sass/screen.sass */
a {
  color: #6C7D76;
  text-decoration: none;
}
/* line 106, ../sass/screen.sass */
a:hover {
  color: #59ffeb;
}

.image-link {
  display: inline-block;
  margin: .5% .5% 0% 0%;
  line-height: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.first-link {
	margin: .5% 0% 0% 0%
}

.image-link:hover {
  -webkit-filter: brightness(50%);
}



