:root {
  --color: rgb(164, 135, 116);
  --links: #ffffff;
  --background: url(/background/rosyquilt.jpeg);
  --container: #f9f9f9;
  --footer: #bed2c1;

  --nav: RGBA(188, 190, 154, .5);
  --nav2: #c2cfa8;
  --mobile-nav:#c2cfa8;
  --checkbg: white;
  --checkn: black;
  --checkhover: rgb(244, 199, 213);
  --cursor-default: url('images/cursor1.gif'), auto;
  --cursor-select:  url(/cursors/pointer.png), pointer;
  --card-bg:#fff;
  --dash:#bfa68c;
  --dash-w:1px;

}
  #hc{position:fixed;inset:0;pointer-events:none;z-index:0;background:transparent;}
#cc{position:fixed;inset:0;pointer-events:none;z-index:99999;}
#cursor-canvas{position:fixed;inset:0;pointer-events:none;z-index:99999;}

html, body {
  cursor:url('images/cursor1.gif'),auto;    /* just change the cursor.ico path to your location */
}

            .topper{
            width: 100%;
            height: 65px;
            margin: auto;
            margin-top: -40px;
            margin-bottom: -50px;
            background: url(/decor/lacey.png);
            background-repeat: repeat-x;
            position: relative;
            z-index: 99999;
pointer-events: none;

    filter: brightness(100%) saturate(0%) drop-shadow(0px 5px 4px #7b40587e);
        }
        
               .middle-pic {
            width: 100%;
            height: 200px;
            margin: auto;
            margin-right: -40%;
            background: url("https://file.garden/ZlKNlprkUEDiwwYi/nekoweb/lace-middlepic");
            background-size: 80%;
            position: absolute;
            background-repeat: no-repeat;
            float: right;
            right: 1px;
            top: 1px;
            filter: drop-shadow(0px 0px 1px #9fa1a1);

        }
        
 @media only screen and (max-width: 900px) {               
               .middle-pic {
            width: 100%;
            height: 200px;
            margin: auto;
            margin-right: -40%;
            background: url("https://file.garden/ZlKNlprkUEDiwwYi/nekoweb/lace-middlepic");
            background-size: 80%;
            position: absolute;
            background-repeat: no-repeat;
            float: right;
            right: 1px;
            top: 1px;
            filter: drop-shadow(0px 0px 1px #9fa1a1);
            display: none;

        }}
        
        
.videothumb {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
  border-width: 5px;
  border-style: solid;
  opacity: 0.7;
  transition: 0.3s;
}

.videothumb:hover {
  opacity: 1;
}

/* video popup */

#videolightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 250, 252, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.videoborder {
  background: #fffafc;
  padding: 15px;
  border-width: 8px;
  border-style: solid;
  border-image: url("https://angeldolly.com/borders/heartborder.png") 7 fill round;
  box-shadow: 0 0 20px rgba(245, 213, 232, 0.4);
  animation: videoPopIn 0.3s ease-out;
  position: relative;
}

@keyframes videoPopIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.videoClosing {
  animation: potdOverlayOut 0.25s ease forwards;
}

.videoClosing .videoborder {
  animation: potdPopupOut 0.25s ease forwards;
}

/* popup video styling */

.popupVideoThumb {
  width: 850px;
  height: 478px;
  position: relative;
  overflow: hidden;
}

.popupVideoThumb > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popupVideoThumb .popupPlayIcon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 130px !important;
  height: auto !important;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.3s;
  pointer-events: none;
  z-index: 5;
  display: block;
}

.popupVideoThumb:hover .popupPlayIcon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}
        
                     * {

  cursor:url('images/cursor1.gif'),auto; 
  }

html {
::view-transition-old(root) {
  animation: fade-out 0.3s;
  cursor:url('images/cursor1.gif'),auto; 
}


::view-transition-new(root) {
  animation: fade-in 0.3s;
}


body {
  background: var(--background) repeat top left;
  cursor:url('images/cursor1.gif'),auto; 
  
}



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;
  cursor:url('images/cursor1.gif'),auto; 

}

.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;
  cursor:url('images/cursor1.gif'),auto; 
}

