body {
	background-color: var(--moldura-shop-fundo);
	background-image: var(--moldura-shop);
	background-repeat: no-repeat;
	background-position: top center;
	color: var(--moldura-shop-texto);
}

/* .b-comic,
article,
footer,
aside,
header input {
	background-color: var(--cor-tiras-fundo);
	color: var(--cor-tiras);
} */

header > h1, header > h1 > a, header > h2, header > h2 > a  {
  color: inherit;
}
header a {
  text-decoration: none;
}
header > h1, header > h2 {
  font-family: 'Witless';
}
header > h1 {
  font-size: 24px;
}
header > h2 {
  font-size: 32px;
}

/*****/

section > div.modules > * {
  color: var(--cor-tiras);
  background-color: var(--cor-tiras-fundo);
  margin-bottom: 3%;
}
#container > section ul.menu li a {
  color: var(--menu);
}

#container div.modules a,
#container article a {
	color: var(--cor-tiras);
}

/* section.left > div.modules {
  margin-right: 1%;
}
section.right > div.modules {
  margin-left: 1%;
} */
