.container-header {
  background-color: #21130d;
  background-image: none;
}
.navbar-brand {
  text-align: center;
  width: 100%;}
.container-nav {
    justify-content: center !important;
}
.footer .grid-child {
  justify-content: center;
}
.container-[main-top] {
	display: flex;
	flex-wrap: wrap;
}
{ margin: 0 auto; }
.container-footer {
  background-color: #21130d;
  background-image: none;
}
.container-topbar {
display: flex;
flex-direction: column;
justify-content: right;
align-items: right;
  float:right;
}
footer nav.navbar {
    width: 60%;
}
footer nav.navbar ul {
    flex-direction: row;
}
footer nav.navbar ul li {
    padding: 0 1.25em 0 0;
}