@font-face { font-family: 'perry goth'; 
src: url(https://external-media.spacehey.net/media/sJehavmRnSfPA6Vkj18FKkg3KQRRotAr_FgpH_pDSMc8=/https://dl.dropbox.com/s/9a25q7d9s3tsmcf/PERRYGOT.ttf); 
}

HTML,BODY{cursor: 
url(http://www.rw-designer.com/cursor-view/187379.png),
auto;}


A:hover{cursor: 
url(http://www.rw-designer.com/cursor-view/187376.png),
auto;}

::-webkit-scrollbar {
    width: 12px;
    background-color: #000000;
    border: 3px solid #ff2b50;
}
::-webkit-scrollbar-thumb {
    background-color: #ff2b50;
}

html {
  scrollbar-color: #ff2b50 #000; /* thumb color | track color */
}

.comment-replies {
    padding: 0 5px;
    border: 2px solid deeppink;
    margin-top: 10px;
    border-radius: 8px;
}

body {
  margin: 10px auto;
  width: 700px;
  background-image: linear-gradient(#161420, #07060b);
}

nav ul {
  list-style: none;
  text-align: center;
  padding-left: 0px;
  margin: 16px auto;
}

nav li {
  display: inline-block;
}

nav a {
  background: #ff2b50;
  padding: 1px 10px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #8d0f33;
  color: black;
  font-size: 16px;
  font-family: helvetica, sans-serif;
}

h1 {
  text-align: center;
  font-family: perry goth;
  text-shadow: 2px 2px #ff002d, -2px -2px #0064ff;
  color: pink;
  text-align: center;
}

h2 {
  font-family: perry goth;
  color: #ff3b5d;
  font-size: 20px;
  margin-left: 30px;
}

a {
  text-decoration: none;
  color: pink;
}

footer ul{
  list-style: none;
  text-align: center;
  padding-left: 0px;
  margin: 16px auto;
}

footer li {
  display: inline-block;
}

footer a {
  padding: 1px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: pink;
  font-size: 16px;
  font-family: helvetica, sans-serif;
}

hr{
    color:#8d0f33
}

.contact {
  float: right;
}

.footermenu {
  float: left;
}

.footermenu::before {
  content: "Menu ★";
  color: #ff3b5d;
  font-family: helvetica, sans-serif;
  font-size: 17px;
  margin-right: -12px;
}

.contact::after {
  content: "★ Contact";
  color: #ff3b5d;
  font-family: helvetica, sans-serif;
  font-size: 17px;
  margin-left: -12px;
}

footer p{
    color: aqua;
    font-family: helvetica, sans-serif;
}

.intro {
  background: black;
  color: pink;
  padding: 1px 15px;
  border: 1px solid aqua;
  font-family: helvetica, sans-serif;
}

.favourites {
  background: black;
  color: pink;
  border: 1px solid aqua;
  margin: 20px 0;
  padding: 0px 15px;
}

h3 {
  font-family: perry goth, helvetica, sans-serif;
  color: #ff3b5d;
  font-size: 15px;
  text-align: center;
}

h4 {
  font-family: helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  color: aqua;
}

.favarticles {
  width: 30%;
  font-family: helvetica, sans-serif;
  display: inline-block;
  margin: 0px 9px;
}

.comicfav {
  width: 200px;
  border: 1px solid #ff3b5d;
}

.favarticles:hover {
  scale: 104%;
  transition: 1s;
}

p {
  font-family: helvetica, sans-serif;
}

.comicchar {
  background: black;
  border: 1px solid aqua;
  padding: 5px 15px;
  color: pink;
  margin: 10px;
}

summary {
  font-family: helvetica, sans-serif;
  color: #ff2b50;
}

.completion {
  color: lime;
}

.review {
  width: 60%;
  padding: 0px 20px;
  margin-top: 40px;
  height: 333px;
  overflow-y: scroll;
}

.cover {
  width: 203px;
}

.desc {
  display: flex;
}

.rating {
  font-size: 50px;
  margin: -15px 0px;
  color: lime;
  text-align: center;
}

html {
  /* Enables animating to height: auto */
  interpolate-size: allow-keywords;
}

details::details-content {
  /* Animate opening/closing */
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

details[open]::details-content {
  opacity: 1;
  height: auto;
}

ul{
  font-family: helvetica, sans-serif;
}

li::marker {
  content: "★ ";
  color: #ff2b50;
}

.wishlist {
  width: 50%;
  border-right: 1px solid lime;
}

.buylist {
  width: 50%;
}

.intro details {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.intro summary {
  padding: 0px 5px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
  body{width: 95%;}
  .favarticles {
  width: 100%;
}

img {
  width: 100px !important;
}
.cover {
  width: 100px;
}
.comicfav {
  width: 250px!important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
nav a {
  padding: 5px 10px;
  font-size: 115%;
}
}

