:root {
  --color: rgb(164, 135, 116);
  --links: #ffffff;
  --background: url(/background/rosyquilt.jpeg);
  --container: #f9f9f9;
  --footer: #bed2c1;
  --heading1: #a1a284;
  --heading2: #bcbe9a;
  --heading3: #fffcf3;
  --nav: RGBA(188, 190, 154, .5);
  --nav2: #c2cfa8;
  --mobile-nav:#c2cfa8;
  --checkbg: white;
  --checkn: black;
  --checkhover: rgb(244, 199, 213);
  --cursor-default: url(/cursors/bow.png), auto;
  --cursor-select:  url(/cursors/pointer.png), pointer;

}



html {
::view-transition-old(root) {
  animation: fade-out 0.3s;
}


::view-transition-new(root) {
  animation: fade-in 0.3s;
}



body {
  background: var(--background) repeat top left;
}


body a {
  color: var(--links) !important;
  text-shadow: -1px 0 #a08a79, 0 1px #a08a79, 1px 0 #a08a79, 0 -1px #a08a79;

}


.container {
  max-width: 1050px;
  margin: 0 auto;
  background: var(--container);
  border: var(--border);
  border-radius: 3px;
border-width: .5px;
border-style: solid;
border-color: rgb(193, 171, 160);
outline-style: ridge;


}

.container-inner {
  max-width: 1050px;
  margin: 0 auto;
    border: 0px dashed;
      border-radius: 5px;
      border-color: rgb(141, 104, 119);
    background-color: #e8d8dc;
    background-size: 250px;


}}

.container-outer {
  max-width: 1050px;
  margin: 0 auto;
  background-col: var(--container);
  border-radius: 14px;
border-width: 10px;
border-style: solid;
border-image: url("https://file.garden/Z4-KIXj5okOfzeyR/borders/woawa.png") 19.5 fill round;

}

.container-outer2 {
  max-width: 1070px;
  margin: 0 auto;
  background-col: var(--container);
  border-radius: 5px;
border-width: 7px;
border-style: solid;
border-image: url("https://angeldolly.com/borders/image%20(19).png") 15 fill round;
}

header img {
  width: 100%;
  border-radius: 0px ;
  margin-bottom: -6px;
      border-bottom: 1px solid #e6d4d9;}

aside {
  flex-shrink: 1;
  width: 175px;
  padding: 12px;
  border: 2px dashed #e6d4d9;
    border-bottom: 0px dashed #e6d4d9;
        border-top: 0px dashed #e6d4d9;

}

main {
  order: 2;
  padding: 15px;
  margin-top: -18px;


}

footer {
  background: url('https://angeldolly.com/pic/Resize%20image%20project%20-%20July%2030,%202026%20at%2017.23.51%20(2).png') repeat-x left top;
  padding: 32px 6px 18px 6px;
  border-radius: 0 0 3px 3px;

}

main section {
  margin-bottom: 16px;

}

main section:last-child {
  margin-bottom: 0;
}

.left {
  order: 1;
}

main {
  order: 2;
}

.right {
  order: 3;

}
.text-clique{
	text-align: center;
	font-size: 0.8em;
	position: relative;
	transition: 0.3s;

}

#thumbnail {
       
    padding: 0;
    margin: 0 auto; 
                position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 85%;
              display: flex;
  justify-content: center;
  align-items: center;
}

#listings img:hover, #cliques img:hover, .bigger-clique:hover, .text-clique img:hover, .neighbors img:hover, .no-button:hover, #my-buttons img:hover {
	transform: scale(105%);
   filter: drop-shadow(0 0 8px rgba(232, 171, 201, 0.8));
  cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png"), pointer;
}

button:hover{
  cursor: url('https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png'), pointer;
}

hr {
  clear: both !important;
  border-top: 1px solid var(--border2) !important;
  margin: 12px -12px !important;
}

main hr {
  margin: 18px 0 !important;
}

.desktop-nav ul {
  list-style: none;
  padding: 0 6px;
  margin: 0 0 18px 0;
  text-align: left;
}


