.navbar__brand-logo-img {
  max-width: 10rem;
  max-height: 3rem;
}
.contactus {
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #5b4f36;
}
.contactus>* {
  margin-left: 1.5em;
  margin-right: 3.5em;
}
.motto {
  max-width: 38em;
}
.navbar>*:first-child {
  margin-left: 38px;
}
.motto__title, h1, h2, h3, h4, h5, h6 {
  font-family: "Times", sans-serif;
  font-weight: 700;
}
.footer {
  padding-top: 2rem;
  background-color: black;
}
.navbar__menu-link {
  display: inline-block;
  text-decoration: none;
  color: #dcdde0;
  padding: 0.5em;
  margin-left: -2.5em;
  margin-right: 2.5em;
}
#main, .main > .container:first-child, .main > .motive__motto:first-child, .container--article {
    padding-bottom: 39px;
}