html, body {
	margin:0;
	padding:0;
}

body {
	background: #f6f6f6;
	background-image: url("bg.png");
	background-repeat: repeat-x;
	background-position: 0 8em;
}

a.webnavlink:link, a.webnavlink:visited {
	color: #fff;
	text-decoration:none;
	padding:0 .25em;
}

a.contacts:link, a.contacts:visited {
	text-decoration:none;
	color: #595959;
	padding:.25em;
}

a.titlelink:link, a.titlelink:visited {
	color: #fff ;
	text-decoration:none;
}

a.webnavlink:hover, a.webnavlink:active {
	color: #000;
	text-decoration:none;
	background-color: #fff;
	padding:0 .25em;
}

a.contacts:hover ,a.contacts:active {
	color: #000;
	text-decoration:none;
	background-color: #fff;
	padding:.25em;
}

a.titlelink:hover, a.titlelink:active {
	text-decoration:none;
}

.comic_img {
	border:0px; 
	padding-top: 5em;
	margin: 0 auto;
}

.wrapper {
	width: 850px;
	margin: 0 auto;
}

.abtwrapper {
	width: 800px;
	margin: 2.8em;
	font-family: 'Public Sans', sans-serif;
	font-weight:200;
	min-height: calc(100vh - 19em);
}

.bookwrapper {
	width: 800px;
	margin: 2.8em;
	font-family: 'Public Sans', sans-serif;
	font-weight:200;
	min-height: calc(100vh - 19em);
	display:flex;
}

.title {
	font-family: 'Tilt Warp', sans-serif;
	font-size: 5em;
	padding: .25em 0 .25em .5em;
	background-color: #000;
	color: #fff;
}

.by {
	font-family: 'Public Sans', sans-serif;
	font-weight:100;
	font-size:.25em;
	padding-left:.5em;
}

.nav {
	height:2em;
	padding: 0 2em;
}

.navdiv {
	text-align:center;
}

.formdiv {
	text-align:center;
}

ul {
	list-style:none;
	margin-left:-.25em;
	padding:0;
	line-height: 1.75em;
}

select {
	width: 8em;
	padding: .2em;
	margin: 1em;
	border-radius: 0;
	border: none;
	font-size: 1em;
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	font-size: 1em;
	border: none;
	padding: .2em 1em;
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
}

.commentary {
	padding:2em;
	font-family: 'Public Sans', sans-serif;
	font-weight:200;
	font-size:1em;
}

@media only screen and (max-width: 600px) {
  .commentary {
    font-size:2em !important;
  }
}

.footer {
	padding:1em;
	text-align:center;
	font-family: 'Public Sans', sans-serif;
	font-weight:400;
	font-size:.75em;
	color: #6b6b6b;
	height: 1em;
}

.bpbook {
	width: 300px;
	text-align:center;
}

.bpbookimg {
	margin-top:1em;
}