body {
  font-family: "Averia Serif Libre", serif;
  text-transform:lowercase;
  font-size:20px;
  background-image:url(/img/layout/bg.png);
  background-size:cover;
  overflow:hidden;
  color:#403528;
}

img {
  max-width:100%;
}

hr {
  border-top:1px dashed black;
}

h1 {
  font-size:50px;
  text-align:right;
  margin:-5px 0px 0px 0px;
  font-variant:small-caps;
}

h2 {
  font-size:30px;
}

a {
  text-decoration:none;
  color:#7d6b55;
  font-weight:bold;
}

a:hover {
  color:#706247;
}

#menu {
  position:fixed;
  border:3px double #7d6b55;
  z-index:999;
  padding:5px;
  top:10%;
  left:8%;
  background:white;
  width:30%;
  text-align:center;
  font-size:22px;
  background-color:#dfd8ce;
}

#content {
  position:fixed;
  border:3px double #7d6b55;
  width:50%;
  height:70%;
  left:50%;
  top:50%; 
  transform: translate(-50%, -50%);
  padding:0px 5px 5px 5px;
  background:white;
  z-index:1;
  overflow:auto;
  background-color:#dfd8ce;
  text-align:center;
}

#currently {
  position:fixed;
  border:3px double #7d6b55;
  z-index:999;
  background:white;
  padding:5px;
  bottom:7%;
  right:6%;
  width:17%;
  background-color:#dfd8ce;
  line-height:90%;
}

.heart {
  position:fixed;
  z-index:99;
  width:20%;
  bottom:4%;
  left:6%;
}

.mirror {
  position:fixed;
  z-index:99;
  width:13%;
  right:10%;
  top:12%;
}

.teeth {
  position:fixed;
  z-index:99;
  width:15%;
  left:9%;
  top:15%;
}

.run {
  position:fixed;
  z-index:99;
  width:10%;
  bottom:3%;
  left:50%;
  transform: translate(-50%, 0%);
}

.title {
  font-family: "Creepster", serif;
  font-size:40px;
  text-align:right;
  margin:-5px 0px 0px 0px;
}

.poke {
border:1px solid #322a22;
background-color: #c5b7a6;
padding:5px;
width:50%;
}

.poke img {
  width:50%;
}

#updates {
  background-color: #c5b7a6;
  border:1px solid #322a22;
  width:48%;
  padding:5px;
  float:left;
}

#updates2 {
  background-color: #c5b7a6;
  border:1px solid #322a22;
  width:48%;
  padding:5px;
  float:right;
}

 #HCB_comment_box {
   font-family: "Cutive Mono", monospace;
}

.bioimg {
  float: left;
  margin: 5px;
  padding:5px;
  width:250px;
}

.tooltip{
    display: inline;
    position: relative;
}

.cat img {
  max-width:40%;
}

.pers img {
  max-width:65%;
}


#blinkies img {
  max-width:200px;
}

#s-m-t-tooltip {
max-width:300px; /*how big the tooltip can be at most*/
padding:3px 4px 5px 4px; /*padding inside tooltip*/
margin:10px 7px -2px 10px; /*distance from word*/
    border: 1px solid black;
background:white;
color:black;
z-index:999999999999999999999999999999999999;
}

::selection {
  background-color: black;
  color:white;
}

.eater-regular {
  font-family: "Eater", serif;
  font-weight: 400;
  font-style: normal;
}

.averia-serif-libre-light {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
}

.averia-serif-libre-regular {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: normal;
}

.averia-serif-libre-bold {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: normal;
}

.averia-serif-libre-light-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: italic;
}

.averia-serif-libre-regular-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  font-style: italic;
}

.averia-serif-libre-bold-italic {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: italic;
}

.creepster-regular {
  font-family: "Creepster", system-ui;
  font-weight: 400;
  font-style: normal;
}