
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@keyframes bounceAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-9px);
    }
}
body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}
body {
    
    background: url(BG/731qdlrg3yhxj.jpg), #d5eaf6;
    background-blend-mode: soft-light;
    cursor: url(Favicon/cloud-cursor.cur), auto;
    :root {
     --dk-color:#8c5d5d;
     --mid-color:#f2b1a4;
     --lt-color:#ffe8e3;
     --dkest-color:#8e7166;
      --accent:#8ab8d1;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #ffe5e5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 7px #2b1818;
    background: #f9b7b7;
}

.wrapper {
    max-height: 1700px;
    justify-content: center;
    max-width: 1200px;
    margin: 5px auto;
    padding: 15px;
    z-index: -1;
}
.wrapper-inner {
    max-height: 1600px;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px;
    background: url(BG/w-11sim05.gif);
    border-radius: 7px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-area: 1fr 1fr 1fr;
    height: 1000px auto;
    background-color: #b7cddd;
    background-image: url(BG/plaidlightblue-AC.png);
    grid-auto-flow: row;
}
.grid-container div {
    color: #a8897e;
    background: rgba(0);
}
    
.header {
    grid-area: 1/1/2/6;
}

#top {
    width: 100%;
    position: absolute;
}
#loader {
    width: 100%;
    height: 100%;
    background: url(BG/te67.png);
    background-repeat: repeat;
    background-size: cover;
    margin: 0;
    position: absolute;
    z-index: 2;
}

.header-content {
    height: 230px;
}
.site-title {
    font-size: 50px;
    text-align-last: right;
    font-family: "Twinkle Star", cursive;
    text-shadow: #fff 4px 7px 6px;
    height: 230px;
}
.sidebar-left {
    grid-area: 2/1/5/2;
}

nav {
    height:fit-content;
    display: block;
    font-family:"Nunito", sans-serif;
}
.nav-header {
    text-shadow: 1px 1px 0 pink;
    box-shadow: inset 1px 1px 0 0 pink;
    text-decoration: none;
    background: #ffffff;
    font-size: 17px;
    color: #f7aeae;
    text-align: center;
     font-family: "Nunito", sans-serif
}
    
h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin: 0;
    padding: 0;
    color: --dkest-color;
    font-family: "Nunito", sans-serif;  
}
    
img {
  margin: auto;
}
    
 .marquee img:hover {
    box-shadow: -2px 3px 29px 0#f6ffac;
    transform: scale(1.1);
    transition: 2s;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: url(Icon/StarPixel-spin2.gif);
    margin: 0.6em;
    padding: 0;
}
li {
    padding-left: 0;
    margin: 0.5em;
    font-size: 13px;
    color: --dkest-color;
}
nav li {
    padding: 0em;
    margin: 0em;
    display: flex;
    width: 190px;
}
    

    
nav li a {
    font-family: "Nunito", sans-serif;
    color: #5f4d46;
    font-size: 14px;
    border-radius: 0;
    padding: 0.4em;
    width: 250px;
}
nav li a:hover {
    border-radius: 8px;
    color:  --mid-color;
    opacity: 75%;
    transition: 2s;
}

.hover-image {
    visibility: hidden;
    align-self: center;
}
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}
.main {
    grid-area: 2/2/5/6;
}
.sidebar-right {
    grid-area: 2/5/5/5;
}
.footer {
    grid-area: 5/1/6/6;
}

.main-content {
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    color: #a87979;
}
.box-content {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 3px;
    text-align: center;
    justify-content: space-around;
    height: 200px;
    align-items: center;
}
.mainbox {
    height: auto;
    padding: 1em;
}

.mainbox-content {
    display: flex;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content:center;
    height: 645px;
}
.mainbox-content-title {
    height: 79px;
}

.scroll-text-box,
.box1,
.box2,
.box3,
.box9,
.box4,
.box5,
.box6,
.box7,
.box8,
.mainbox {
    border-width: 13px;
    border-style: solid;
    border-image: url(WebsiteArt/cloudbox-main-white.png) 13 fill round;
}

.box1 {
    height: 204px;
    width: 150px;
    padding: 0;
}
.box2 {
    height: inherit;
    width: 300px;
}
.box3 {
    width: fit-content;
    padding: 0;
    margin: 0;
}
.box4 {
    height: 58px;
    width: auto;
}
.box5 {
    justify-content: center;
    height: inherit;
    width: 190px;
}
.box6 {
    width: 150px;
}
.box7 {
height: auto;
display: flex;
}
.box8 {
    height:90%;
    width: 130px;
}
    
