header a {
  transition: all 0.3s linear;
}
header a:hover {
  box-shadow: 0em 0.12em 0.25em rgba(0, 0, 0, 0.5);
  background-color: #08AADC;
}

main #introduction ul li {
  transition: all 0.3s linear;
}
main #introduction ul li a {
  transition: all 0.3s linear;
}
main #introduction ul li:hover {
  background-color: #08AADC;
  box-shadow: 0em 0.12em 0.25em rgba(0, 0, 0, 0.5);
}
main #introduction ul li:hover a {
  color: white;
}
main #work .work-wrap img {
  transition: all 0.2s ease;
}
main #work .work-wrap img:hover {
  border-bottom: 2px solid #08AADC;
}

footer ul li {
  transition: all 0.3s linear;
}
footer ul li a {
  transition: all 0.3s linear;
}
footer ul li:hover {
  background-color: #422D82;
}
footer ul li:hover a {
  color: white;
}/*# sourceMappingURL=interactions.css.map */