.footer {
  background: #262a30;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 48px 0 60px;
  color: #ffffff;
}
.footer-row {
  margin: 0 -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer p {
  margin-bottom: 0;
  font-size: 14px;
}
.production {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 15px;
}
.production img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
.copyright {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding: 0 15px;
}
.copyright .nav {
  flex-direction: column;
}
.copyright a {
  color: #ffffff;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #ffc600;
}
@media (max-width: 650px) {
  .footer-row {
    flex-direction: column;
    justify-content: center;
  }
  .production {
    justify-content: center;
  }
  .copyright {
    margin-top: 20px;
    margin-left: unset;
    justify-content: center;
  }
  .copyright p,
  .copyright .nav {
    text-align: center;
  }
  .copyright .nav {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .close img {
    width: 40px;
  }
}