.box9 {
    width:159px;
} 
    
    .box10 {
text-align: center;
height: fit-content;
width: 180px;
margin: 0.5em;
        
}
    
 .box11 {
text-align: center;
height: fit-content;
width: fit-content;
margin: 6px;
padding: 6px;
background: url(BG/w_si902.gif);
border-radius: 13px;
}

     .box12 {
text-align: center;
height: 312px;
width: 200px;
border-image: url(WebsiteArt/cloudbox-main-white.png) 12 fill round;
border-style: solid;
border-width: 10px;        
}
.scroll-container {
    height: 111px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0.3em;
    scrollbar-width: thin;
    scrollbar-color: #8ab8d1 #fff3ee;
}
p {
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 23px;
    text-align: center;
}
a {
    font-family: "Nunito", sans-serif;
    color: #473636;
}
.updatebox {
    height:fit-content;
    width: 519px;
    padding: 9px;
    background: url(BG/te72.png);
    margin: 0em;
    border-radius: 20px;
    border: ridge 7px #dbb8a5;
}
.todo-box {
    height: 173px;
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #8ab8d1 #fff3ee;
}
.footer-content {
    display: flex;
    height: 250px;
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0;
}
.marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    --gap: 1rem;
    gap: var(--gap);
    animation-name: scroll;
    height: 58px;
}
.marquee2 {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    --gap: 1rem;
    gap: var(--gap);
    animation-name: scroll;
    height: 19px;
}
.marquee--reverse .marquee-content {
    animation-direction: reverse;
}
.marquee-hover-pause:hover .marquee-content {
    animation-play-state: paused;
}
.marquee-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    height: auto;
    min-width: 100%;
    gap: var(--gap);
    animation: scroll 23s linear infinite;
}
.bounce {
    animation-name: bounceAnimation;
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/*FONTS HERE*/
    
.leckerli-one-regular {
    font-family: "Leckerli One", cursive;
    font-weight: 400;
    font-style: normal;
}

.sunshiney-regular {
    font-family: "Sunshiney", cursive;
    font-weight: 400;
    font-style: normal;
}
.patrick-hand-sc-regular {
    font-family: "Patrick Hand SC", cursive;
}
    
.nunito-font{
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.playpen-sans-uniquifier {
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
.fredoka-uniquifier {
    font-family: "Fredoka", sans-serif;
    font-variation-settings: "wdth" 100;
}
.playpen-sans-uniquifier {
    font-family: "Playpen Sans", cursive;
}
    
@import url('https://fonts.googleapis.com/css2?family=Twinkle+Star&display=swap');
.twinkle-star-regular {
  font-family: "Twinkle Star", cursive;
  font-weight: 400;
  font-style: normal;
}
    
/*END OF FONTS HERE */

/* DECORATION ITEMS HERE */
    
.starlace {
    height: 300px;
    width: 800px;
    font-size: 0;
background-image: url(Dividers/starlace-pink.png);
    position: absolute;
    background-repeat: repeat-x;
    z-index: 1;
}
#top {
    background-image: url(Border/sdmk-b.gif);
    background-repeat: repeat-x;
    height: 82px;
    z-index: 1;
    top: 0;
}
#neobrown {
    border-width: 13px;
    border-style: solid;
    border-image: url(Border/miserabledolly_neo3a.png) 18 fill round;
}
    
.browncloud {
    border-width: 18px;
    border-style: solid;
    border-image: url(WebsiteArt/browncloudborder.png) 6 fill round;
}
    
#pinkheart {
    border-image: url(WebsiteArt/Pinkheartsborder.png) 19 fill round;
    border-style: solid;
    border-width: 17px;
}

.pinkclouds {
    border-image: url(WebsiteArt/Pinkborder.png) 10 fill round;
    border-style: solid;
    border-width: 4px;
}
.blueclouds {
    border-width: 22px;
    border-style: solid;
    border-image: url(WebsiteArt/bcloud.png) 6 fill round;
}

#clouds {
    border-width: 14px;
    border-style: solid;
    border-image: url(WebsiteArt/cloudbox-main-white.png) 13 fill round;
}

.whitelace {
    background-repeat: repeat-x;
    background-size: contain;
    background: url(Dividers/whitelace.png);
    height: 18px;
    width: 659px;
    font-size: 0;
}

.lacedivider {
    background-repeat: repeat-x;
    background-size: contain;
    background: url(Dividers/starlace-lightyellow.png);
    height: 17px;
    width: 770px;
    font-size: 0;
    transform: translate(0, 366px);
    rotate: 180deg;
}

#chattable {
    display: block;
    margin: 0;
    width: 600px;
    height: 100%;
    min-width: 100px;
    max-width: 100vw;
    min-height: 19vh;
}

.main-decoration {
    position: absolute;
    width: 83px;
    top: 303px;
    left: 814px;
    transform: rotate(29deg);
}
/* DECORATION ITEMS END */


.content-box {
    border-width: 9px;
    border-style: solid;
    border-image: url(WebsiteArt/bcloud.png) 3 fill round ;
    text-align: center;
    justify-content: right;
    height: 187px;
    width: 194px;
    align-items: center;
}
    .left-content{
    align-content: center;
    height: 208px;
    }
    
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
display: block;
  background: #fff7f8;
    background: url(BG/dottedpatternrosey-bg.png);
  padding: 10px;
    border-radius: 50px;
  margin: 0 auto 5px;
  width: 687px;
  position: relative;
  line-height: 1.5;
  color: #fb879a;
  text-align:center; 
}
    
