/* add boston.ttf */

@font-face {
    font-family: 'BostonTraffic';
    src: url('/misc/boston.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* vaultbiblio styles */
.vb-section {
    font-family: 'BostonTraffic', sans-serif;
}
html, body {
    min-height: 100%;
    margin: 0;
    padding-bottom: 80px;
}
/*
body {
    display: flex;
    flex-direction: column;
}
*/

footer {
  position: fixed;
  bottom: 0;
  left: 0;
}