.desktop-nav li {
  padding: 4px 2px;
  border-bottom: 1px dotted rgb(231, 212, 219);
}

nav a {
  color: var(--color) !important;
  text-decoration: none;
    font-family: PixelatedElegance;
font-size: 1em;
  list-style-type:none;
  list-style-position: inside;
margin-left: 3px;
transition: 0.5s;
cursor: url('https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png'), pointer;

}


.navphover li:hover{
  list-style-image:url(https://poempuppy.neocities.org/resources/pixels/v46067.png);
  list-style-position: inside;
  background: #F9CFEC;
  background: linear-gradient(90deg, rgb(219, 236, 205) 0%, rgba(255, 255, 255, 1) 100%);
  color:white;
  letter-spacing: 3px;
  cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png"), pointer;
  }

.navphover a.activated:after {
    content: url("https://angeldolly.com/pic/icon_arrow002.gif");

  }

.mobile-nav {
  display: none;
}

.mobile-nav {
   width: 100%;
   top: 0;
   margin: 0 !important;
   z-index: 999;
 }

 .mobile-nav ul, .mobile-nav li {
   display: inline-block;
   text-align: center;
   width: 100%;
}

 .mobile-nav ul {
   border: 1px solid var(--heading1);
   padding: 0;
   margin: -8px 0 12px 0;
 }

.mobile-nav li {
  padding: 4px 0;
  border-bottom: 1px solid var(--heading1);
  background: var(--container);
}

.mobile-nav li:last-child {
  border-bottom: 0;
}

.mobile-nav a {
  display: block;
}

.mobile-nav .heading {
  border-radius: 8px 8px 0 0;
}

.mobile-nav details[open] {
  margin: 0;
  padding: 12px;
  background: #eaedd6;
  border-bottom: 1px solid lightgray;
 }

 .mobile-nav summary {
   text-align: left;
   padding: 12px !important;
   letter-spacing: 1px;
   font-weight: bold;
    cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png"), pointer;
   border-radius: 0 !important;
 }

 .mobile-nav details[open] summary {
   margin: -12px -12px 8px -12px;
 }
 .mobile-nav details[open] {
   margin: 0 0 12px 0;
   border-bottom: 2px solid var(--heading1);
 }

 .mobile-nav span {
   float: right;
 }


 h1, h2, h3, h4, h5, h6, .heading, .mobile-nav summary {
  font-family: 'spirit', 'Cursive';
  font-size: 1.6em !important;
  letter-spacing: 1.5px;
}

h1-border{
  font-family: 'Pixel', 'Cursive';
  font-size: 1.6em !important;
  letter-spacing: 1.2px;
   filter: drop-shadow( 0 0.5px rgb(164, 135, 116)) drop-shadow( 0.5px 0 rgb(164, 135, 116)) drop-shadow( 0 -0.5px rgb(164, 135, 116)) drop-shadow( -0.5px 0 rgb(164, 135, 116)) drop-shadow( 0 2px white) drop-shadow( 2px 0 white) drop-shadow( 0 -2px white) drop-shadow( -2px 0 white)drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow( 0 0 1px #424242);
  color:#f9dff0;

}
.big::first-letter {
  -webkit-initial-letter: 3;
  initial-letter: 1.8; /* Initial letter occupies 2 lines */
  font-family: Pixel;
  font-weight: 50;
}

.heading, .mobile-nav summary {
  display: block;
  color: rgb(255, 255, 255);
    padding: 8px;
  border-radius: 50px;
  margin: 0 0 8px 0;
  background: url('https://media.tumblr.com/tumblr_loohb4h0gD1qf72le.png');
text-shadow: -1px 0 #a08a79, 0 1px #a08a79, 1px 0 #a08a79, 0 -1px #a08a79;
border-width: .5px;
border-style: solid;
border-color: rgb(149, 111, 93);

}

.heading, .mobile-nav summary::after {
    padding: 8px;
  border-radius: 15px;
  margin: 0 0 8px 0;
border-width: 6px;
border-style: solid;
border-color: rgb(149, 111, 93);
border-image: url('https://angeldolly.com/pic/border_2.gif') 6 round;
}


.lined-heading {
  font-family: 'Pixel', 'Verdana';
  font-size: 1.6em !important;
  letter-spacing: 1px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  font-weight: 100;
  margin-top: 20px;

}

.lined-heading::before, .lined-heading::after {
  flex: 1;
  content: '';
  padding: 3px;
  background-image: url(/decor/linedheading.png);
  background-size: contain;
  margin: 5px;
}



blockquote {
  border-left: 3px solid #bcbe9a;
  padding-left: 24px;
  margin: 8px 24px;
  overflow: auto;
  text-align: left !important;


}

.pink-box {
    padding-bottom: 0px;
overflow: hidden;
border-radius: 14px;
border-width: 7px;
border-style: solid;
border-image: url(/borders/heartborder.png) 7 fill round;

}

.pink-box2 {
    padding-bottom: 0px;
    margin-top: 20px;
overflow: hidden;
border-radius: 14px;
border-width: 7px;
border-style: solid;
border-image: url(/borders/heartborder.png) 7 fill round;

}

  .header {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
  }

.box {
   border: 2px dashed #d8c3c8;
  border-radius: 6px;
  padding: 15px;


}

.box-outer {
  border-width: 1px;
border-style: solid;
border-width: 7px;
border-image: url(/borders/heartborder.png) 7 fill round;
background-clip: padding-box;
  padding: 5px;
  justify-content: center;


}

.box-inner {
border-width: 0.1px;
border-color: rgb(193, 171, 160);
outline-style: ridge;
margin: auto;
height: 200px;
overflow: scroll;
width: 100%;
background-color: rgb(255, 255, 255);
overflow-x: hidden;
background-repeat: repeat;
background-size: 10x;
  background-image: url(/background/roserose.gif);
    box-shadow: rgba(242, 182, 208, 0.35) 0px -50px 36px -28px inset;

justify-content: center;

}

.box-inner2 {
border-width: 2px;
border-color: rgb(193, 171, 160);
margin: auto;
outline-style: ridge;
height: 180px;
width: 100%;
background-color: rgb(255, 255, 255);
overflow-x: hidden;
background-repeat: repeat;
  background-image: url(/background/b17-bg-polkadot.gif);
justify-content: center;
  border-radius: 30px 30px 0px 0px ;
  display: flex;
  flex-direction: row;
    overflow: hidden;
      box-shadow: rgba(242, 182, 208, 0.35) 0px -50px 36px -28px inset;
}




.box .heading {
  margin: -10px -10px 10px -10px;
  padding: 4px;
  border-radius: 50px;

}

.scrollable {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-gutter: stable
}

main ul {
list-style: none;
}

.imgtxt {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: relative;
}
.imgtxt span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 1rem;
  font-family: Spirit;
  color: #FFF;
  filter: drop-shadow(1px 1px 0 rgb(191, 150, 170))
    drop-shadow(-1px 1px 0 rgb(191, 150, 170))
    drop-shadow(1px -1px 0 rgb(191, 150, 170))
    drop-shadow(-1px -1px 0 rgb(191, 150, 170)) ;
}
.imgtxt:hover span, .imgtxt:focus span {
  opacity: 1;
}
.imgtxt:hover img, .imgtxt:focus img {
  /* add hover effects like transform or filter to your images here! */
}

::-webkit-scrollbar {
  width: 16px;
  border-radius: 15px;
    background-color: transparent;
    display: none;
}


    /* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
      border-radius: 15px;
}


/* Handle */
::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffe0ed;
  border-radius: 15px;

    }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background-image: url(https://64.media.tumblr.com/tumblr_lkl6u2Pii71qfamg6.gif) ; background-repeat: repeat-y; background-color: white; margin: auto
}

