* {
  box-sizing: border-box;
}
#more {
display: none;}
body {
  margin: 0;
}
ul {
  list-style-type: none;
  padding:0;
  margin:0;
}
li {
  display:inline;
}
::selection {background: blue; color: white;}
::-moz-selection {background: blue; color: white;}
.header {
  background-color: #000000;
  padding:1px;
  text-align: left;
  display:flex;
}
.header img {
	float:left;
}
.header-right{
display:flex;
justify-content: end;
text-align:right;
}
.topnav {
  position:sticky;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  display: inline;
  color: #0000ee;
  text-align: left;
}
.topnav a:hover {
  font-weight: bold;
}
.topnav a:active {
  font-weight:bold
}
.wrapper {
	margin: 0 auto;
	max-width: 2560px;
	padding: 1rem;
	  line-height:1.25em;
}
.centerfold {
    align-items:center;
	margin-top: -200px;
	max-width:1920px;
	  margin-left: auto;
	  margin-right:auto;
}
.centerfold-true {
    align-items:center;
	display:flex;
	flex-direction:column;
	max-width:1920px;
	  margin: auto;
}
.centerfold-footer {
    align-items:center;
	max-width:1920px;
	  margin-left: auto;
	  margin-right:auto;
}
.column {
  float:left;
  padding:10px;
}
.right {
	width:10%;
}
.middle {
	width:80%;
}
.left {
	width:10%;
}
.flexer-gifs {
	display:flex;
	justify-content:space-between;
	position:static;
	gap:10px;
	
}
.hst {
	text-align:center;
	  white-space:wrap;
}
.row:after {
  content: "";
  display: table;
  clear:both;
}
.mobilebased {
display:none;
}.comic {	display:inline-flex;	border: 1px solid #aaa;	background-color: #f9f9f9;	border-color: #ddd;	padding: 0 0.5em 0.5em;	margin: 4px;	text-align:center;}.comic h2 {	position:absolute;	align-items:center;}.comic img {	display: block;	margin-top: 4em;	align-content:center;	justify-content:center;}
@media screen and (orientation:portrait) {
.header-right{
display:flex;
justify-content: end;
text-align:right;
margin-top:-24px;
}
.mobilebased {
display: initial;
}
.mobilefucked {
display:none;
}
.column {
width: 100%;
}
.left {
width: 0%;
}
.right {
width: 0%;
}
.middle {
width: 100%;
}
.topnav {
position:relative;
width:100%;
}
.topnav #myLinks {
  display: none;
}
.centerfold {
    align-items:center;
	max-width:1920px;
	  margin-left: auto;
	  margin-right:auto;
}
.centerfold-true {
    align-items:center;
	max-width:1920px;
	margin: auto;
	display:block;
}
ul {
float:right;
position:relative;
right:50%;
}
li {
position:relative;
left:50%;
}
.topnav a {
float:none;
display:inline-block;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.topnav a::-webkit-scrollbar {
  display: none;
}
}