@font-face {
    font-family: 'NewYork';
    src: url('newyork/NewYork.otf') format('opentype');
  }
  
  body {
    font-family: "NewYork";
  } 

/* BASIC THEME CONFIGURATION */
body {
    color: black;
	background: white;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

.img-responsive {
    margin: 0 auto;
}

.page-header {
    border-bottom: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }