/* META CONTENT */
body {
  background-image: url(/images/background/background_journal.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


*::-webkit-scrollbar {
  width: 13px;
  height:13px
}
*::-webkit-scrollbar-track {
  background: #5b281d;
  padding: 2px;
}
*::-webkit-scrollbar-thumb {
  background: linear-gradient(#f8c560,#8d481d) ;
  border-radius: 0px;
  border: 3px solid #8d481d;
}

*::selection{
  background: #f8c560;
  color: #8d481d;
}

/* BODY CONTENT */
.content{
    padding: 4vw;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;

    font-family: 'sour gummy', monospace;
}

#filler{
    background: linear-gradient(to bottom, #f50a0a 0%, #f0a742 50%, #6b6b6b 100%);
    height: 100vh;
    position: sticky;
    top: 0;
    border: 0px;
    border-radius: 0%;

    z-index: 2;
}

#pagedoll{
  height: 300px;
  position: absolute;
  left:-50px;
  top:20vh;
}

/* signboard */
#links{
  top:20px;
  z-index: 2;
  position: sticky;
  height: 100%;
}

#links .card {
    background-color: #5b281d;
    color:#fff2d4;
    border: double #b48177;
    border-width: 2px 5px 2px 5px;
    border-radius: 0%;
    height: 100vh;
    max-width: 10px;

    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

#signboard{
  position: absolute;
  left: -80px;
  width: 200px;

}

/* main content */
#content{
  z-index: 1;
}

.card-content{
    background-color: #fff2d4;
    padding: 2rem;
    
    border: 3px dashed #b48177;
    border-radius: 0px;

    color: #5b281d;
    box-shadow: 5px 7px #8a8a8a;

}

.card.card-header{
  position: absolute;
  top: -50px;
  left: 0;
}

.card-header img {
  height: 60px;
}

.card.icon{
  background-color: #f0a742;
  border: #b48177 3px solid;
}

.card.title{
  margin-left: -3px;
  padding-right: 5px;
  color: #8d481d;
  background-color: #f0a742;
  border: #b48177 3px solid;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
}

/* emoji icons */
.emoji{
  width: 50px;
  height: 50px;
  background-size: contain;
}

.emoji.happy{
  background-image: url(/infodump/images/Emojis1.png);
}

.emoji.hmm{
  background-image: url(/infodump/images/Emojis2.png);
}

.emoji.tired{
  background-image: url(/infodump/images/Emojis3.png);
}

.emoji.eepy{
  background-image: url(/infodump/images/Emojis4.png);
}

.emoji.laugh{
  background-image: url(/infodump/images/Emojis5.png);
}

.emoji.despair{
  background-image: url(/infodump/images/Emojis6.png);
}

.emoji.finger{
  background-image: url(/infodump/images/Emojis7.png);
}

.emoji.eyebrow{
  background-image: url(/infodump/images/Emojis8.png);
}

.emoji.angry{
  background-image: url(/infodump/images/Emojis9.png);
}

.emoji.heart-eyes{
  background-image: url(/infodump/images/Emojis10.png);
}

/* vertical rule */
.vl{
  border-left: 4px double #f0a742;
  background-color: 0;
}

/* text */
.flavor{
  font-style: italic;
  text-align: center;
  color: #8a8a8a;
}

.status-header{
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.status-content{
  text-align: center;
  font-style: italic;
  text-transform: lowercase;
  margin-top: -10px;
  margin-bottom: 5px;
  color: #6b6b6b;
}

.card-content p {
  text-indent: 2em;
}

.card-content .header{
  background-color: #f0a742;
  color: #8d481d;
  font-weight: bold;
  padding-left: 10px;
  margin-left: -10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.smalltext{
  font-size: 0.75em;
  color: #6b6b6b;
}

/* images */
.image-block{
  border: #b48177  3px solid;
  border-radius: 10px;
}

.card-content a{
  color: #f50a0a;
}

/* stars */
.star {
  height: 20px;
  width: 20px;
  background-size: contain;
  background-image: url(/infodump/images/star-empty.png);
  margin-top: 5px;
}

.star.fill {
  background-image: url(/infodump/images/star-fill.png);
}
