/*PROTOMO*/ 
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;900&family=Sigmar&display=swap');


#overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .05;
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/Misc/noise.png);
    background-blend-mode: screen;
    background-color: #006699;
    pointer-events: none !important;
}
.coverlayer {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(102, 0, 102, 0.2); /* Black background with opacity */
    z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    pointer-events: none;
}


body {
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/BGs/0_stars.gif);
    background-color: black;
}
p, h1 {
    font-family: 'Nunito';
}
p {
    color: #660066;
}
h1 {
    color:#ff6666;
    font-size: 45px;
    font-style:italic;
    text-shadow: 2px 2px 1px #660066, -1px -1px 1px #ffcc99;
    text-align: center;
    margin-bottom: 0px;
}
.everything {
    margin: auto;
    opacity: 1;
    height: 1100px;
    width: 1600px;
}
#foreground {
    position: absolute;
    pointer-events: none !important;
    opacity: 1;
    z-index: 5;
    width: 1600px;
}
/* ALL CONTENTS */
#all--contents {
    display: flex;
    height: 770px;
    width: 1360px;
    position: relative;
    top: 200px;
    left: 120px;
}
#contents--left {
    background-color: #000033;
    width: 305px;
}
#box--navigation {
    height: 660px;
}
.navi-option {
    z-index: 6;
    position: relative;
    height: 90px;
    width: 270px;
    border:none;
}


#box--blinkies {
    height: 90px;
    margin-top: 18px;
}
marquee {
    display: inline-block;
}
marquee:hover {
    animation-play-state: paused;
}



/* CENTER */
#contents--center {
    overflow: auto;
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/BGs/QJ21064_SitePage_Splash_BG.jpg);
    background-color: #ffcc99;
    width: 750px;
    height: 530px;
    margin-top: 185px;
}
#contents--center--2 {
    min-height: 300px;
    margin: 50px 20px 35px;
}
/* INTRO */
#center-intro--mask {
    position: relative;
    pointer-events: none !important;
    margin-left: -5px;
    margin-top: -60px;
    z-index: 4
}
#center-intro--contents {
    background-color: #330033;
    position: relative;
    bottom: 315px;
    height: 270px;
    width: 700px;
    margin: 0px auto -320px;
    border-radius: 30px;
}
#intro {
    height: 245px;
    width: 350px;
    margin-top: 20px;
    margin-left: 296px;
    overflow: auto;
}


/* RIGHT */
#contents--right {
    background-image: url(https://file.garden/Zn8dZnsVuBTAwg1d/SiteAssets/BGs/QJ21064_SitePage_Splash_BG.jpg);
    width: 255px;
    margin-left: 45px;
}
#box--status-cafe {
    overflow: auto;
    height: 90px;
    width: 130px;
    margin-left: 72px;
}
#statuscafe {
    padding: .5em;
}
#statuscafe-username {
    margin-bottom: .5em;
    font-size: 0px;
    margin-top: 15px;
    text-align: center;
    
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
    font-size: 12px;
    text-align: center;
    font-style:italic;
    font-weight: 600;
    color: #660066;
    text-shadow: 0.5px 1px 2px #ff6666;
    font-family: 'Nunito';
}


#box--imood {
    position: relative;
    height: 10px;
    margin-top: 125px;
    padding: 40px 100px 20px;
    z-index: 99;
}
#box--chatbox {
    background-color: white;
    height: 375px;
    margin-top: 10px;
}
#chatbox {
    margin-left: 20px;
    margin-top: 10px
}