@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

* {
  box-sizing: border-box;
}

a {
  cursor: url(/pixels/VIRUXXX-chibi-select.png), auto;
}

body {
  cursor: url(/pixels/VIRUXXX-chibi-cursor.png), auto;
  background-image: url(/backgrounds/shinyrhinestoneheartsgray.gif);
  margin: 0;
  padding: 0;
}

.capsule {
  background-image: url(/backgrounds/dull-yellow-cushion.png);
  background-size: 50px;
  width: 60%;
  margin: auto;
  position: relative;
  /*borders*/
  border-image-slice: 100;
  border-image-width: 0 40px;
  border-image-outset: 13;
  border-image-repeat: round;
  border-image-source: url(/borders/blackyellowlace.png);
  border-style: solid;
}

.top {
  background-image: radial-gradient(#f4edd3, #f1ead1, #d7cdab);
  width: 100%;
  position: relative;
  top: -3px;
  display: flex;
}

#lid {
  background: black;
  width: 100%;
  padding: 5px;
  text-align: center;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px 2px 25px #ffffff60);
}

.footer {
  background: black;
  width: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px -2px 25px #ffffff60);
}

#top-lines {
  background-image: url(/backgrounds/black-transparent-lines.png);
  background-size: 140px;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

#top-deco {
  background-image: url(/assets/0jfsks.gif);
  background-repeat: repeat-x;
  background-size: 200px;
  background-position: center;
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: -38px;
  image-rendering: pixelated;
  z-index: 10;
}

.plate {
  background: black;
  width: 85%;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
  /*borders*/
  border-image-slice: 50;
  border-image-width: 40px;
  border-image-outset: 13;
  border-image-repeat: round;
  border-image-source: url(/borders/blackpawribbionlace.png);
  border-style: solid;
}

.announcementpic {
  width: 100%;
  height: 221px;
  /*background*/
  background-image: url(/backgrounds/viruxxx-sanrio.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*borders*/
  border-image-slice: 78 85 78 85;
  border-image-width: 55px;
  border-image-outset: 16px 19px;
  border-image-repeat: round;
  border-image-source: url(/borders/transparent-jewel-hearts.png);
  border-style: solid;
}

.box1 {
  background-image: url(/backgrounds/black-transparent-lines.png);
  background-size: 70px;
  background-color: #272727;
  padding: 35px 10px 10px 10px;
  position: relative;
}

.box2 {
  background: white;
  padding: 10px;
  position: relative;
}

#box-deco {
  width: 100%;
  height: 25px;
  margin-left: -10px;
  background-image: url(/borders/bottom-lace.png);
  background-position: top;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}

#box-transition {
  width: 100%;
  height: 50px;
  margin-left: -10px;
  background-image: url(/borders/bottom-lace-transition.png);
  background-size: 40px;
  background-position: top;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}