.container-outer2 {
  max-width: 1070px;
  margin: 0 auto;
  background-col: var(--container);
  border-radius: 5px;
border-width: 7px;
border-style: solid;
border-image: url("/borders/image%20(19).png") 15 fill round;
    filter: drop-shadow(-1px 1px #fff) drop-shadow(-2px 2px #BDB3B6) ;

}

header img {
  width: 100%;
  border-radius: 0px ;
  margin-bottom: -6px;
      border-bottom: 0px solid #e6d4d9;
  cursor:url('images/cursor1.gif'),auto; 
}
      

aside {
  flex-shrink: 1;
  width: 175px;
  padding: 12px;
  border: 2px dashed #e6d4d9;
    border-bottom: 0px dashed #e6d4d9;
        border-top: 0px dashed #e6d4d9;
  cursor:url('images/cursor1.gif'),auto; 
}

main {
  order: 2;
  padding: 15px;
  margin-top: -18px;

  cursor:url('images/cursor1.gif'),auto; 
}

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;
  cursor:url('images/cursor1.gif'),auto; 
}

main section {
  margin-bottom: 16px;
  cursor:url('images/cursor1.gif'),auto; 
}

main section:last-child {
  margin-bottom: 0;
}

.left {
  order: 1;
}

main {
  order: 2;
}

.right {
  order: 3;

}
.text-clique{
	position: relative;
	transition: 0.3s;
	  filter: saturate(50%);
  opacity: 0.8;

}

#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 {
  opacity: 1;
  filter: saturate(100%);
  transition: 0.4s;
  transform: scale(1.3);
   filter: drop-shadow(0 0 8px rgba(232, 171, 201, 0.8));

  cursor:url('images/cursor1.gif'),auto; }

button:hover{
  cursor:url('images/cursor1.gif'),auto; }

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;
    cursor:url('images/cursor1.gif'),auto; 

}


.desktop-nav li {
  padding: 4px 2px;
  border-bottom: 1px dotted rgb(231, 212, 219);
    cursor:url('images/cursor1.gif'),auto; }



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('images/cursor1.gif'),auto; }


.nav::before{
  content: "";
  background-image: url('https://angeldolly.com/decor/button.png');
  background-size: 25px;
  
}

.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;
  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: 1.8;
  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{
  position:relative;
  background:#fff;
  
  border:var(--dash-w) solid var(--dash);
  border-radius:var(--radius);
  outline:var(--dash-w) dashed var(--dash);
  outline-offset:-4px;
  padding:10px;
}
.box-title{
  font-family:'Spirit',sans-serif;
  font-size:16px;color:var(--letter-col);
  text-align:center;display:block;
  margin-bottom:7px;
  -webkit-text-stroke:2px #fff;text-stroke:2px #fff;paint-order:stroke fill;
}
.comms-box{text-align:center;}
.comms-pill{
  display:inline-block;
  border:var(--dash-w) dashed var(--accenttext);
  border-radius:999px;padding:3px 8px;
  font-size:6px;color:var(--accenttext);font-weight:lighter;
  background:#fff4f8;margin:4px 0;
  animation:pulse 2.5s ease-in-out infinite;
}
.comms-note{font-size:10px;margin-top:3px;}


.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;
  z-

}

.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 {
    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;
  font-family: "Spirit", Verdana;

}







@media only screen and (max-width: 800px) {
  .introduction {
  background: url(/borders/omori.png) no-repeat center top;
    padding: 0;
    margin: 0;
    height: auto;
text-wrap-mode: pretty;
}

}
.img01 {
position: relative;
bottom: -150em;
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: 50px;



}
   .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;
  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% ;
z-index: 1;
}

.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: 'spirit';
  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;
  }
  

#slider {
  position: relative;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  min-height:6rem; 
	
} 

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height:fit-content;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  justify-content: center;
  align-items: center;
	display:flex;
	flex-direction:column;
	gap:5px;
		padding:10px;
		margin-bottom: -8em;
	
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.nav-buttons button {
  border: none;
  background: none;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;

}

.nav-buttons {
  width: 100%;
  display: flex;
  gap: 1px;
  font-size:5px ;
	border:0px solid #000;
	border-radius:5px;
}

.nav-buttons button:hover:not(:disabled) {

  color: var(--Color-12);
}

button:disabled {
  opacity: 0.7;
  cursor: default;
}

#sectionNumber {
  font-weight: normal;
}

.characterslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height:fit-content;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  justify-content: center;
  align-items: center;
	display:flex;
	flex-direction:column;
	gap:10px;
		padding:10px;
		margin-bottom: -8em;
	
}

.characterslide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
  justify-content: center;
  align-items: center;
}


  #hc{position:fixed;inset:0;pointer-events:none;z-index:0;background:transparent;}
