@font-face{
font-family: 'simplythebest';
src: url(../fonts/KGSimplytheBest.ttf);
}

@font-face{
font-family: 'yoster island';
src: url(../fonts/yoster.ttf);
}

@font-face{
font-family: 'adabelle';
src: url(../fonts/AdabelleHandwriting-Regular.ttf);
}

/* navi */

.navi {
text-align: center;}

.navi a {
display:inline-block;
background:transparent;
text-align:center;
padding-left:10px;padding-right:10px;
font:bold 11px adabelle;
margin-top: 2em;
text-transform:uppercase;
letter-spacing:2px;
color:#888;
}

.navi a:hover {color:#e9afc5;}

/* body stuff */  

html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
width: 100%;
align-content: center;
cursor: url("/images/pixels/tumblr_b8a941dabcd102ff7afc32e01be54f89_8eea338b_75.webp"), auto;
background-image: url(../images/e03-bg-checked.gif);
background-color: rgba(255,255,255,0.5);
background-blend-mode: lighten;
font:11px simplythebest;
line-height:12px;
color: #5F633E;
letter-spacing:1.2px;
text-align:justify;
overflow: scroll;}

/* links & other */

a:link, a:visited, a:active { 
color:#243533;text-decoration:none;}
a:hover {color:#e9afc5; cursor: url("/images/pixels/tumblr_b8a941dabcd102ff7afc32e01be54f89_8eea338b_75.webp"), auto;}

b {color:#414034;font-weight:bold;}
i {color:#243533;font-weight:bold;font-style:italic;}
u {color:#7E2625;text-decoration:underline;} 

.list {
display: flex;
align-items: flex-start; 
margin-bottom: 2px;
}

/* scrollbar */

::-webkit-scrollbar-thumb {
background-color: #fff; border-radius:5px;
border:1px solid #9D9167;}
::-webkit-scrollbar {
width: 7px; height: 0px; 
background: transparent;}

/* titles */

.title 
{
margin-top: 2em;
text-transform:uppercase;
font:bold 12px adabelle; 
color:#777;
line-height:10px;
padding:0px;
letter-spacing:2px;
}

#h3 {
font-size: 8px;
}

/* container */

.wrapper {
margin: 0 auto;
width: 100%;
max-width: 1000px;
padding: 10px 0;
box-sizing: border-box;
}

.layout {
max-width: 100%;
display: flex;
gap: 8px;
box-sizing: border-box;
justify-content: center;
}

/* box */

.box {
max-width: 950px;
max-height: 600px;
padding: 1em;
border:1px dashed #9D9167;
background-color: #fffef8;
box-shadow: 2px 2px #b6ad8b;
padding-top: 10px;
padding-bottom: 10px;
border-radius:5px;
text-align: center;
overflow: scroll;
}

.image img {
width: 100%;
max-width: 20em;
margin: 0.2em;
display: block;
}

.image {
position: relative;
display: inline-block;
margin: 0.2em; 
}

.image img {
margin: 0; 
}

.image:hover .overlay {
opacity: 1;
}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #9D9167;
font-family: simplythebest;
color: white;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
opacity: 0;
transition: opacity 0.3s;
border-radius: inherit;
}

@keyframes marquee {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}

/* footer */

.footer {text-align: center;
padding-top: 7px;}

/* responsive */

@media (max-width: 640px) { 
.layout {
flex-direction: column;
}
.left, .main, .right {
flex: 1 1 100%;
}
}

/* dark mode */
html.darkmode body {
  background-image: url(../images/2ac36baab8da3f8983c0aec019c941d9.jpg);
  background-color: #181918;
  background-size: 15em;
  color: #c2cabe;
}

html.darkmode .box,
html.darkmode .blogbox,
html.darkmode .updates {
  background-color: #494434;
  border-color: #3d3b1e;
  box-shadow: 2px 2px #36330b, 2px 3px #36330b;
  color: #c2cabe;
}

html.darkmode .title {
  color: #d8bdb6;
  border-bottom-color: #747259;
}

html.darkmode b {
  color: #d8bdb6;
}

html.darkmode i {
  color: #d8bdb6;
}

html.darkmode u {
  color: #d8bdb6;
}

html.darkmode p {
  color: #d8bdb6;
}

html.darkmode a:link,
html.darkmode a:visited,
html.darkmode a:active {
  color: #a57e5b;
  text-decoration: none;
}

html.darkmode a:hover {
  color: #c98a54;
}

html.darkmode .navi a {
  color: #f3d7bf;
}

html.darkmode .navi a:hover {
  color: #c98a54;
}

html.darkmode ::-webkit-scrollbar-thumb {
  background-color: #3d3b1e;
  border-color: #36330b;
}

html.darkmode .footer {
  color: #c2cabe;
}