

body {
font-family: 'Almendra SC';
margin: 0;
height:1950;
background-position:top center;
color: white;
background-image: linear-gradient(#FFFFFF1A, #044734BF), url(https://flabbergastcomic.com/assets/bodybg.png);
cursor: url('https://cur.cursors-4u.net/cursors/cur-7/cur686.cur'), auto;
}

.navbar {
display:block;
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/borderbg.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/borderbl.png') 20 round;
border-image-outset: 7px;
z-index:20;
flex-wrap: wrap;
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
justify-content: space-evenly;
font-size:35;
text-shadow:3px 2px 2px #422218;
}

.navbar a:hover {
color:#863636;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000f, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
text-decoration: none;
transform: scale(1.1);
}

 a {
text-decoration:none;
color:white;
cursor: url('https://cur.cursors-4u.net/cursors/cur-7/cur683.cur'), auto;
	 
}
			
a:visted {
text-decoration:none;
cursor: url('https://cur.cursors-4u.net/cursors/cur-7/cur683.cur'), auto;
}

a:hover {
color: #fcba03;
text-decoration:none;
transform: scale(1.1),rotate(2deg);
transition:.2s;
}

* {
  box-sizing: border-box;
}

#logo { 
width:500;  
margin-left:0; 
margin-top:20;
}

#logomobile { 
display:none;
width:500;  
margin-left:0; 
margin-top:20;
}

#header {
  width: 100%;
  height: 200px;
}

.headimg { 
z-index:-100; 
margin-left:300; 
margin-top:0; 
align-self: center;
}

#flex {
display: flex;
max-width: 1200;
margin: 0 auto;
z-index:1;
}

#container {
  max-width: 1000px;
  margin: 0 auto;
  }




#mobilenav {
display:none;
width: 100%;
height:60;
background-color:#863636;
z-index:100;
flex-wrap: wrap;
padding: 0;
margin: 0;
text-align: center;
list-style-type: none;
justify-content: space-around;
align-items: center; 
text-shadow:3px 2px 2px #422218;
font-size:35;
border: 3px solid black;
}

main {
flex: 1;
padding: 40px;
order: 2;
margin:0 auto;
margin-top:0;
height: 890;
z-index: 1;
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/paperbg.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/border.png') 20 round;
border-image-outset: 7px;
  }
  
.base {
height: 900;
display: block;
color:#4D2020;

}

.sidebarfill {
font-size:18;
text-align: center;
vertical-align: middle;
margin:10;
width:auto;
height:300;
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/border3.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/border2bl.png') 20 round;
border-image-outset: 6px;
}

.ads {
text-align: center;
vertical-align: middle;
margin-top:40;
padding:0;
width:auto;
height:auto;
}

#ads {
display:block;
}

#left {
order: 1;
}

#right {
order: 3;
}

aside {
margin:0;
height:auto;
width:180;
background-position:center;
background-image: url('https://flabbergastcomic.com/assets/rope.png');
background-repeat:repeat-y;
width: 180px;
position: relative;
}

footer {
display:block;
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/borderbg.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/border.png') 20 round;
border-image-outset: 7px;
z-index:100;
height:50;
}

.toe {
width:auto;
height:auto;
padding:0;
margin-top:-10;
margin-left:50;
margin-right:50;
}

.news {
text-align: center;
vertical-align: middle;
margin:10;
width:auto;
height:500;
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/borderbg2.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/border2.png') 20 round;
border-image-outset: 6px;
}

.paper {
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/paperbg.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/border.png') 20 round;
border-image-outset: 8px;
height:auto;
  }

.socials {
margin:10;
font-size:20;
}

.archive {
	margin-left:auto;
	margin-right:auto;
	border:1px solid #004746;
	border-collapse: collapse;
}

.chapter {
padding:10;
border-top:none;
padding:3;
background-image: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1) 230px, rgba(0,0,0,0.2) 430px);
backdrop-filter: blur(5px);
width:130;
height:190;
font-size:20;
text-shadow: 1px 1px 3px #004746;
z-index:1;
}

#overlay {
	filter:  grayscale(100%) sepia(100%) hue-rotate(-15deg) saturate(130%);
}

#overlay:hover {
	filter: none;
	transition: 0.5s;
}

#hover {
	filter:  grayscale(50%) sepia(50%) hue-rotate(-35deg) saturate(30%);
	opacity:1;
}


#hover:hover {
	filter:  none;
	opacity:1;
	transition:0.5s; 
}

#news {
	width:900px; 
	height:380px;
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}


.column {
  flex: 30%;
  max-width: 30%;
  padding: 0 4px;
}

.column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
}

button {
z-index:20;
flex-wrap: wrap;
display: flex;
padding: 10;
margin: 0;
opacity:7;
color:black;
background-color:transparent;
border:none;
font-size:35;
font-family: 'Almendra SC';
text-shadow:3px 2px 2px #422218;
}
button a {
	color:black; 
	text-shadow:none;
}
button a:hover {
color:white;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000f, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
text-decoration: none;
transform: scale(1.1);
}

