/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&family=Ubuntu:ital,wght@0,400;0,700;1,400&display=swap');

  
  body {
	background-attachment: fixed;
	background-color: #969;
	background-image: url(https://gastrophobia.com/pix/gui/bg.png);
	background-repeat: repeat-x;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #000;
	margin-right: 0;
	margin-left: 0;
  }

@media screen and (max-width: 600px) {
  body { margin-top: 0px; }
}

a {
	color: #939;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #669;
}
strong {
    font-weight: bold;
	font-family: 'Love Ya Like A Sister', monospace;
	font-size: 25px;
	color: #454;
}
em {
    font-weight: bold;
    font-style: italic;
}
ul {
	margin: 0px;
	list-style-type: square;
	float: left;
}
img {
    max-width: 100%;
}
  img.middle {
  vertical-align: middle;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* These next teo go together. */
.container {
  position: relative;
}
.bottomright {
  text-align: right;
  position: absolute;
  width: 66%;
  bottom: 4px;
  right: 8px;
}

.advertising {
	background-color: #fff;
	padding: 2px;
	border: 2px dashed #969;
	border-radius: 3px;
	color: #696;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
}

.comicSpaceBox {
	background-color: #787;
	color: #bcb;
	text-align: left;
	padding: 5px;
	box-shadow: inset 0px 2px 10px #343;
}
.comicSpaceBox a{ color: #c9c; }
a:hover { color: #669; }

#episodeGuide {
    background-color: #000;
    background-image: url(https://gastrophobia.com/pix/gui/episodeGuide-bg.png);
    background-position: center;
    background-size: cover;
    color: #ccc;
    height: 275px;
    box-shadow: inset 0px -120px 100px -40px #000;
}
#episodeGuideTitle {
    text-align:left;
    margin-left: 8px;
    color:#ddd;
    font-family: 'Love Ya Like A Sister', monospace;
    font-weight:bold;
    font-size:50px;
    text-shadow: 0px 0px 50px #000;
}
.season {
	background-color: #333;
	color: #ccc;
	text-align: center;
	width: auto;
	height: auto;
	margin: 15px 0px 15px;
	padding: 5px;
	border-radius: 3px;
	box-shadow: inset 0px 2px 15px #000;
}
.seasonTitle {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
}
.epCount {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	clear: both;
}
.epCount:after { content: " episodes "; }

.episode {
	background-color: #000;
	width: 229px;
	display: inline-block;
	text-align: center;
    white-space: nowrap;
	margin: 5px 2px 5px;
	padding: 2px 5px 2px;
    border-radius: 10px;
	box-shadow: 0px 5px 15px -5px #000;
    overflow:hidden;
}
.episodeTitle {
	display: block;
	font-weight: normal;
	text-align: center;
	text-indent: 3px;
	font-size: 16px;
	line-height: 20px;
}
.episodeThumb {
	margin: 2px 0px 2px;
	border-width: 0px;
	border-radius: 5px;
    width: 219px;
    height: 123px;
    opacity: 0.9;
}
.episodeThumb:hover { opacity: 1.0; }
.pagecount {
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}
.pagecount:before { content: "\21b3 "; }
.pagecount:after { content: " pages. "; }


.underBox {
	clear: both;
	width: auto;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
}

.faq {
	padding: 5px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.faq.Q {
	font-weight: bold;
	background-color: #ebe;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 5px;
}
.faq.Q:before { content:"Q: "; }

.faq.A {
	background-color: #ded;
	font-size: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
}
.faq.A:before { content:"A: "; font-weight:bold; }

a.spoilerTag { font-weight:normal; color:#000; background-color:#000; }
a.spoilerTag:hover { background-color:#fff; }

.castMember {
	float: left;
	padding: 10px 3px;
	margin: auto;
	width: 128px;
	font-size: 12px;
}
.castMember.newRow {
    clear:left;
}

.charname {
	font-family: 'Love Ya Like A Sister', monospace;
	color: #c9c;
	font-size: 17px;
}

.roundCorners {
	border-radius: 10px;
	overflow: hidden;
}

.extra {
		padding: 5px;
		width: 550px;
}

.gagBag {
    width: 90%;
    margin: 0px auto 20px;
    text-align: center;
    border-spacing: 10px;
    border-radius: 15px;
    background-color: ghostwhite;
}


.stripe-A { background-color:#dcd; }
.stripe-B { background-color:#ede; }

.stripe-C { background-color:#ccc; }
.stripe-D { background-color:#ddd; }

.stripe-E { background-color:#fd9; }
.stripe-F { background-color:#ec8; }

.stripe-G { background-color:#cdc; }
.stripe-H { background-color:#ded; }

.stripe-E a, .stripe-F a { color:#393; }

caption {
    font-style: oblique;
    margin-bottom: 3px;
}
.otherComic {
    width:300px;
    height:200px;
    margin: 3px auto 4px;
    display: block;
	border-radius: 10px;
    box-shadow: 0px 5px 15px -5px #000;
}
.otherComic:hover {
    width:310px;
    height:207px;
    margin: 0px auto 0px;
}

.mobileOnly { display: none; visibility: hidden; }
.desktopOnly { display: inline; visibility: visible; }
@media only screen and (max-device-width : 1024px){
	.mobileOnly { display: inline; visibility: visible; }
	.desktopOnly { display: none; visibility: hidden; }
}

/* layout */

  @charset "UTF-8";
  #wrapper {
	max-width: 750px;
	min-width: 573px; /* 600px, -10px to allow for border, -17px to allow for scrollbar */
	background-color: #9c9;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
  }

@media screen and (max-width: 600px) {
  #wrapper {
    border: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
}

  #wrapper #titleBar {
	background-color: #84AF82;
	background-image: url(https://gastrophobia.com/pix/gui/bg3.png);
  }
  #wrapper #comicSpace {
	background-color: #000;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-bottom: 10px;
	box-shadow: 0px 3px 3px -3px #363;
	margin-bottom: 3px;
  }  /* comic space */
  #content {
	background-color: #000;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-bottom: 10px;
	box-shadow: 0px 3px 3px -3px #363;
	margin-bottom: 3px;
  }
  #comicStoryline {
	background-color:#9c9;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
  }
  #wrapper #GPnews {
	margin: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 550px;
	border-radius: 15px;
  }
  #wrapper #twitter {
	float: left;
	margin: 10px;
	width: 318px;
	height: 270px;
  }
  #wrapper #adBox {
	float: right;
	margin: 5px;
	width: 300px;
	height: 262px;
  }
  #wrapper #conventions {
	background-color: #000;
	color: #cdc;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  #wrapper #linkList {
	clear: both;
	font-size: 14px;
	background-color: #ada;
	padding: 20px;
	border-radius: 100px;
	margin-right: 20px;
	margin-left: 20px;
  }
  #linkList a {
    white-space: nowrap;
  }

  #wrapper #copyright {
	width: 100%;
	height: 16px;
	clear: both;	
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
  }

/* Comic Control Stuff */

  .cc-nav{
      max-width:600px;
      margin: 0 auto;
      padding: 10px;
      display:flex;
  }
  .cc-nav a, .cc-nav div{
      margin:0 auto;
      display:block;
      background-size:100%;
  }
  .cc-nav a:before, .cc-nav div:before{
      content:'';
      display:block;
      padding-bottom: 5px;
  }
  .cc-first, .cc-first-dis{
      background-image:url('images/first.png');
  }
  .cc-prev, .cc-prev-dis{
      background-image:url('images/prev.png');
      width: 100px;
      height: 32px;
  }
  .cc-prev:hover{
      background-image:url('images/prevHOV.png');
  }
  .cc-prev-dis{
      background-image:url('images/prevOFF.png');
  }
  .cc-next, .cc-next-dis{
      background-image:url('images/next.png');
      width: 100px;
      height: 32px;
  }
  .cc-next:hover{
      background-image:url('images/nextHOV.png');
  }
  .cc-next-dis{
      background-image:url('images/nextOFF.png');
  }
  .cc-last,.cc-last-dis{
      background-image:url('images/last.png');
  }
  .cc-navaux{
      background-image:url('images/rss.png');
	height: 32px;
  }
  .cc-newsarea{
      padding-bottom: 18px;
  }
  .cc-newsheader{
      margin-top: 5px;
      margin-left: 5px;
      font-family: 'Love Ya Like A Sister', monospace;
      color: #454;
  }
  .cc-publishtime{
      padding: 0px;
      margin-left: 5px;
      font-style: italic;
      color: #454;
  }
  .cc-newsbody {
      padding: 0px;
      margin-left: 10px;
  }
  .cc-newsbody:after {
      content: " --DaisyFM";
  }

  #cc-comic{
      border-radius: 10px;
      overflow: hidden;
  }
  #cc-footer{
    text-align:center;
    padding:20px;
    font-size:.8em;
  }

/* The following code is
Pure CSS Responsive Flexbox Navigation    
Copyright (c) 2021 by Mehmet Burak Erman (https://codepen.io/mburakerman/pen/QpGpQZ)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
    
.menu {
  max-width: 865px;
  font-family: 'Love Ya Like A Sister', monospace;
  font-size: 25px;
  line-height: 40px;
}
#checkbox1,
.toggle {
  display: none;
}
.hamburger {
  background-color: #858;
  float: none;
  padding: 0;
  margin: 0;
  max-width: 865px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
}
.hamburger li a {
  color: #cdc;
  text-decoration: none;
  align-self: center;
  border-radius: 15px;
  padding: 0px 15px;
}
.hamburger li a:hover{ background-color: #525; }
.hamburger li a:hover{ color: #fff; }

@media screen and (max-width: 627px) {
  .toggle {
    clear: both;
    display: block;
    text-align: center;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    width: 100%;
    color: #ded;
    background: #858;
  }
  .toggle:hover {
    color: #fff;
    background: #747;
  }
  #checkbox1:checked + label .dropdown li {
    opacity: 1;
    visibility: visible;
  }
  #checkbox1:checked + label .dropdown {
    height: 250px;
  }
  .hamburger {
    background-color: #636;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 0px;
  }
  .hamburger li {
    display: flex;
    /* magic */
    align-self: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  .hamburger li a {
    border-radius: 0px;
    width: 100%;
    text-align: center;
    align-self: center;
    align-content: center;
  }
}

#extraWrap {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

#extraSidebar {
    float: left;
    margin-left: 10px;
    height: auto;
    width: 150px;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 910px) {
    .hide-small{ display:none!important; }
}