.bottom-navigation-frame {
  background-color: #421a4c;
  color: #baacbe;
  font-weight: 300;
  padding: 15px 10px;
}
.bottom-navigation-frame .bottom-navigation {
  max-width: 1600px;
  margin: 0px auto;
  overflow: auto;
}
.bottom-navigation-frame .bottom-navigation .rights,
.bottom-navigation-frame .bottom-navigation .privacy {
  display: inline-block;
  vertical-align: top;
}
.bottom-navigation-frame .bottom-navigation .rights {
  float: left;
}
.bottom-navigation-frame .bottom-navigation .privacy {
  float: right;
  text-align: right;
}
.bottom-navigation-frame .bottom-navigation .privacy a {
  color: #876d8d;
  text-decoration: none;
}
.bottom-navigation-frame .bottom-navigation .privacy a:hover {
  color: #a997ae;
}

/* Extra Micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .bottom-navigation-frame .bottom-navigation .rights,
.bottom-navigation-frame .bottom-navigation .privacy {
    display: block;
    font-size: 14px;
    float: none;
    text-align: center;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .bottom-navigation-frame .bottom-navigation .rights,
.bottom-navigation-frame .bottom-navigation .privacy {
    display: block;
    font-size: 14px;
    float: none;
    text-align: center;
  }
}
/* Extra small devices (portrait phones, from 420px to 575px) */
@media (min-width: 420px) and (max-width: 575px) {
  .bottom-navigation-frame .bottom-navigation .rights,
.bottom-navigation-frame .bottom-navigation .privacy {
    display: block;
    float: none;
    text-align: center;
  }
}
/* Small devices (landscape phones, from 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .bottom-navigation-frame .bottom-navigation .rights,
.bottom-navigation-frame .bottom-navigation .privacy {
    display: block;
    float: none;
    text-align: center;
  }
}
