@font-face {
  font-family: farrwest;
  src: url(/fonts/glyphabold65.otf);
}

body {
  min-height: 400px;
   margin-bottom: 100px;
   clear: both;
}


.footer {
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  padding-top:20px;
  background-color: #fff;
  color: #565656;
  border-top: 1px solid #DFE1E2;
}