body{
    background-color: teal;
    font-family: Helvetica, Arial, sans-serif;
}

a {
    color: darkblue;
}

h1, h2 {
    margin: 0;
}

h3 {
    text-align: center;
}


#container{
    background-color: antiquewhite;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 3px outset darkgrey;
}

#header{
    background-color: darkslategray;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: Arial;
}

#content {
    padding: 10px;
}

#nav{
    width: 180px;
    height: 240px;
    float: left;
    background-color: white;
    border: 3px inset lightgrey;
    }

#webcomicwebring{
  font-size:16px;
  max-width:100%;
  margin: 0 auto;
  padding: 5px; /* creates some space around the widget */
  text-shadow: 1px 1px #ffffff26;
}


#button{
    width: 250px;
    height: 92px;
    float: right;
    position:relative;
    background-color: darkslategrey;
    border: 3px inset gray;
    margin-right:20px;
    
}

#marquee-container {
 width: 375px;
 overflow: hidden;
 white-space: nowrap;
}

.lynx{
  width: 560px;
  height: 311px;
  
}

#lynxgif{
  height:65px;
  width:260px;

  margin-top:10px;
}

#stamp{
  width: 73%;
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
}

#comicheader{
    background-color:darkslategrey;
    font-size:14px;
    color:white;
    padding:1px;
    line-height:0px;
}

#comicheader a{
    color:white;
    text-decoration:none;
}

#comicheader a:hover{
    color:slategrey;
    text-decoration:none;
}

.whatsnew{
  font-family:Helvetica;
}

#blog{
 width:550px;
 margin-right:10px;
}

li.rss-item a {
  font-weight:bold;
  font-size:16px;
  text-decoration:none;
  } /* removes underline */
  
  .rss-date {
  /* need this to add padding */
  display:inline-block;
  padding-top:1px;
  padding-bottom:1px;
   font-style:italic;
   font-size:12px;
}


li.rss-item {
  list-style-image:url(pepsismall.png); 
  margin-bottom:20px; /* adds spacing under entry content */
  margin-left:10px;
}

.rss-box{
  background-color:white;}
  
a.rss-item:last-child {
  display:none;
}

#chars img{
    padding: 10px;
}

.comicNav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
.comicNav img {
  width: 75px;
  max-width: 98%;
  padding-right: 10px;
}

/* style comic page image */
.comicPage img {
  width: 550px;
  max-width: 98%;
}

/* style author notes */
#authorNotes {
  background-color:#ffffff;
  outline: 3px solid #000000;
  margin: auto;
  padding: 3px;
  padding-top: 0px;
  width: 500px;
  max-width: 98%;
}

.writeFooter {
  color:white;
  font-family:arial;
  line-height:0px;
}

   .row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 30%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#jsimg {
    float:right;
}

.scrollabletextbox {
      height: 95px;
      width: 345px;
      font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
      font-size: 80%;
      overflow: scroll;
      overflow-x: hidden;
      scrollbar-width: thin;
        resize: none;
    }
    
     .row1 > .column {
  padding: 0.1px;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

 .row3 > .column {
  padding: 0.1px;
   
}

.row3:after {
  content: "";
  display: table;
  clear: both;
    
}

.column2 {
  float: left;
  width: 20%;
}

.column1 {
  float: left;
  width: 20%;
}


#nav .selected{
    font-weight: bold;
}

#main{
    width: 580px;
    float: right;
}

#quote {
  font-family: courier;
  background-color:rgba(95, 158, 160, 0.7);
  line-height:110%;
  color:darkslategrey;
}


#footer{
    clear: both;
    padding: 10px;
    background-color: white;
    color: darkslategray;
    text-align: right;
}