.rec1 {
  width: 30%;
  background-image: linear-gradient(135deg, #ffffff 31.25%, #b8b8b8 31.25%, #b8b8b8 50%, #ffffff 50%, #ffffff 81.25%, #b8b8b8 81.25%, #b8b8b8 100%);
  background-size: 22.63px 22.63px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid white;
}

.rec2 {
  background-image: radial-gradient(farthest-corner at 50% 0px, #ffffff7a 0%, #ffffff00 75%, transparent 100%);
  margin-left: 10px;
  width: 67%;
  padding: 5px;
  position: relative;
  text-align: justify;
}

.rec3 {
  width: 60%;
  margin-right: 5px;
}

.rec4 {
  width: 40%;
}

.rec5 {
  width: 33.33%;
}

.rec3, .rec4, .rec5 {
  background-image: linear-gradient(to right bottom, rgb(0, 0, 0), rgb(78, 78, 78));
  filter: drop-shadow(rgba(0, 0, 0, 0.19) 0px 5px 3px);
  display: flex;
  flex-direction: column;
  border-width: 1px;
  padding: 7px;
  position: relative;
  border-radius: 10px;
}

.info-tag {
  background-color: rgb(228, 219, 186);
  background-image: radial-gradient(rgb(244, 237, 211), rgb(241, 234, 209), rgb(215, 205, 171));
  border-style: solid;
  border-color: rgb(241, 234, 209);
  border-image: initial;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 7px;
  padding: 3px;
}

.featurebox {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 302px;
  background-position: center center;
}

flex {
  display: flex;
}

/*IFRAMES*/
iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*TOP NAV*/
.topnav {
  border-radius: 5px;
  overflow: hidden;
  background-image: url(/backgrounds/nav-bar.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 40px;
  margin-bottom: 10px;
  background-color: black;
  display: flex;
  filter: drop-shadow(0px 5px 3px #00000030);
}

.topnav a {
  font-family: "Emilys Candy", serif;
  color: white;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  width: 15%;
}

.topnav a:hover {
  text-align: center;
  box-shadow: 0px 4px 5px 5px #00000030 inset;
  border-radius: 5px;
  background-image: url(/backgrounds/nav-hover.png);
  height: 33px;
  background-size: cover;
  background-repeat: no-repeat;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*FONTS*/
p, a {
  font-family: "Emilys Candy", serif;
  color: white;
  margin: 0;
  filter: drop-shadow(0px 0px 3px white);
}

a {
  filter: none;
  text-decoration: underline wavy;
}


h3 {
  font-family: "Dynalight", cursive;
  color: black;
  margin: 0;
}


/*HR*/
hr { 
  background: url(/pixels/yellow-heart-charm.gif) no-repeat top center;
  background-size: contain;
  display: block;
  height: 18px;
  border: 0;
  position: relative;
  image-rendering: pixelated;
}

hr:before, hr:after {
  content: '';
  display: block;
  position: absolute;
  background-image: linear-gradient(90deg, #ffffff 25%, #000000 25%, #000000 50%, #ffffff 50%, #ffffff 75%, #000000 75%, #000000 100%);
  background-size: 20.00px 20.00px;
  background-position-x: 10px;
  height: 1px;
  top: 8px;
}

hr:before {
  left: 0;
  right: 51%;
  margin-right: 10px;
}

hr:after {
  right: 0;
  left: 51%;
  margin-left: 10px;
}

/*IMGS*/
img.mainimg {
  width: 100%;
  /*borders*/
  border-image-slice: 76 82 76 82;
  border-image-width: 20px;
  border-image-outset: 0;
  border-image-repeat: round;
  border-image-source: url(/borders/transparent-jewel-hearts.png);
  border-style: solid;
}

img.one {
  position: relative;
  top: -20px;
  margin: auto;
  display: flex;
  width: 90%;
}

.rec2 img {
  image-rendering: pixelated;
}

#lid img {
  filter: invert(1);
}

/*MOBILE*/
@media screen and (max-width:600px) {
  .capsule {
    width: 100%;
    border: none;
    padding-bottom: 1px;
  }
}

@media screen and (max-width:600px) {
  .plate {
    width: 90%;
    border-image-width: 20px;
    border-image-outset: 6;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:600px) {
  .announcementpic {
    height: 118px;
  }
}

@media screen and (max-width:600px) {
  .rec1, .rec2 {
    width: 50%;
  }
}

@media screen and (max-width:600px) {
  .rec1 {
    height: calc(100px + 100%);
  }
}

@media screen and (max-width:600px) {
  .rec2 {
    height: calc(16vh + 55px);
    overflow: scroll;
  }
}

@media screen and (max-width:600px) {
  .rec3, .rec4 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:600px) {
  #column {
    flex-direction: column;
  }
}

@media screen and (max-width:600px) {
  #shrink {
    font-size: 10px;
  }
}

@media screen and (max-width:600px) {
  #shrink img{
    width: 10px;
  }
}

@media screen and (max-width:600px) {
  .featurebox {
    height: 150px;
  }
}

/*MOBILE TOP NAV*/
@media screen and (max-width: 600px) {
    .topnav {
        font-size: 9px;
        height: 25px;
    }
}

/*MOBILE IMGS*/
@media screen and (max-width:600px) {
  img.one {
    width: 100%;
    top: 0;
  }
}

/*FONTS*/
@media screen and (max-width:600px) {
  p {
    font-size: calc(0.5rem + 1vw);
  }
}










