@font-face {
    font-family:font;
    src: url('font.otf');
}

@font-face {
    font-family:open;
    src: url('openlight.ttf');
}

@font-face {
    font-family:openbold;
    src: url('openbold.ttf');
}

body {

font-family:openbold;
background:#eee
}

.navbar-default .navbar-nav  li  a:hover {

background:#fff;
border-radius:4px

}

.fill { width:100%;height:100%;background-position:center;background-size:cover;
}

.navbar-nav  li a:hover {

color:#000
} 

.btn {

  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}