/* popout */
.popinoutanim {
   -webkit-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 1s ease-in-out infinite alternate;
 -moz-animation: pop 1s ease-in-out infinite alternate;
}
@keyframes pop {
from {
transform:scale(0.95)
}
50% {
transform:scale(1)
}
to {
transform:scale(0.95)
}
}

#dynamic-text {
font-family: Mademoiselle;
    font-size: 15px;
    color: rgb(164, 135, 116);

}
.rosepixel {
display:flex;
align-items:right;
gap:4px;
margin-right:2px;
}

.rosepixel span {
width:40px;
height:22px;
background: url(/decor/pointe.gif);
opacity:0.6;
background-size: contain;
background-repeat: no-repeat;
}

#vignette {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 200px rgba(69, 40, 53, 0.292) inset;
	pointer-events: none;
	z-index: 6;
}

.toggle-check {

}
label {
font-style: italic;
cursor: text;
position: relative;
display: inline-block;
padding-left: 35px;}


input {
position: absolute;
opacity: 0;
height: 0;
width: 0;
}

.middle3 {
    position: relative;
    padding: 15px ;
    height: 80px;
 max-width: 640px;
 width: 100%;
    background-size: contain;
        overflow: hidden;
        border-radius: 3px;
        border-style: inset;
        border-color: #c8a58b;
        background-image: url(/background/lace.jpg);
}