#cc{position:fixed;inset:0;pointer-events:none;z-index:99999;}
#cursor-canvas{position:fixed;inset:0;pointer-events:none;z-index:99999;}



.wrapper {
width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow: visible;
  background: url('https://angeldolly.com/background/cushion.jpg');
  border: 1px solid #eecad8;
  border-radius: 8px;
  box-shadow:
    inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8),
    inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05),
    0 4px 6px rgba(0, 0, 0, 0.05);
}


/* video thumbnail */

.boximage {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videothumb {
  width: 180px;
  height: 240px;
  object-fit: cover;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  opacity: 0.7;
  transition: 0.3s;
  margin-bottom: -15px;
}

.videothumb:hover {
  opacity: 1;
}

/* video popup */

#videolightbox {
  display: none;
  position: fixed;
    left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  inset: 0;
  background: rgba(253, 226, 236, 0.59);
  background-size: contain;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);

}

.videoborder {
  background: #f5eef1;
width: 50%;
height:60%;
  border-width: 8px;
  border-style: solid;
  border-image: url("https://angeldolly.com/borders/lacev2-3.png") 15 fill round;
  background-clip:padding-box;
  box-shadow: 0 0 20px rgba(245, 213, 232, 0.4);
  animation: videoPopIn 0.3s ease-out;
  position: relative;
}

@keyframes videoPopIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.videoClosing {
  animation: potdOverlayOut 0.25s ease forwards;
}

.videoClosing .videoborder {
  animation: potdPopupOut 0.25s ease forwards;
}

/* my melo video */

.videomelo {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: auto;
  z-index: 10000;
  pointer-events: none;
}

/* popup video styling */

.popupVideoThumb {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  overflow: hidden;
  animation: zoomIn 0.5s;

}

.popupVideoThumb > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popupVideoThumb .popupPlayIcon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 60px !important;
  height: auto !important;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.3s;
  pointer-events: none;
  z-index: 5;
  display: block;
   width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid #fcc9de;
  padding: 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(141, 124, 118, 0.3);
  transition: transform 0.15s ease, background 0.2s ease;
    animation: pulse 1.2s infinite;

}

.popupVideoThumb:hover .popupPlayIcon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}


.heart-pulse {
  background-color: #00000000;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.95);
  }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bca290;
    box-shadow: inset 1px 1px 2px #f5efdfb3, inset -1px -1px 2px #664632c4;
}



/* Calendar Container */
#index-calendar {
}

/* Calendar Navigation */
#calendar-nav {
  background-image: url('https://angeldolly.com/background/invertedpinkpolka.gif');
  border-bottom: 1px solid var(--dkest-color);
  color: var(--white);
  font-family: "Pixel";
  font-weight: 700;
  font-size: .6rem;
  text-shadow: 1px 1px 1px #FFF5FA;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}



#calendar-nav button {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 15pt;
  cursor: pointer;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

#calendar-title {
  text-align: center;
  display: block;
  width: 100%;
}

/* Calendar Grid */
#calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
    height: 170px;

}

/* Weekday Header */
.weekday {
  background: #FFF5FA;
  font-weight: bold;
  padding: 1px;
  font-size: .5rem;
  text-transform: uppercase;
  border-bottom: 2px solid #EDE4E8;
  border-top: 2px solid #EDE4E8;
  text-align: center;
  text-shadow: 1px 1px 1px var(--shadow);
height: 20px;
margin-bottom: -15px;

}

/* Day Cells */
.day {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5px;
  position: relative;
  background: #FFFCFD;
  box-sizing: border-box;
  text-align: center;
  font-size: .5rem;
}

.alt-row {
  background: var(--mid-color);
    height: 5px;

}

.current-day {
  font-weight: 700;
  border: 1px solid var(--dk-color);
  border-radius: 3px;
}



.adjacent-month {
  opacity: .4;
}

.number-container {
  display: flex;
  align-items: center;
  gap: 2px;

}

/* Event Icons and Tooltips */
.event-icon {
  cursor: help;
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.tooltip {
  display: none;
  position: absolute;
  left: 20px;
  background-color: var(--lt-color);
  padding: 8px 12px;
  white-space: nowrap;
  border: 2px solid var(--dkest-color);
  border-radius: 4px;
  z-index: 99999999999;
  overflow: visible;
}

.event-icon:hover .tooltip {
  display: block;
}