@font-face {
  font-family: 'BKoodakBold';
  src: url('BKoodakBold.eot?#') format('eot'),  /* IE6–8 */
       url('BKoodakBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('BKoodakBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
    font-style: normal;
}
.fshad {text-shadow: 1px 1px 1px #424242;}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #95C318;
}
a:hover {
    border-bottom: 2px solid #00B9D8;
    padding-bottom: 16px;
}