@font-face {
    font-family: sono;
    src: url(font/Sono-VariableFont_MONO\,wght.ttf);
}
@font-face {
    font-family: rainyhearts;
    src: url(font/RainyHearts-Regular.ttf);
}
@font-face {
    font-family: cherish;
    src: url(font/Cherish.ttf);
}
@font-face {
    font-family: plushie;
    src: url(font/plushie.ttf);
}
@font-face {
    font-family: lacy;
    src: url(font/lacythethree.ttf);
}
* {
  cursor: url(pics/cutecursor.cur), auto;
}
.header {

 
    text-align: center;
    font-family: sono;
    margin-bottom: 10px;
    margin-top: 100px;
    color: #fda8c6;
    
}
/*--thistle: #cdb4dbff;
--fairy-tale: #ffc8ddff;
--carnation-pink: #fafccfff;
--uranian-blue: #bde0feff;
--light-sky-blue: #a2d2ffff;*/

 body {
   background-image: url(pics/hart_t3.gif);
   margin: 0;
    
    
 }

.headerpic {
    background-image: url(pics/div44.png);
    background-repeat: repeat-x;
    height: 20px;
    margin-left: -10px;
    
    
}




.mom {
    width: 1000px;
    height: 700px;
    margin: 0  auto;
    background-image: url(pics/background.jpg);
    border-width: 7px;
    border-style: solid; 
    border-image: url(pics/pinkborder.gif) 8 round; 
    margin-bottom: 30px;        
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    
    
    
}




.hellokitty {
    position: fixed;
    width: 150px;
    bottom: 0;
    left: 25px;

    
       
}

.textmom {
    font-family: rainyhearts;
    font-size: 18px;
    margin: 30px;
    background-color: white;
    width: 400px;
    height: 270px;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #f5c6d1;
    box-shadow: 5px 5px 15px rgba(237, 127, 178, 0.3);
    text-align: center;
    margin: 0 auto;
    


}

.bgpic {
    background-image: url(pics/pink_tartana1.png);
    width: 430px;
    height: 300px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 80px;
    border-radius: 5px;
}

.leftkid , .rightkid {
    width: 250px;
    height: 400px;
    background-color: #ffffffe4;
    margin-top: 30px;
    border-radius: 5px;
    border-color: #fda8c6;
    border-image: url(pics/borderpink.png) 6 round;
    border-style: solid;
    

    
    

}

.leftkid h2 {
    font-family: plushie;
    text-align: center;
    color: #fda8c6;
    margin-top: 10px;
    
    
}   

.leftkid {
    font-family: lacy;
    color: #fda8c6;
    text-align: left;
    padding: 20px;
    background-image: url(pics/leftkdi.jpg);

}



#hellokittydiv {
    margin-left: 20px;
}

.rightkid {
    align-items: center;
    padding: 20px;
    background-image: url(pics/rightkdi.jpg);
}

.socials {
   text-align: left;
}

.menu {
    text-align:left;
    margin-left: 50px;
}

.poll {
    background-image: url(pics/gif.gif);
    background-color: #fff5f7;
    padding:2px;
    width:200px;
    font-family:lacy;
    font-size:small;
    color: #fda8c6;
    box-shadow: 0px 0px 5px #ffc7d5;
    border-radius: 5px;
    padding: 5px;
    
}

a {
    text-decoration: none;
    color: #fda8c6;
    
}

a:hover {
    text-decoration: underline;
    color: #ff7fa3;
    
}


 
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #ffe0ea;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ff7fa3;
    border-radius: 10px;
  }

  .scrolltext {
    margin-top: 30px;
    width: 450px;
    position: absolute;
    background-color: #ffffffe4;
    color: #ff90b7;
    font-family: plushie;
    font-size: 16px;
    padding: 5px 0;
    z-index: 1000;
    border-radius: 5px;
    border: 5px solid;
    border-image: url(pics/borders/lace1.png) 6 round;

  }

  #stamp {
    margin-top: 10px;
  }

  .stamps-marquee {
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}

.stamps-track {
  display: inline-flex;
  animation: stampScroll 40s linear infinite;
}

.stamps-track img {
  height: 50px;
  margin-right: 6px;
}

@keyframes stampScroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

strong {
    color: #ff4d85;
}

#frame {
    width: 175px ;
    margin-left: 20px;
    position: absolute;
    margin-top: 10px;
}

#photocard {
    width: 150px ;
    margin-top: 110px;
    margin-left: 35px;
    position: absolute;
    border-radius: 5px;
}







#charm {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}


#starcharm {
    position: absolute;
    top: 655px;
    right: 60px;
    width: 150px;
    opacity: 100%;
    transition: 0.5s ease;
}

#starcharm:hover {
    opacity: 0.2;}

