
body {
	background: black;
	padding: 4rem;
	color: white;
	font-family: "Barlow Condensed";
  font-size: 1.2rem;
}

select, option, p, td, li, div, a, input {
  font-family: "Barlow Condensed";
  font-size: 1.2rem;  
}
.hidden {
  display: none;
}
h1, h2, h3, h4 {
  font-family: "Truculenta";
}
h1 {
	font-size: 5rem;
	text-align: center;
}
h2 {
  font-size: 3rem;
  margin-top: 0.2rem;
}
h3 {
  font-size: 1.8rem;
}
p {
	text-align: justify;
  line-height: 1.7rem;
}
div.container {
	width: 40rem;
	margin: 0 auto;
}
.mug {
	width: 30rem;
}
.caption, 
.secondary, 
strike, 
.material-description, 
.piece-number {
	color: #888;
}
.soldout {
	color: #ddd;
	margin-left: 0.5rem;
}
.piece-name {
  color: red;
}
.piece-number {
  text-align: center;
}
.forsalestatus {
  font-family: "Truculenta";  
  color: red;
  font-size: 1.8rem;
  font-weight: bold;
}
.thumbimg {
  width: 7.15rem;
  height: 7.15rem;
  border-radius: 0.8rem;
}
.thumb {
  display: inline-block;
  border: 2px solid white;
  transition: border 0.6s ease-out;
  width: 7.15rem;
  height: 7.15rem;
  border-radius: 1rem;
  margin: 0.3rem;
}
.thumb:hover {
  border: 2px solid red;
}
a:visited {
  color: darkred;
}

hr.secondary {
  border: 1px solid #888;
}


input {
  padding:4px;
  color: black;
  border-radius: 0.3rem;
}


