/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Tagesschrift&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica:ital@0;1&display=swap');

.tagesschrift-regular {
  font-family: "Tagesschrift", system-ui;
  font-weight: 400;
  font-style: normal;
}

.im-fell-dw-pica-regular {
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-dw-pica-regular-italic {
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: italic;
}

:root{
    --pfp: url("/img/miniblog/pfp.png");
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

mark{
    background-color: #8685B6;
}

body{
    /* background-image: url("https://i.gifer.com/76YS.gif"); */
    /* background-image: url("https://static.tumblr.com/ab70030ebc4058728a829bcf19e10d89/8hwqxdy/O7Wmhl86h/tumblr_static_tumblr_m90waaproo1rc95too2_500.png"); */
    background-image: url("https://media.tumblr.com/d249339336e54c5916984cf820ba72c2/tumblr_inline_mmt4fjUtLm1qz4rgp.png");
    background-repeat: repeat;
    background-size:auto;
    background-attachment: fixed;
    margin-bottom: 5px;
    /* #2b2740 */
}

h1{
    color: #8685b6;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000;
    font-family: Tagesschrift;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -3.76px;
    margin-bottom: 10px;

    /* GLOW */
        text-shadow:
        0 0 10px #E9E9E9,
        0 0 5px #E9E9E9,
        0 0 20px #E9E9E9;
}

s{
    color: #5f5f5f;
}

.tooltip {
    position: fixed;
    display: none;
    max-width: 250px;
    background: #272727;
    color: #F2F7F2;
    border: 1px solid #8685B6;
    border-radius: 4px;
    padding: 5px 8px;
    font-family: "IM Fell DW Pica";
    font-size: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    pointer-events: none;
    z-index: 99999;
}

/* TITLE BOUNCE */
#title.play span {
    animation: bounce .6s ease;
    animation-delay: calc(var(--i) * 0.04s);
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

#title span {
    display: inline-block;
}

#title.play span {
    animation: bounce .6s ease;
    animation-delay: calc(var(--i) * 0.04s);
}

/* ------ */

h3{
    font-size: 18px;
    color: #4A4984;
}

.box{
    margin-top: 10px;
    align-items: center;
}

header{
    text-align: center;
}

#header_title{
    text-decoration: none;
}

#nav_bar{
    border: 1px dashed #57558D;
    background-color: #8685B6;
    width: 60%;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 0;
    height: auto;
}

#nav_bar a{
    color: #F2F7F2;
    font-family: "IM Fell DW Pica";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.2px;
    text-decoration: none;
}

#nav_bar a:hover{
    color: #272727;
}

nav{
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* a{
    color: #F2F7F2;
    font-family: "IM Fell DW Pica";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.2px;
    text-decoration: none;
} */

/* a img{
    transition: transform 0.2s ease;
} */

a:hover img{
    -webkit-box-shadow:0px 0px 22px 3px rgb(134, 133, 182);
    -moz-box-shadow: 0px 0px 22px 3px rgb(134, 133, 182);
    box-shadow: 0px 0px 22px 3px rgb(134, 133, 182);
    /* transform: scale(1.02) */
}

marquee{
    width: 60%;
    margin: 0 auto;
    height: auto;
}

marquee p{
    color: #F2F7F2;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
}

#hand{
    width: 60%;
    margin: 0 auto;
    line-height: 0;
}

#hand_pic{
    width: 200px;
    display: block;
    margin-left: 0px;
    margin-bottom: -64px;
    margin-top: -20px;
}

.content{
    width:60%;
    margin:0 auto 10px;
    padding:10px;
    border:1px dashed #57558D;
    background:#E9E9E9;
}

p{
    color: #272727;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
}

.content h2{
    border-bottom: 1px dashed #57558D;
    color: #4A4984;
    font-family: 'Newsreader';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.widgets_1,
.widgets_2{
    display:flex;
    gap:10px;
    margin-top:10px;
    align-items:flex-start;
}


#currently_text, #more, 
#more_text, #blog, #posts,
#miniblog_content, #welcome_text, #welcome,
#to_do_list, #faves, #about_me, #about_text,
.links, .links_section, #gallery, #photo_posts, .misc,
.shrine, .shrine_item
{
   padding: 10px;
}

#welcome_text a{
    color: #272727;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    text-decoration: underline; 
}

#welcome_text a:hover{
    color: #4A4984;
    text-shadow: 0 0 10px #626197;
}

#currently_text a{
    color: #272727;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    text-decoration: underline;
}

#currently a:hover{
    color: #4A4984;
    text-shadow: 0 0 10px #626197;
}

/* #currently_text b{
    color: #4A4984;
} */

