.article-format{
	color: black;
}

.article-format p{
	font-family: Spectral;
	font-size: 1.2em;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -webkit-appearance: optimizelegibility;
    -moz-appearance: optimizelegibility;
    appearance: optimizelegibility;
    letter-spacing: -.012em;
	quotes: "“" "”" "‘" "’";
}

.book-cover-img {
  height: 300px; /* set a fixed height */
  object-fit: cover; /* cover the figure area without distorting the aspect ratio */
}

@media screen and (min-width: 601px) {
	.show-mobile{display: none;}
    .show-desktop{display: block;}
}

@media screen and (max-width: 600px) {
	.show-mobile{display: block;}
    .show-desktop{display: none;}
}