
body {
  padding-top: 56px;
  
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
html {
  font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif;
  
}

@font-face {
  font-family: regular;
  src: url(Product_Sans_Regular.ttf);
}
@font-face {
  font-family: bold;
  src: url(Product_Sans_Bold.ttf);
}

h1 { font-size: 400%; }
