* {
  cursor: url('cur/Blueglassarrow.gif'), default;

}

body {
  background-image: url("img/sky.jpg");
  height:100%;
  margin:0;
  padding:0;
  font-family: Verdana, sans-serif;
}

.wrapper {
  background-image: url("img/greentile.png");
  height:auto;
  margin:0;
  padding:0;
  border: 6px solid transparent;
 border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
 border-image-slice: 1;
}

@media screen and (max-width : 799px) {
  .wrapper {
    margin-left:0;
    margin-right:0;
  }
}
h1 {
  -webkit-text-stroke: 1px #0388fc;
  color: white;
  padding:0;
  margin:0;
}

h1 > img {
  max-height: 90px;
}

h2 {
  color: red;
  padding:0;
  font-size: 1.5em;
  margin:0;
  font-weight: normal;
}

a {
  cursor: url('cur/Paw Link.ani'),pointer;
}
@media screen and (min-width:800px){
  .wrapper {
    margin-left:20%;
    margin-right:20%;
  }
}

p {
  cursor: url('cur/BlueglassTextSelect.gif'), text;
  padding:0;
  margin:0;
}

em {
  font-weight: bold;
}

hr {
  border-top: 2px dashed orange;
  border-bottom: none;
}

header > p {
  font-size:1.5em;
  -webkit-text-stroke: 1px darkgreen;
}

marquee {
  margin-top:5px;

  margin-bottom:5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKElEQVQYVzWKsQ0AAAjCygP+f6cPYEikWwvyYh4NqCHi/VDJUYCzlANQzw/UtiuPqwAAAABJRU5ErkJggg==");
}

.nav1 {
  margin-left:4px;
  margin-right:4px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  color:red;
  border: 2px 2px  powderblue;
  border-style: inset;
  background-image: url('img/cloud2.gif');
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.nav1 > a {
  padding:3px;
  color:blue;
  margin:4px;
  background-color:orange;
  text-transform: uppercase;
  border-radius:3px;
  border: 2px outset red;
}
.nav1 >a:hover {
  border: 2px inset red;
  background-color: #db4848;

  color:black;
}

.main {
  margin-left:4px;
  margin-right:4px;
  padding:3px;
  text-transform: none;
  color:blue;

  font-family: Georgia, serif;
  margin-top: 8px;
  min-height: 15em;
}

.articles-container {
  display:flex;
  justify-content: space-evenly;

}

.articles-container > article {
  background-color:white;
  border: 3px inset orange;
  margin:3px;
  padding: 2px;
  color:black;
}

.articles-container > aside {
  background-color:white;
  border: 3px inset orange;
  font-family: verdana, sans-serif;
  margin:3px;
  font-size: 0.9em;
  padding: 2px;
  color: blue;
}

aside a {
  color:green;
}



aside > nav > button {
  margin: 5px;
  display:block;
  color: blue;
  padding: 1px;
  border: 3px outset gray;
  background-color:white;
  text-transform: uppercase;
  font-family: Georgia, serif;
}

aside > nav > button:hover {
  border: 3px inset gray;
  background-color: lightgray;
}

footer {
  font-size: 0.9em;
  font-family: Georgia, serif;
}

.charlist {
  background-image:url("img/starfall.gif");
  text-align: center;
}

/* COMIC PAGE */

.comic-nav {
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
  width: 500px;
}

#comicimg {
  max-width:700px;
}

/* GAME PAGE */

.stars {
  font-size: 30px;
  color: #FFCD17;
  text-shadow: 1px 1px black;
}
