.bg-border {
  height: 15px; }

.bg-dark {
  background: #231f20 !important; }

.bg-grey {
  background: #959595; }

.bg-dark-grey {
  background: #3b3b3b; }

.accent {
  color: #66533b; }

@media screen and (min-width: 992px) {
  .desktop-hidden {
    display: none; } }
@media screen and (max-width: 991px) {
  .mobile-hidden {
    display: none; } }