blockquote:before{
    content: url(Icon/papi2.gif);
    padding: 0px 5px 0px 0px;
    }

.scroll-text-box{
        height: 40px;
        width:1200px;
    }
    
.introbox {
    height: 593px;
    padding: 7px;
    border-image: url(WebsiteArt/cloudbox-main-white.png) 12 round;
    border-style: solid;
    border-width: 10px;
    width: 275px;
    align-content: center;
}
 .introbox-inner {
    height: inherit;
    background: url(BG/w_si102.gif);
    width: inherit;
    align-content: center;
    justify-content: center;
}   
    
.important-note{
        color: #ffa8a8;
        margin: 4px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    }

.important-note:before {
    content: url(Icon/heart14-10.gif);
    padding: 10px; }
    
.main-title {
    height: fit-content;
    font-size: 23px;
    border-width: 14px;
    border-style: solid;
    border-image: url(WebsiteArt/cloudbox-main-white.png) 13 fill round;
}

.main-subtitle {
  width: auto;
}

.main-header {
    width: auto;
    height: 112px;
   background:url(BG/w_si901.gif);
    color: #7398ad;
    margin: 0em;
    padding: 1em;
    border-radius: 25px;
}

.updatebox-title {
    text-align: center;
    margin: auto;
}
    
#feedWidget{
    background:url(img/bg.png) repeat-x #47525c;
    border:2px solid #48535e;
    margin:0 auto;
    width:200px;
    padding:5px;
    position:relative;
    /* Remains hidden if JS is not enabled: */
    display:none;
    z-index:20;
}

#activeTab.hover,.dropDownList{
    background:url(img/drop_arrow.png) no-repeat 95% 50% #47525c;
    border:1px solid #38434d;
    margin:-1px;
    cursor:pointer;
    /* CSS3 round corners: */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

#activeTab,.dropDownList div{
    color:white;
    cursor:pointer;
    font-size:20px;
    margin:0 2px 0 0;
    padding:5px;
    text-shadow:0 1px 1px black;
}

.line{
    height:1px;
    overflow:hidden;
    background-color:#2b353d;
    border-bottom:1px solid #687581;
    margin:10px 0;
}


.innerbox {
    overflow: hidden;
    overflow-y: scroll;
    width: auto;
    height: 170px;
    padding: 10px;
}

.poll-box {
   background: url(BG/w-10sim34.gif);
    border: ridge #987d6f 3px;
    border-radius: 20px;
    height: 230px;
    margin: 6px;
}

.updatebox-title a {
    font-family: "Twinkle Star", cursive;
}

.dropdown{
    position: relative;
    margin: 3px;
    width: 97%;
    }
    
.dropbtn {
    background-color: #c3a08d;
    color: white;
    padding: 5px;
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
    height: 100%;
}

.dropdown-content {
    display:none;
    position: absolute;
    background-color:  #c3a08d;
    width: 95%;
    border-radius: 0px 0px 20px 20px;
    padding: 5px;
    z-index: 1;
}

.dropdown-content a {
    background-color:  #c3a08d;
    padding: 5px 5px;
    color: white;
    display: block; 
    font-size: 15px;
}

.dropdown:hover .dropdown-content{
        display: block;
    }
    
    .dropdown-content a:hover{
        background-color: #ffcfcf;
    }
    .dropdown:hover .dropbtn {
        background-color: #94786e;
    }
    
.subheader {
    display: flex;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background: url(BG/w-10sim32.gif);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 15px;
  transition: 0.3s;
justify-content:space-evenly;
    color: #688392;
}

/* Change background color of buttons on hover */
.tab button:hover {
background: url(BG/w-11sim04.gif);
}

/* Create an active/current tablink class */
.tab button.active {
    background: url(BG/w-11sim04.gif) ;
}

/* Style the tab content */
.tabcontent {
  display: none;
overflow: scroll;
overflow-x: hidden;
height: 100px;
  padding: 14px 7px;
  border: 1px solid #efeeee;
  border-top: none;
    align-content: center;
    background-color: #ecf8ff;
}
.tabcontent {
  animation: fadeEffect 5s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.hsstext {
    display: inline-block;
    float: left;
    font-size: 10px;
    background: url(BG/w_si903.gif);
    color: #69807d;
    border-radius: 6px;
}

.tabtext {
    font-size: 10px;
    margin: 1px;
}



.maincontent {
    height: 300px;
    margin: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
}

.feature-art {
width: 150px;
text-align: center;
border-image: url(WebsiteArt/cloudbox-main-white.png) 12 fill round;
border-style: solid;
border-width: 10px;

}

.guestbook-box {
width: 150px;
border-image: url(WebsiteArt/cloudbox-main-white.png) 12 fill round;
border-style: solid;
border-width: 10px;
}

.feature-img {
  width: 150px;
text-align: center;
border-image: url(WebsiteArt/cloudbox-main-white.png) 12 fill round;
border-style: solid;
border-width: 10px; 

}
    
textarea {
  resize: none;
}

