/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* correct placement of titles from anchorlinks */
*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
}
/* Makes the Jumbotron buttons detached with a margin on the bottom (12px) on narrow screen view */
.jumbotron .btn-primary, .jumbotron .btn-success, .jumbotron .btn-danger {
margin-bottom: 12px;
}
