body {
  font-size: 1.5rem;
  font-family:"KittenPaws", sans-serif;
  color: #232323;
  background: #343434 url("/backgrounds/pinkhrtsbg.gif");
  background-image: url("/backgrounds/pinkhrtsbg.gif");
	background-size: 150px 150px;
	background-repeat: repeat;
	background-attachment: fixed;
  background-position:bottom;
	padding:0;
	margin:0;
	cursor: url("magicgirlcursor.webp"), auto;
  }


#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
    width: 50%;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

@font-face {
        font-family: 'caveat';
        src: url("fonts/caveat.ttf");
    }
    
.caveat-regular {
  font-family: "caveat", url("fonts/caveat.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'KittenPaws';
        src: url("fonts/kittenpaws.ttf");
    }
    
.kittenpaws-regular {
  font-family: "KittenPaws", url("fonts/kittenpaws.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'BadUnicorn';
        src: url("fonts/badunicorn.ttf");
    }
    
.badunicorn-regular {
  font-family: "BadUnicorn", url("fonts/badunicorn.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'Funnel';
        src: url("fonts/funneldisplayv.ttf");
    }

.funnel-regular {
  font-family: "Funnel", url("fonts/funneldisplayv.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'Modak';
        src: url("fonts/modak.ttf");
    }

.modak-regular {
  font-family: "Modak", url("fonts/modak.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'Kren';
        src: url("fonts/kren.ttf");
    }

.kren-regular {
  font-family: "Kren", url("fonts/kren.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'RubikGlitch';
        src: url("fonts/rubikglitch.ttf");
    }

.rubikglitch-regular {
  font-family: "RubikGlitch", url("fonts/rubikglitch.ttf");
  font-weight: normal;
  font-style: normal;
}

div {
  font-family: "Caveat";
}
  
center {
  text-align:center;
  }
  
/*Some custom fun styling*/
h1 {
  text-align:center;
  font-size: 2rem;
  }

h2 {
  text-align:center;
  font-size: 1.5rem;
  }

h3 {
  text-align:center;
  font-size: 1rem;
  }

a {
  color: #FA8072;
  text-decoration: none;
  }
  
a:visited {
  color: #FA715F;
  text-decoration: none;
  }
  
a:hover {
  color: #FA5FC6;
  text-decoration: underline;
  }

blockquote {
  background: #dedeed;
  color: #444;
  font-style: italic;
  border-left: 2px solid #445;
  padding: 0.5em 0.5em 0.5em 1em;
  border-radius: 0 3px 3px 0;
  margin: 1em;
  }

/* Header */ 
#header {
  background-image: url("/tama.gif");
  height: 190px;  
  border-radius: 45px 45px 0 0;
  background-clip: padding-box;
  background-position: center;
  overflow: hidden;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 1px;
  position: relative;
  width: 41.7%;
  border: 1px solid #121212;
  box-shadow: 3px 3px rgba(0,0,0,0.8);
  margin-left:29.1%; /*Rounds more nicely than 22.5 for some reason*/
}

.box-style {
  border: 3px ridge var(--dk-color);
  overflow: hidden;
  box-shadow: 0 1px 1px 1px rgba(248, 150, 200, 0.5);
  background-color:#FFB7C5;
}

.title {
  font-size: 4em;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
}

/*Get rid to top padding on headers at the very top of a box.*/
.topheader {
  margin-top: 1px;
  }
  
/*Container for all major divs*/
.main {
  border: 0px solid #121212;
  position: relative;
  height: 41rem;
  width: 75vw;
  margin: 2.5rem auto 1.5rem auto;
  }
  
.box {
  position: absolute;
  background: #FFEBF8;
  display: inline-block;
  border: 1px solid #121212;
  padding: 10px 5px 5px 0;
  bottom: 1rem;
  overflow: hidden;
  box-shadow: 3px 3px rgba(0,0,0,0.8);
  }
  
.left, .right {
  height: 32.5rem;
  width: 20%;
  background-image: url("/backgrounds/catpink.png");
  }
  
.left {
  border-radius: 25px 3px 3px 15px;
  }

.middle {
  border-radius: 20px 20px 3px 3px;
  height: 40rem;
  width: 55%;
  position: relative;
  margin-left:22.25%; /*Rounds more nicely than 22.5 for some reason*/
  }
  
.right {
  border-radius: 3px 25px 15px 3px;
  right:0px;
  }
  
.left .scrollbox, .right .scrollbox {
  height: 32.5rem;
  }
  
.middle .scrollbox {
  height: 40rem;
  }
  
.scrollbox {
  overflow:auto;
  }
  
.inner {
  padding: 0.75rem 1.5em 0 1.5em;
  }
  
.inner img {
  max-width: 100%;
  height: auto;
  }

.footer {
  position: relative;
  width: 55%;
  background: #ffffff;
  font-size:1em;
  text-align:center;
  font-weight:normal;
  display: inline-block;
  margin: 0.5rem auto 0.75rem auto;
  margin-left:22.25%;
  border: 1px solid #121212;
  padding: 10px 5px 5px 0;
  bottom: 1rem;
  overflow: hidden;
  box-shadow: 3px 3px rgba(0,0,0,0.8);
  }

/*Optional sidebar links*/
.button-link {
  display: block;
  background: #b0b0c0;
  color: #222;
  text-decoration: none;
  margin: 0.5em 0;
  padding: 0.35em 0.5em;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  color: #002;
  }
  
.button-link:visited {
  color: #000;
  }
  
.button-link:hover {
  background: #c0c0d0;
  }

/*Nicer-looking resizing for narrower screens.*/
@media(max-width: 1000px) {
  .main {
    width: 82.5vw;
    }
    
  @media(max-width: 850px){
    body {
      font-size: 0.85rem;
      }
    .main {
      height: 91vh;
      width: 92vw;
      margin: 7vh 5vw 1.5vh 5vw;
      }
    .left, .right {
      height: 75vh;
      width: 18.5vw;
      }
    .right {
      right: 0;
      }
    .middle {
      height: 90vh;
      width: 50vw;
      margin-left: 20.5vw;
      }
    .left .scrollbox, .right .scrollbox {
      height: 75vh;
      }
    .middle .scrollbox {
      height: 90vh;
      }
    .footer {
      bottom: -2.5vh;
      margin: 0.25rem auto 0.5rem auto;
      }
    }
  }

/*Resizing for horizontally shorter screens.*/
@media(max-height: 45rem) {
  .main {
    height: 91vh;
    margin-top: 7vh;
    margin-bottom: 1.5vh;
    }
  .middle {
    height: 90vh;
    }
  .left, .right {
    height: 75vh;
    }
  .left .scrollbox, .right .scrollbox {
    height: 75vh;
    }
  .middle .scrollbox {
    height: 90vh;
    }
  .inner {
    padding-top: 0.5em;
    }
  .footer {
    bottom: -2.5vh;
    margin: 0.25rem auto 0.5rem auto;
    }
    
  @media(max-height: 32.5rem) {
    body {
      font-size: 0.825rem;
      }
    .main {
      margin-top: 10vh;
      height: 88vh;
      }
    .middle {
      height: 87vh;
      }
    .left, .right {
      height: 72vh;
      }
    .left .scrollbox, .right .scrollbox {
      height: 72vh;
      }
    .middle .scrollbox {
      height: 87vh;
      }
    .inner {
      padding-top: 0.25rem;
      }
    .footer {
      bottom: -3vh;
      }
    }
  }

/*Mobile layout*/
@media(orientation: portrait) {
    .main, .box, .footer {
      position: relative;
      display: block;
      }
    
    .left, .right, .middle {
      width: 90vw;
      height: auto;
      margin: 0 auto;
      padding-right: 3px;
      }
    
    .left .scrollbox, .right .scrollbox, .middle .scrollbox {
      height: auto;
      max-height: 100%;
      }
      
    .inner {
      padding: 0.75rem 1.5em 0.25em 1.5em;
      }
    
    .left {
      border-radius: 20px 20px 2px 2px;
      margin: 0;
      }
      
    .middle {
      border-radius: 2px;
      margin: 1rem 0;
      }
      
    .right {
      border-radius: 2px 2px 20px 20px;
      margin: 0;
      }
      
    .footer {
      width: auto;
      bottom: 0;
      margin: 0 0 1rem 0;
      padding: 0 1rem;
      }
  
  }