body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}


/* Move MainContent below the NavBar */
.mainContent {
  margin-top: 60px;
}



/* Z-Index for correct positioning of the modals */
.modal-dialog {
  z-index: 2000;
}