.artistsocials { 
padding-top:10; 
width:550; 
height:60; 
justify-content: space-evenly; 
font-size:28; 
display:flex; 
margin-top:10; 
background-image: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1) 230px, rgba(0,0,0,0.2) 430px); backdrop-filter: blur(5px);
}

.artistsocials h1 { 
padding:0;
margin:0;
margin-left:20;
font-size:28;			
}
/*//////////////////////////////////////RAREBIT CSS////////////////////////////////////*/

clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#showComic, header, h1, h2, h3, h4, h5 {
  font-family: 'Almendra SC';
  width:530;
  margin-left:auto;
  margin-right:auto;
  margin-top:-50;

}

.subPage p, #authorNotes, .archiveTable {
  font-family: 'Open Sans', sans-serif;
  font-size: large;
  	color:#663f35;
}



.subPage {
  width: 500;
  height:800; 
  color:black;
  border-radius: 25px;
  max-width: 98%;
  margin: auto;
  margin-bottom: 10px;
  padding: 0px 12px 12px;
  overflow-y:scroll;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
.subPage::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.subPage {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

.subPage:not(.archivePage) {
  text-align: center;
}

/* for pictures displayed to the left */
.leftPic {
  clear: left;
  float:right;
  margin-left:20px;
}

/* for pictures displayed to the left */
.rightPic {
  clear: right;
  float:left;
  margin-left:20px;
}

/* specific to Characters */
.charTable .charTable td { 
  width: 100%;
  padding:20px;
  background-color: rgba(10, 177, 137, 0.34);


}

.comicNav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
    font-size:33px;
}
.comicNav img {
  width: 100px;
  max-width: 98%;


}

.comicNav a {
  width: 100px;
  max-width: 98%;
  padding-right: 30px;
  text-decoration:none;
  color:white;

}

/* style comic page image */
.comicPage img {
  width: 640px;
  max-width: 98%;
  border:solid black 5px;
}



/* ARCHIVE PAGE */

/* style table in which archive is displayed */
.archiveTable {
  width: 450;
  border-collapse:collapse;
  
}


.archiveTable a {
	color:black;
}
/* style archive table cells */
.archiveTable td {
  padding: 3px;
  vertical-align: center;
  
}

/* style table cell in which page title is displayed */
.archiveCellTitle:not(.leftAlignTableText) {
  max-width: 300px;
  text-align: center;
}

.archiveCellDate {
  text-align: right;
  min-width: 120px;
}

.archiveCellNum {
  text-align: center;
  min-width: 30px;
}

/* style the thumbnails on the archive page */
.archiveCellThumb {
    width: 100px;
    max-width: 60px;
}
.archiveCellThumb img{
    max-width: 100%;
  }

/* for left aligning the text in a table cell */
.leftAlignTableText td {
  text-align: left;
  
}

/* highlight a table row and make pointer into hand when moused over */
.archiveRow:hover {
  cursor: pointer;
  background-color:#0000001a;
  width:200;
}




@media only screen and (max-width: 810px) {
#container {
max-width:100%;
}

#flex {
flex-wrap: wrap;
}

#header {
width:auto;
background-color:black;
} 

#logo {
display:none;
}

#logomobile {
display:block;
}

.headimg {
display:none;
}

.navbar {
display:none;
}

#mobilenav {
display:flex;
}

aside {
width: 100%;
}

main {
order: 1;
margin:auto;
padding:0;
height:1100;
border-image: 20 round;
border-image-outset: 7px;
border-bottom: 3px solid black;
}

#mobile {
	display:none;
}

.flex {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
}

.base {
width:auto;
}

#left {
order:2;
}
#right: {
order:2;
}

aside {
background-image:none;
height:auto;
}


#ads {
display:none;
}

.ads {
display:none;
}

footer {
display:none;
}


#showComic {
width:auto;
padding:0;
margin:0;
justify-content:center;

}


#news {
	width:100%; 
	height:380px;
}

.news {
width:auto;
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/borderbg2.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/border2.png') 20 round;
border-image-outset: 6px;
}

@media only screen and (max-width: 412px) {
#container {
max-width:100%;
}

#flex {
flex-wrap: wrap;
}

#header {
width:auto;
background-color:black;
} 

#logo {
display:none;
}

#logomobile {
display:block;
width:400;
}

.headimg {
display:none;
}

.navbar {
display:none;
}

#mobilenav {
display:flex;
font-size:25;
}

aside {
width: 100%;
}

main {
order: 1;
margin:auto;
padding:0;
height:700;
border-image: 20 round;
border-image-outset: 7px;
border-bottom: 3px solid black;
}

#mobile {
	display:none;
}

.base {
width:auto;
}

#left {
order:2;
}
#right: {
order:2;
}

aside {
background-image:none;
height:auto;
}


#ads {
display:none;
}

.ads {
display:none;
}

footer {
display:none;
}


#showComic {
width:auto;
padding:0;
margin:0;
justify-content:center;

}


#news {
	width:100%; 
	height:380px;
}

.news {
width:auto;
height:550;
border: 20px solid transparent;
background-image: url('https://flabbergastcomic.com/assets/borderbg2.png');
background-position-y: top;
border-image: url('https://flabbergastcomic.com/assets/border2.png') 20 round;
border-image-outset: 6px;
}