/* override font boosting in mobile chrome*/

html * {
	max-height: 1000000px;
}

body {
	background: #000;
	background-image: url(/img/bg.svg);
	margin: 0;
	padding: 1.5em 2em;
	font-family: Helvetica, sans-serif;
	color: #fff;
}

html body {
	padding: 1.5em 2em;
}

img.item-icon {
	width: 16px;
	display: inline-block;
}

.bodyline {
	background-color: #393837;
	height: 10px;
	border: 0;
}

.bodyline-slim {
        background-color: #393837;
        height: 1px;
        border: 0;
}

.pdf-container,
.link-container {
	margin-left: 5px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.footer-history {
	color: #f9afaf;
}

.contact {
	color: goldenrod;
}

.send-pdf {
	color: rgb(194, 54, 54);
	margin-top: 20px;
}

.pdf-info {
	color: rgb(122, 190, 190);
}

.tld-style {
	color: #dd4e4e;
}

a:any-link.site-title {
	text-align: center;
	text-decoration: none;
}

a:any-link.author-item {
	color: pink;
	text-decoration: none;
}

a:any-link.book-item,
a:any-link.link-item {
	color: white;
	text-decoration: none;
}

.book-subtitle-item {
	color: rgb(169, 214, 182);
}

.book-author-item {
	color: #ff5656;
	text-decoration: none;
}

.author-count {
	color: #ccc;
}

.book-directory {
	color: #868686;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0;
}

a img {
	border: 0;
}

.about-container {
	background: #555;
	padding: 20px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 40px;
}

.text-content-red {
	background-color: black;
	color: rgb(221, 71, 71);
	padding: 10px;
	text-align: justify;
	margin-bottom: 30px;
	margin-top: 10px;
}

.text-content-white {
	background-color: black;
	color: white;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

img.poster-img {
	width: 200px;
}

.center {
	text-align: center;
}

p.tor-address {
	margin-top: 40px;
	word-wrap: break-word;
}

img.tor-icon {
	border: 0px;
	height: 17px;
}

a:any-link.tor-link {
	color: #9c5f8f;
	text-decoration: none;
}

.banner-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   padding: 5px 0;
}

.banner-container .media {
   vertical-align: middle;
   padding: 2px;
   margin: 0;
}

.box {
   background-color: black;
   max-width: 400px;
   border: 2px solid rgb(158, 71, 71);
   padding: 20px;
   margin: 20px 0;
}

.box ul {
    list-style-type: none;
    padding: 0;
}

.box a {
    color: #e1e1e1;
}

.solidarity {
   background-color: rgb(145, 145, 65);
   color: black;
   max-width: 350px;
   padding: 1px 20px;
   margin: 20px 0;
}

a:any-link.arrow {
   text-decoration: none;
}

.middle-east {
   margin-bottom: 40px;
}

h2.heading-green {
   color: #749e74;
}

h2.heading-red {
   color: #dd4e4e;
}

h2.heading-blue {
   color: #63c1c1;
}

h2.heading-yellow {
   color: goldenrod;
}

h2.heading-purple {
   color: #9c5f8f;
}


/* PIPED HEADER */

.piped-header a {
	color: #dbd9d9;
	text-decoration: none;
}

.piped-header a:hover {
	background-color: #680003;
}

.piped-header a:active {
	background-color: #9c0005;
}

.piped-header h1,
h2,
h3,
h4 {
	font-weight: normal;
}

.piped-header span {
	border-left: 1px solid #ccc;
	padding: 0 10px;
	font-family: monospace;
}

.piped-header span:first-child {
	border-left: none;
	padding-left: 0;
}

.text-piped-header span:after {
	content: "|";
	margin: 0 10px;
}

.text-piped-header span:last-child:after {
	content: '';
	margin: 0 10px;
}


/* FILTER */

#filter {
	background-color: rgba(0, 0, 0, .04);
	font-size: .90em;
	padding: .5em;
	margin-bottom: .5em;
	border: 1px solid rgba(194, 193, 193, 0.15);
	border-radius: .25em;
	width: 10em;
	transition: width .25s ease;
	color: rgb(231, 231, 231);
}

@media(prefers-color-scheme:dark) {
	#filter {
		background-color: rgba(255, 255, 255, .07);
		border-color: rgba(228, 221, 221, 0.15);
		color: #fff
	}
}

#filter:focus {
	width: 20em
}
