body > footer .main-footer {
  min-height: 60px;
  background-color: #180D01;
  padding-top: 20px;
  padding-bottom: 20px; }
  body > footer .main-footer ul.menu {
    display: flex; }
    body > footer .main-footer ul.menu li {
      font-size: 16px; }
      body > footer .main-footer ul.menu li a {
        padding-right: 20px;
        color: #b99976;
        text-decoration: none;
        text-transform: uppercase; }
        body > footer .main-footer ul.menu li a:hover {
          color: #e5d3b3; }
  body > footer .main-footer p {
    text-shadow: unset;
    margin-bottom: unset;
    font-size: 16px;
    text-align: right;
    color: #b99976; }
  @media only screen and (max-width: 600px) {
    body > footer .main-footer .menu-footer-menu {
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      margin-bottom: 40px; }
    body > footer .main-footer p {
      text-align: center; } }
body > footer .sub-footer {
  background-color: #000000;
  padding: 20px 0;
  font-weight: bold; }
  body > footer .sub-footer p {
    color: #664229;
    font-size: 16px;
    margin-bottom: 0; }

/*# sourceMappingURL=secondary.css.map */
