/**
## This is a static file, called on the meta.htm after all other styles.
## Add your styles below
*/



@media only screen and (min-width: 800px) {

  .limitedwidth {
    max-width: 1200px;
    margin: 0 auto;
  }

  .limitedwidth2 {
    margin: 2rem 8rem 4rem;
  }

  .consignform {
    border: 1px solid #8c8b89;
    border-radius: 0.5rem;
    padding: 2rem 0;
    margin: 2rem 4rem 4rem 0;
  }

  .capSideMenu {
    margin-top: 100px;
  }

}



.menu-list a,
.capText,
.capText h1,
.capText h2,
.capText h3 {
  color: #343231;
}

.capSideMenu li a {
  padding: 0.5em .5em;
  font-weight: 600;
}

.capTitle {
  background: none;
}

.capSideMenu__item--active a,
.menu-list a:hover {
  color: #ee2432;
}

.capSideMenu li a:hover {
  background: none;
}

.capSideMenu__item--active {
  background: none;
}

.menu-list a:hover {
  background: none;
}

.consignform {
  border: 1px solid #8c8b89;
  border-radius: 0.5rem;
  padding: 2rem 0;
  margin: 2rem 1rem;
}

/* Undoing a flawed AdminBar CSS rule */
div li:focus-within {
  background-color: inherit;
}
