@font-face {
  font-family: introFont;
  src: url('Helvetica-Condensed-Light.otf');
}
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.boxShadow {
  box-shadow: 0 0 0.6em 0.1em #464646;
}