.button {
  font-family: rainyhearts;
  background-color: #ffb6c1;
  border: none;
  color: white;
  font-size: large;
  border-radius: 3px;

}

.button:hover {
  background-color: #ff90b7;
  cursor: pointer;
}

#sonny {
    position: absolute;
    margin-top: 50px;
    right: 10px;
    width: 200px; 
    transition: opacity 0.5s ease;
}
#sonny:hover {
    opacity: 0.05;
}

#sonny2 {
    position: absolute;
    margin-top: 50px;
    right: 10px;
    width: 200px; 
    
}

#sonnyangel {
    position: absolute;
    left: 325px;
    width: 80px; 
    margin-top: 575px;
       
}

.pony {
    position: absolute;
    
}

#fluttershy {
    position: absolute;
    width: 350px;
    opacity: 1;
    transition: opacity 0.5s ease;
    left: 450px; 
    top: 30px;
}


#pinkie {
    position: absolute;
    width: 250px;
    left: 500px;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
 

.pony:hover #fluttershy {
    opacity: 0;
}

.pony:hover #pinkie {
    opacity: 1;
}


#s-m-t-tooltip{

 max-width: 220px;
 z-index: 10;
 margin: 24px 14px 7px 12px;

 padding:5px;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
 border-radius:0px;
 border:6px solid;
 border-image:  url(pics/borders/cube.gif) fill 6 round;
 background-color:#fdd1e2;
 color: #c0325f;
 font-family: rainyhearts;
 border-radius: 5px;
 
}






#status-blob {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

#status-details {
  margin: 0;
  padding-right: 5px;
}

.status {
  display: flex;
  flex-direction: row;
}

.neighborwrap {
    position:   absolute;
    background-image: url(pics/neighborsbf.jpg);
    top: 685px;
    left: 135px;
    width: 235px;
    height: 190px;
    background-color: #ffffffe4;
    border-radius: 10px;
        border: 3px solid;
    border-image: url(pics/borders/lace1.png) 3 round;
    box-shadow: 5px 5px 15px rgba(237, 127, 178, 0.3);
    padding: 10px;
    font-family: plushie;
    text-align: center;
    
}


.neighborwrap h3 {
    font-family: plushie;
    color: #fda8c6;
    margin-top: 0px;}


.calendarwrap {
    position:   absolute;
    top: 685px;
    right: 135px;
    width: 235px;
    height: 190px;
    background-color: #ffffffe4;
    border-radius: 10px;
    border: 3px solid;
    border-image: url(pics/borders/lace1.png) 3 round;
    box-shadow: 5px 5px 15px rgba(237, 127, 178, 0.3);
    padding: 10px;
    font-family: plushie;
}

.calendarwrap table {
  text-align: center;
  margin: 0 auto;
  background-image: url(pics/sparkles.gif);
  border-radius: 5px;

}

.calendarwrap td {
    background-color: #fdf1f58f;
    font-family: plushie;}


.middlelow {
    position:   absolute;
    display: flex;
    background-image: url(pics/midlowbg.jpg);
    top: 685px;
    left: 410px;
    width: 430px;
    height: 190px;
    background-color: #ffffffe4;
    border-radius: 10px;
    border: 3px solid;
    border-image: url(pics/borders/lace1.png) 3 round;
    box-shadow: 5px 5px 15px rgba(237, 127, 178, 0.3);
    padding: 10px;
    font-family: plushie;
}

.neighborwrap {
    gap: 10px;
    overflow-y: auto;
    
}

::-webkit-scrollbar {
width: 8px;
}
 
::-webkit-scrollbar-track {
background-color:#ffc5cd ;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ff90b7;
}
 
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #ffa9c7;
border: 1px solid #ff90b7;
}

.weather-widget {
  width: 160px;
  height: 165px;
  background-image: url(pics/heartgif.gif);
  border: 5px solid #ffb6d9;
  border-image: url(pics/borders/cuteone.png) 8 round;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-family: plushie;
  color: #ff90b7;
  box-shadow: 0 0 10px rgba(255, 170, 208, 0.3);
  
}

.weather-widget img{
    border: #fda8c6 solid 1px;
    border-radius: 5px;
}


#bow {
    position: absolute;
    right: 95px;
    width: 150px; 
    margin-top: 180px;
}


#hellokitty {
    background-image: url(pics/hellokittyhappy.jpg);
    width: 230px;
    height: 195px;
    margin-left: 10px;
    margin-top: 0px;
    background-size: cover;
    transition: 0.09s ease;
    border-radius: 5px;
}

#hellokitty:hover {
    background-image: url(pics/hellokittyheart.jpg);
}


::selection {
    background-color: #fdd1e2;
    color: #c0325f;
}