/* .icons{
    color: #4A4984;
    width: 15px;
    height: auto;
    margin-bottom: -3px;
} */

#currently{
    flex: 1;
    padding: 10px;
}

.miniblog{
    flex: 1;
    padding: 10px;
}

.miniblog_link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.miniblog_link:hover{
   filter: drop-shadow(0px 0px 8px #8685b6);
}

.miniblog_content{
    padding: 10px;
    border: 1px dashed #57558D;
    margin: 0 auto;
    height: auto;
    background-color: #c3c3d8;
}

.miniblog_header{
   margin-top: 10px;
   margin-left: 10px;
   margin-bottom: -5px;
}

#miniblog_date{
    color: #4A4984;
    padding: 1px 6px;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    background-color: #E9E9E9;
    border: 1px dashed #57558D;
}

#misc_section{
    padding: 10px;
    gap: 20px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.misc_item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    height: 120px;
    display: block;
    text-decoration: none;
}

.misc_name{
    font-size: 20px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F2F7F2;
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.misc_item:hover{
    filter: drop-shadow(0px 0px 8px #8685b6);
}

.updates{
    flex: 1;
    padding: 10px;
}

.updates a {
    color: #272727;
    font-family: "IM Fell DW Pica";
    font-size: 18px;
    text-decoration: none;
}

.updates a:hover {
    text-decoration: underline;
}

.updates_box{
    background-color: white;
    overflow: scroll;
    padding: 10px;
    margin: 10px;
    width: 100%;
    height: 100px;
}

.to_do{
    flex: 1;
    padding: 10px;
}

ul.to-do{
    list-style-position: inside;
    list-style: "› ";
    font-size: 18px;
}

#carabiner{
    float:right;
    max-height: 300px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 400;
    transition: transform 0.2s ease;
}

#carabiner:hover{
    transform: scale(1.02)
}

#bat {
    float: left;
    position: absolute;
    left: 25px;
    margin-top: -180px;
    transition: transform 0.2s ease;
}

#bat:hover{
    transform: scale(1.02)
}

/* ABOUT ME */

.graphics{
    padding-bottom: 10px;
    width: 60%;
    margin: 0 auto;
    height: auto;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.favorites_section{
    padding: 10px;
    gap: 20px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.albums_carousel{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0px;
}

.albums_wrapper{
    overflow: hidden;
    width: 100%;
}

.albums_track{
    display: flex;
    gap: 20px;
    transition: transform .35s ease;
}

.album{
    flex: 0 0 150px;
}

.album img{
    width: 150px;
    display: block;
}

.carousel_btn{
    color: #57558D;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 24px;
    transition: .2s;
    border: none;
    background: none;
}

.carousel_btn:hover{
    color: #272727;
}

.albums_wrapper{
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.albums_wrapper::-webkit-scrollbar{
    display: none;
}

.albums_track{
    display: flex;
    gap: 20px;
    width: max-content;
}

.album img{
    width: 150px;
    height: auto;
}

figcaption{
    width: 100%;
    color: #272727;
    text-align: center;
    font-family: "IM FELL DW Pica";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
}

figure a{
    text-decoration: none;
}

.film img{
    width: 150px;
    height: 225px;
}

.game img{
    width: 150px;
    height: 225px;
}

/* BLOG */

#posts a {
    color: #272727;
    font-family: "IM Fell DW Pica";
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
}

#posts a:hover {
    color: #4A4984;
    text-shadow: 0 0 10px #626197;
}

/* BLOG POST */

#post_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #57558D;
    padding: 10px;
}

#post_title{
    display: flex;
    align-items: center;
    gap: 10px;
    
}

#back{
    font-size: 18px;
    text-decoration: none;
    margin: 0;
    color: #272727;
    font-family: "IM Fell DW Pica";
}

#post_header h2{
    color: #4A4984;
    margin: 0;
    border-bottom: none;
    font-size: 22px;
    font-family: 'Newsreader';
}

#post_content p{
    color: #272727;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
}

#post_content a{
    color: #272727;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    text-decoration: underline;
}

#post_content a:hover{
    font-weight: bold;
}

#back:hover{
    text-decoration: underline;
}

#post_header, #post_content{
    padding: 10px;
    background-color: #E9E9E9;
}

#date{
    margin: 0;
    color: #4A4984;
    font-size: 18px;
    font-style: italic;
}

/* GALLERY */

#gallery{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

#gallery_list{
    flex: 1;
}

#camera img{
    width: 200px;
}

#photo_posts a {
    color: #272727;
    font-family: "IM Fell DW Pica";
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
}

