/* Mobile-first simplified stylesheet */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body{
    width:100%;
    min-height:100%;
  touch-action:auto !important;

}

body{
    font-family:Arial,sans-serif;
    line-height:1.4;
    color:#fff;
    background:#111 url("../img/basicimg/bg10.webp") center/cover no-repeat fixed;
    overflow-x:hidden;
    padding-bottom:80px;
}

/* Typography */
h1,h2,h3,h4,h5,h6{
    margin-bottom:12px;
    font-weight:700;
}

h1{
    font-size:2rem;
    color:#ff0055;
}

h2{
    font-size:1.5rem;
    color:#ff3366;
}

h3{
    font-size:1.2rem;
    color:#ff3366;
}

p{
    margin-bottom:12px;
    font-size:1rem;
}

a{
    color:#ff3377;
    text-decoration:none;
}

a:hover{
    color:#7a5cff;
}

/* Header */
.header{
    width:100% !important;
    background:#000;
    border-bottom:2px solid #333;
    width: max-content;
    display:flex;
}

.header h1{
    font-size:1.6rem;
}

/* Navigation */
.links{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    width: 100% !important;
}

.mainlink{
    display:inline-block;
    padding:8px 10px;
    flex-grow:(1);
    background:#222;
    border:1px solid #444;
    font-size:.95rem;
    width:100% !important;
}

/* Main layout */
.mainContent,
.sideContent{
    width:100% !important;
}

.sideContent{
    display:none;
}

/* Generic window/card */
.window{
    width:100%;
    margin:12px 0;
    padding:12px;
    background:rgba(0,0,0,.65);
    border:1px solid #444;
    border-radius:8px;
    overflow:hidden;
}

/* Content blocks */
.content{
    width:100%;
    padding:12px;
    background:rgba(0,0,0,.55);
    border-radius:8px;
}

/* Footer */
.footer{
    display:none;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    padding:10px;
    background:rgba(0,0,0,.9);
    border-top:1px solid #333;
}

/* Buttons */
button,
input[type="submit"]{
    padding:10px 14px;
    border:none;
    background:#ff0055;
    color:#fff;
    font-weight:700;
    border-radius:6px;
}

input,
textarea{
    width:100%;
    padding:10px;
    border:1px solid #555;
    background:#111;
    color:#fff;
    border-radius:6px;
}

/* Floating mute button */
.muteBtn{
    display:none;
    position:fixed;
    right:12px;
    bottom:90px;
    width:56px;
    height:56px;
    border:none;
    border-radius:50%;
    background:red;
    color:#fff;
    font-size:.7rem;
    z-index:1000;
}

/* Images / media */
img,
video,
iframe{
    max-width:100%;
    height:auto;
    display:block;
}

audio{
    width:100%;
    margin-top:8px;
}

/* Wizard section */
.wizContainer{
    width:25%;
    height:40%;
    padding:6px;
    background:rgba(255,255,255,1);
    border:0.5px solid #444;
    margin:6px 0;
}

.wizardQuestion {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: red;

    text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
    font-family:'Lucida Handwriting',cursive
}

.wizardInput{
    width:100%;
    margin-bottom:5px;
    font-size:0.5rem;
    padding:3px;
}

.wizardSubmit{
    width:50%;
    font-size:0.5rem;
    padding:3px;
    border-radius:0!important;
}

.closeButton{
    width:12px !important;
    height:12px !important;
    padding:0 !important;
    min-width:0;
    min-height:0;
    font-size:8px;
    line-height:1;
    overflow:hidden;
}

.wizContainer img,
.wizContainer picture,
.wizContainer svg{
    width:50%;
    height:auto;
}

/* Chat */
#dotchat,
#chatroom{
    width:100%;
    min-height:300px;
}

/* Utility */
.hidden{
    display:none;
}

.center{
    text-align:center;
}

.mt{
    margin-top:12px;
}

.mb{
    margin-bottom:12px;
}

/* Gallery */
.responsive{
    width:100%;
    margin-bottom:12px;
}

.gallery{
    border:1px solid #444;
    padding:8px;
    background:#111;
}

.gallery img{
    width:100%;
}

.desc{
    padding-top:8px;
    font-size:.9rem;
}

/* Slideshow */
.slideshow-container{
    width:100%;
    position:relative;
}

.mySlides{
    display:none;
}

.mySlides.active{
    display:block;
}

.prev,
.next{
    position:absolute;
    top:45%;
    padding:10px;
    background:rgba(0,0,0,.5);
    color:#fff;
}

.prev{ left:0; }
.next{ right:0; }

/* Expand cards */
.grow{
    width:100%;
    min-height:60px;
    padding:12px;
    margin-bottom:12px;
    background:#222;
    border:1px solid #444;
    border-radius:8px;
    overflow:auto;
}

/* Desktop optional */
@media(min-width:768px){
    body{
        max-width:700px;
        margin:auto;
    }

    .links{
        gap:12px;
    }
}

#mainPageText {
    margin:0 !important;
    width: 100% !important;
    height: 50% !important;
    top:40% !important;
    overflow:hidden;
}

#extraMainText {
    margin:0 !important;
    width: 100% !important;
    top: 92% !important;
    height: 96% !important;
    overflow: hidden;
}

div#dotchat.window {
    margin:0 !important;
    position: absolute;
    right: 2%;
    padding: 0.02% !important;
    border: none !important;
    border-radius: 0 !important;
    top: 190% !important;
    width: 100vw !important;
    height: 56vh;
    margin: 1%;
    overflow: clip;
}

#dotchat.window iframe {
    width: 100vw !important;
    height: 52vh;
    overflow: hidden;
}

.friends {
    padding-left: 0%!important;
    padding-top: 3%;
    text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;

    background-color:rgba(0,0,0,0.5);
}

div#thricendary{
    display:none;
    position: absolute;
    top: 100% !important;
    right: 0;
    background-color: black;
    display: inline-block;
    float: right;
    padding: 1%;
}
.p1{

    margin:0!important;

padding:1%!important;}

