
/* Existing navbar styles */
/*
body {
  padding-bottom: 20px;
}

*/
.navbar {
  margin-bottom: 20px;
}

/* Custom maroon theme */
.bg-maroon {
  background-color: #87143D !important;
}