.middle3::after {
    content: "";
    z-index: 10;
    position: absolute;
    top: -10px;
    left: -3px;
    width: 90%;
    height: 40%;
    border: solid;
    border-width: 30px 40px;
    border-image: url(/decor/floral-divider.png) 35 round;
    background-clip: padding-box;
    -webkit-filter: drop-shadow(0 2px 3px #E0CAD4) drop-shadow(0 -1px #AD97A1) drop-shadow(0 1px #AD97A1);
    filter: drop-shadow(0 2px 3px #E0CAD4) drop-shadow(0 -1px #AD97A1) drop-shadow(0 1px #AD97A1);
    overflow: hidden;
}
.middle-contain3 {
    position: relative;
}

   .marquee__content3 {
        width: 400%;
        height: 60px;
        display: flex;
        animation: marquee 30s linear infinite forwards;
            justify-content: space-around;
    flex-shrink: 0;
    gap: 10px;
    filter: grayscale(20%);

      }


.mlace-13 {
    position: absolute;
    width: 30px;
    height: 70px;
    background: url(/decor/llace.png) center center no-repeat;
    background-size: cover;
    left: -15px;
    top: -5px;
    -webkit-filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    z-index: 10;
}

.mlace-23 {
    position: absolute;
    width: 30px;
    height: 70px;
    background: url(/decor/rlace.png) center center no-repeat;
    background-size: cover;
    right: -15px;
    top: -5px;
    -webkit-filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    z-index: 10;
}


.middle2 {
    position: relative;
    height: 50px;
    background-size: contain;
        overflow: hidden;
        border-radius: 3px;
        border-style: inset;
        border-color: #c8a58b;
                background-image: url(/background/lace.jpg);

}

.middle2::after {
    content: "";
    z-index: 10;
    position: absolute;
    top: -10px;
    left: -3px;
    width: 90%;
    height: 40%;
    border: solid;
    border-width: 20px 50px;
    border-image: url(/decor/floral-divider.png) 35 round;
    background-clip: padding-box;
    -webkit-filter: drop-shadow(0 2px 3px #E0CAD4) drop-shadow(0 -1px #AD97A1) drop-shadow(0 1px #AD97A1);
    filter: drop-shadow(0 2px 3px #E0CAD4) drop-shadow(0 -1px #AD97A1) drop-shadow(0 1px #AD97A1);
    overflow: hidden;
}
.middle-contain2 {
    position: relative;
    overflow: hidden;
}

   .marquee__content2 {
        width: 370%;
        display: flex;
        line-height: 51px;
        animation: marquee 15s linear infinite forwards;
            justify-content: space-around;
    flex-shrink: 0;
    gap: 5px;
font-family: spirit;
font-size: large;
    overflow: hidden;

      }


.mlace-12 {
    position: absolute;
    width: 30px;
    height: 50px;
    background: url(/decor/llace.png) center center no-repeat;
    background-size: cover;
    left: 0px;
    top: -5px;
    -webkit-filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    z-index: 10;
}

.mlace-22 {
    position: absolute;
    width: 30px;
    height: 50px;
    background: url(/decor/rlace.png) center center no-repeat;
    background-size: cover;
    right: 0px;
    top: -5px;
    -webkit-filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    z-index: 10;
}


@media only screen and (max-width: 900px) {
  .about-nav ul {
    display: block;
  }

  .about-nav li {
    width: 100%;
    margin-bottom: 6px;
  }
  article {
    width: 100% !important;
    height: 100%!important;
  }

  body {
    text-align: center;
  }

  main {
    border-left: 0;
    border-right: 0;
    order: 2;
    overflow: hidden;
  }

  .left {
    order: 1;
  }

  .right {
   order: 2;

  }

  ul {
    text-align: center;
    list-style: none;
  }

  .mobile-nav {
    display: block;
  }

  .desktop-nav {
    display: none;
  }

  header img {
    border-bottom: 0;
  }
}
#textarea-sitebutton{
  margin: auto;
  width: 200px;
  max-width: 100%;
  background-color: #f8f0ff;
  border: 1.5px solid #ffd9eb;
  height: 100px;
  resize: vertical;
  box-sizing: border-box;
}

.copybutton {
  font-family: "Spirit";
  background: #060606;
  color: #e4bdd2;
	margin:	.5rem;
	padding: .5rem;
border: 10px solid transparent;
background-clip: padding-box;
width: 100%;
}

    &:hover {
  cursor: pointer;
		color: #fdfdfd;
        transition: 0.4s;
    }


.copybutton:active {
  filter: drop-shadow(0px 2px 0px #8c6071);
  transform: translateY(4px);
}

 /* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }


  .mobile-nav {
    display: block;
  }

  .desktop-nav {
    display: none;%
  }

  header img {
    border-bottom: 0;
  }

   #all, #nav, #header {
  width: 100% !important;
  margin: 0 auto;
  }


}

label, text {
  color: var(--color) !important;
}

.updates ul {
  padding: 0;
  margin-top: -8px;
  overflow: auto;
}

.updates li {
  border-bottom: 1px solid lightgray;
  padding: 2px 0;
}

.updates {
  border: var(--border);
  border-radius: 6px;
  padding: 10px;
}

.updates .heading, .box .heading {
  margin: -10px -10px 10px -10px;
  padding: 4px;
  border-radius: 4px 4px 0 0;
}

.buttons, .webrings, .status {
  width: 50%;
padding: 1px;
}







@media only screen and (max-width: 800px) {
  .introduction {
  background: url(/borders/omori.png) no-repeat center top;
    padding: 0;
    margin: 0;
    height: auto;
  }

}
.img01 {
position: relative;
bottom: -120em;
left: 5em;
z-index: 5;
height: 20px;
}

.bush {
position: relative;
top: 25em;
left: -em;
overflow-x: hidden;
z-index: 5;
}

 .image-filter {
  position: relative;

}

rotate-90 {
transform: rotate(90deg); /* Rotates clockwise by 90 degrees */
transform-origin: center; /* Ensures rotation around the center */
}

.image-filter::before,
.image-filter::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.image-filter--pastel img {
  filter: brightness(1.2) contrast(0.6) brightness(1.1) saturate(1.4);
}
 .image-filter--pastel::before {
  background: white;
  opacity: 0.3;
  mix-blend-mode: soft-light;
}
 .image-filter--pastel::after {
  background: #FFC2D7; /* change color here */
  opacity: 0.4;
  mix-blend-mode: color;

}
a.four:link {color:#dbc3cf;}
a.four:visited {color:#bed2c1;}
a.four:hover {font-family:Spirit;}




@media only screen and (max-width: 635px) {


.updates ul {
  padding: 0;
  margin-top: -8px;
  overflow: auto;
}

.updates li {
  border-bottom: 1px solid lightgray;
  padding: 2px 0;
}

.updates {
  border: var(--border);
  border-radius: 6px;
  padding: 10px;
}

.updates .heading, .box .heading {
  margin: -10px -10px 10px -10px;
  padding: 4px;
  border-radius: 4px 4px 0 0;
}

.buttons, .webrings, .status {
  width: 50%;

}
}

#statuscafe {
  padding: -0.5em;
} 

#statuscafe-username {
  font-size: 0.8em;
  font-family: Pixel;
  font-weight: 100;
    margin-bottom: -.5em;
      margin-top: 0px;
    margin-bottom: -3px;
    position: relative;
    top: -5px;
   margin-left: -2px;
    background: url(https://angeldolly.com/background/cushion.jpg) 0 0 / 75px;
    border-style: solid;
    border-width: 6px 0 6px 0;
    border-image: url(https://angeldolly.com/borders/lacev2-3.png) 39 / 9px 9px 9px 9px round;
    background-clip: padding-box;
    filter: drop-shadow(1px 1px 4px);


}


#statuscafe-content {
  font-size: .7em;
  margin-bottom: -12px;
}



      /*
#statuscafe {
  height: 100px;
  overflow: auto;
  scrollbar-width: thin;
  padding: 8px 10px;
} */



.introduction {
  background: url(/borders/omori.png) no-repeat center top;
  padding: 36px 42px 28px 42px;
  margin: 0 -12px 50px -12px;
  height: 300px;
}

.marquee {
  display: block;
        width: 1000px;
    gap: 5px;
    display: flex;
  white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 20px;



}
   .marquee__content {
        width: 300%;
        display: flex;
        line-height: 30px;
        animation: marquee 10s linear infinite forwards;
            justify-content: space-around;
    flex-shrink: 0;
    gap: 10px;
    filter: grayscale(90%);
    


      }

  .marquee__content:hover {
        animation-play-state: paused;
      }


  .marquee__content  img {
    height: 60px;
}

      .list-inline {
        display: flex;
        justify-content: space-around;
        width: 33.33%;
        /* reset list */
        list-style: none;
        padding: 0;
        margin: 0;
      }

      @keyframes marquee {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-88.6%);
        }
      }
      
            /* Pause on hover */
      .marquee2:hover .marquee__content2 {
         animation-play-state: paused;
      }

      /* Pause on hover */
      .marquee3:hover .marquee__content3 {
         animation-play-state: paused;
      }

.mlace-1 {
    position: absolute;
    width: 30px;
    height: 200px;
    background: url(/decor/llace.png) center center no-repeat;
    background-size: cover;
    left: 0px;
    top: -5px;
    -webkit-filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    z-index: 1;
}

.mlace-2 {
    position: absolute;
    width: 30px;
    height: 200px;
    background: url(/decor/rlace.png) center center no-repeat;
    background-size: cover;
    right: 0px;
    top: -5px;
    -webkit-filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    z-index: 1;
}


@media only screen and (max-width: 800px) {
  .introduction {
  background: url(/borders/omori.png) no-repeat center top;
    padding: 0;
    margin: 0;
    height: auto;
  }

}



.middle {
    position: relative;
    height: 105px;
    background: url(/background/lace.jpg) repeat-x;
    background-size: contain;
}

.middle::after {
    content: "";
    z-index: 111;
    position: absolute;
    top: -10px;
    left: -11px;
    width: 85%;
    height: 65%;
    border: solid;
    border-width: 30px 50px;
    border-image: url(/decor/floral-divider.png) 35 round;
    -webkit-filter: drop-shadow(0 2px 3px #E0CAD4) drop-shadow(0 -1px #AD97A1) drop-shadow(0 1px #AD97A1);
    filter: drop-shadow(0 2px 3px #E0CAD4) drop-shadow(0 -1px #AD97A1) drop-shadow(0 1px #AD97A1);
}

.middle-contain {
    position: relative;
    overflow: hidden;
}



.mlace-1 {
    position: absolute;
    width: 30px;
    height: 200px;
    background: url(/decor/llace.png) center center no-repeat;
    background-size: cover;
    left: 0px;
    top: -5px;
    -webkit-filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    filter: drop-shadow(1px 0 #fff) drop-shadow(2px 0 #BDB3B6);
    z-index: 1;
}

.mlace-2 {
    position: absolute;
    width: 30px;
    height: 200px;
    background: url(/decor/rlace.png) center center no-repeat;
    background-size: cover;
    right: 0px;
    top: -5px;
    -webkit-filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    filter: drop-shadow(-1px 0 #fff) drop-shadow(-2px 0 #BDB3B6);
    z-index: 1;
}

  .image-filter {
  position: relative;
}

.image-filter::before,
.image-filter::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.image-filter--pastel img {
  filter: brightness(1.2) contrast(0.72) brightness(1.1) saturate(1.4);
}
 .image-filter--pastel::before {
  background: white;
  opacity: 0.3;
  mix-blend-mode: soft-light;
}
 .image-filter--pastel::after {
  background: #FFC2D7; /* change color here */
  opacity: 0.4;
  mix-blend-mode: color;
}

a.four:link {color:#dbc3cf;}

a.four:visited {color:#bed2c1;}

a.four:hover {font-family:Spirit;}

.featured {
  height: 240px;
  width: 100%;
  flex-shrink: 0;
  border: 1px solid #f2c6d8;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(242, 182, 208, 0.35) 0px -50px 36px -28px inset;
  border-style: solid;
border-color: rgb(193, 171, 160);
outline-style: ridge;
background-image: url('/background/cushion.jpg');
background-size: 100% ;
padding-bottom: 15px;
}



.featureread {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featureread img {
width:100%;
  object-fit: cover;
  border-width: 0px;
  border-style: solid;
  opacity: 0.7;
  transition: 0.3s;
}

.featureread img:hover {
  opacity: 1;
}


.featureart {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featureart img {
width:100%;
  object-fit: cover;
  border-width: 0px;
  border-style: solid;
  opacity: 0.7;
  transition: 0.3s;
}

.featureart img:hover {
  opacity: 1;
}


.featurewatch {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featurewatch img {
width:100%;
  object-fit: cover;
  border-width: 0px;
  border-style: solid;
  opacity: 0.7;
  transition: 0.3s;
}

.featurewatch img:hover {
  opacity: 1;
}

.pfp-frame {
  height: 280px;
  width: 100%;
  flex-shrink: 0;
  border: 1px solid #f2c6d8;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(242, 182, 208, 0.35) 0px -50px 36px -28px inset;
  border-style: solid;
border-color: rgb(193, 171, 160);
outline-style: ridge;
background-image: url('https://i.pinimg.com/736x/0e/19/49/0e19499d45ebe0ab6b5ebc89e1ea9040.jpg');
background-size: 100% ;
}

.pfp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame-bg {
  width: 100%;
  height: 60px;
  background: rgba(255, 233, 242, 0.8);
  bottom: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
    box-shadow: rgba(242, 182, 208, 0.35) 0px -50px 36px -28px inset;


}

.frame-mood-text {
  font-family: 'galmuri';
  margin-bottom: 2px;
  color: white;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  font-weight: bolder;
  letter-spacing: 0.5px;
  text-decoration-line: none;
  text-shadow: -1px 1px grey, 0px 1px grey, 1px 0px grey, 0px -1px grey;
  position: relative;
  z-index: 1;


}

/* ======================================================================
       15. mp3 / now playing widget
       -----------------------------------------------------------------
       #cd is the spinning cd stack (art on top, spinning disc under it);
       clicking it toggles the hidden <audio> element via the js at the
       bottom of the page.
       ====================================================================== */
    #mp3 {
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%;
      padding: 5px;
      box-sizing: border-box;
    }


    #cd {
        width: 44px;
        height: 44px;
      }

      #cd .img2 {
        width: 44px !important;
        height: 44px !important;
      }

      #cd .img1 {
        width: 40px !important;
        height: 40px !important;
        left: 22px !important;
      }
      
        details[open] summary {
   display: none;
  }

  summary {
   list-style: none;
   text-align: right;
  }

  summary::-webkit-details-marker {
   display: none;
  }

  summary::before {
   content: url(/decor/paleflower.png);
   display: inline-block;
   width: 20px;
   transition: transform 0.2s;
  }
