body {
  background-color: #5e6a58 !important;  
}
.bm-bg-blue{
  background-color: blue;
  color: white;
}
.bm-bg-black{
  background-color: black;
  color: white;
}
.navbul {
  width: 100%;
  background-color: #904549;
  font-weight:700;
  font-size: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer {
  width: 100%;
  background-color: #EEEEEE;
  font-size: 14px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  color: black;
}
.bigbox {
  background-color: #C1A170;
}
.nav-link {
  border-radius: 10px;
  background-color: #55555500;
  color: white !important;
  padding: 8px;
  margin: 8px;
}
.nav-name {
  font-weight: 900;
  font-size: 24px;
  color: white !important;
  line-height: 40px;
  vertical-align: middle;
}
.main-div {
  margin-top: 80px;
}
.navbar {
  color: black !important;
}