#photo_posts a:hover {
    color: #4A4984;
    text-shadow: 0 0 10px #626197;
}

#back{
    font-size: 18px;
    text-decoration: none;
    margin: 0;
    color: #272727;
    font-family: "IM Fell DW Pica";
}

#gallery_post_content{
    padding: 10px;
    text-align: center;
}

#gallery_post_content p{
    max-width: 95%;
    display: block;
    margin: 10px auto;
}

#gallery_post_content img{
    max-width: 95%;
    display: block;
    margin: 10px auto;
}


.sidebar {
    width: 150px;
    padding: 4px; 
}

/* SHRINE */

.shrine_section{
    padding: 10px;
    gap: 20px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

.shrine_item{
    width: 300px;
    height: 150px;
    display: block;
    position: relative;
    overflow: visible;
    transition: filter 0.2s ease;
    border: 1px dashed #57558D;
}

.shrine_item:hover{
    filter: drop-shadow(0px 5px 8px #8685b6);
}

.shrine_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    display: block;
}
.shrine_name{
    text-align: center;
    white-space: nowrap;
    position: absolute;
    font-family: "IM FELL DW Pica";
    font-size: 18px;
    letter-spacing: -0.8px;
    color: #4A4984;
    background-color: #E9E9E9;
    border: 1px dashed #57558D;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 5px;
    bottom: -8px;
}

.shrine_item.inactive{
    cursor: default;
    pointer-events: none;
}

.shrine_item.inactive img{
    filter: grayscale(100%);
}

/* MINIBLOG */

.miniblog_profile{
    background: #E9E9E9;
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 20px;
    position: relative;
}

#profile_header{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

#profile_picture{
    width: 140px;
    height: 140px;
    background-image: var(--pfp);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 5px solid #E9E9E9;
    position: relative;
    margin-top: -70px;
    margin-left: 20px;
    z-index: 2;
}

#profile_button{
    position: absolute;
    right: 20px;
    top: 230px;
    color: #E9E9E9;
    background-color: #8685B6;
    padding: 8px 18px;
    font-family: "IM Fell DW Pica";
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    border-radius: 20px;
}

#profile_info{
    padding: 5px 20px 20px;
}

#name{
    margin: 0;
    font-size: 28px;
    color: #4A4984;
    font-family: "IM Fell DW Pica";
}

#username{
    color: #666;
    font-size: 18px;
    display: block;
    margin-top: 2px;
    margin-bottom: 15px;
    font-family: "IM Fell DW Pica";
}

#bio{
    margin-top: 15px;
    margin-bottom: 15px;
}

.miniblog_archive{
    flex: 1;
    padding: 10px;
}

.archive_post{
    display: flex;
    gap: 15px;
    padding: 18px;
    border: 1px dashed #57558D;
    background: #E9E9E9;
    margin-bottom: 10px;
}

.post_picture{
    width: 52px;
    height: 52px;
    background-image: var(--pfp);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.post_body{
    flex:1;
}

.post_header{
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.post_name{
    font-family: "IM Fell DW Pica";
    font-size: 20px;
    color: #4A4984;
    font-weight: bold;
}

.post_username,
.post_date,
.post_dot{
    color: #666;
    font-family: "IM Fell DW Pica";
    font-size: 16px;
}

.post_content p{
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

/* LANDING PAGE */

/* body.landing{
    background-image: none;
    background-color: #37394a;
} */

.landing_index{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}

.landing_index p {
    color: #E9E9E9;
}

.landing_index img {
    width: 300px;
    height: auto;
}

.landing_link{
    text-align: center;
    margin-top: 25px;
}

.landing_link a{
    font-size: 30px;
    font-family: "IM Fell DW Pica", serif;
    color: #E9E9E9;

        text-shadow:
        0 0 10px #E9E9E9,
        0 0 5px #E9E9E9,
        0 0 2px #E9E9E9;
}

#landing_title{
    color: #8685b6;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #272727;
    font-family: Tagesschrift;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -3.76px;
    margin-bottom: 10px;
    text-shadow:
        0 0 10px #E9E9E9,
        0 0 5px #E9E9E9,
        0 0 20px #E9E9E9;
}

#landing_title span {
    display: inline-block;
}

#landing_title.play span {
    animation: bounce .6s ease;
    animation-delay: calc(var(--i) * 0.04s);
}

/* LINKS */

.links_section a{
    color: #272727;
    text-align: justify;
    font-family: "IM FELL DW Pica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    text-decoration: underline;
}

.links_section a:hover{
    color: #4A4984;
    text-shadow: 0 0 10px #626197;
}

.link_p{
    color: #4A4984;
}