/* ---- hiiiiiiiii ---- */
@-moz-document url-prefix() {
    div, html{
      scrollbar-color: rgba(205, 216, 216, 0.265) rgba(91, 91, 91, 0) !important;
      scrollbar-width: thin !important;
    }
  }

@font-face {
    font-family: Gidole;
    src: url('https://strayland.neocities.org/fonts/Gidole-Regular.ttf');
}

/* ---- GLOBAL ---- */

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background-color: black;
    z-index: -1;
    
}

p{
    color: rgb(235, 235, 235);
    text-shadow: 0px 0 1px;
    padding:0px 20px 0px 20px;
    font-size:0.9rem;

}

a{
    color: rgb(152, 115, 115);
    text-shadow: 0px 0 1px;
    text-decoration:none;
    padding:0px 4px 0px 4px;
    font-size:0.7rem;  

}

h1,
h2,
h3 {
    color: rgb(207, 218, 207);
    text-shadow: 1px 0 1px;
    font-weight: normal;
}

h3{
    margin-left:50px;
    display:inline-block;
}


h1 {
    font-size: 25px;
}

strong {
    color: black;
}

hr{
    opacity:0.2;
}

* {
    box-sizing: border-box;
}

button{
    margin:5px;
    font-size:0.85em;
    background-color: rgba(37, 43, 42, 0.053);
    color:rgb(156, 165, 168);
    border-radius:10px;
    border-top-color: rgba(156, 165, 168, 0.176);
    padding:3px;
}
.tags{
    margin-top:1%;
}

/* ---- CLASSES ---- */

.box {
    background-color: #807e864a;
    padding: 10px;
    width:100%;
    height: 75%;
}

.c{
    text-align:center;
    padding:0px;
    font-size:0.8rem;
}

.blurb{
    width:98%;
    scale:0.9;
}
.tags{
    float:right;
    margin-right:5%;
}
.leave{
    margin-bottom:2%;
}
.main{
    margin-bottom:10%;
    display:block;
    overflow-x:hidden;
}

/* scrollbar*/

::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    width: 0px;
  }
      


/* ---- IDS ---- */

#canvas{
    width:100vw;
    height:120vh;
    margin:0 auto;
    margin-top:-6vh;
    padding:0;
    position:fixed;
}

.topbtn{
    scale:0.8;
    border:2px dotted;
    border-color:rgba(161, 172, 176, 0.363);
    
}

#container {
    margin-right:35%;
    margin-top:3%;
    margin-left:5%;
    margin-bottom:25%;
    display:block;
}

.navbox{
    width:20%;
    height:30%;
    float:right;
    left:70%;
    top:15%;
    position:fixed;
    text-align:center;
}


.window{
  border-left: 2px solid  rgba(52, 52, 57, 0.459);
  border-right: 2px solid  rgba(149, 141, 174, 0.242);
  border-top:0px;
  border-radius: 40px 40px;
  position: relative;
  z-index: 0;
  max-width: 1000px;
  overflow-y:scroll;
  background:  linear-gradient(0deg,
                                  rgb(31, 32, 37) 0%,
                                  rgba(209, 203, 236, 0.073) 0.3%, 
                                  rgba(126, 124, 142, 0.08) 0.4%,
                                  rgba(67, 65, 75, 0.205) 0.68%,
                                  rgba(104, 109, 118, 0.016) 1.1%,
                                  rgba(178, 174, 188, 0.059) 98.2%,
                                  rgba(203, 201, 211, 0.29) 98.3%, 
                                  rgba(132, 126, 145, 0.288) 98.7%,
                                  rgba(108, 92, 113, 0.235) 99%,
                                  rgba(107, 107, 116, 0.543) 100%);
  border-radius: 10px;
  margin:10px;
  padding:5px;
}

.displayimage{
  margin:3%;
  margin-left:13%;
  width:70%;
  height:20%;
}

img{
    padding:8px;
}

.left{
    float:left;
    margin-right:1%;
    max-height:30%;
    max-width:49%;
    object-fit:cover;

}
.right{
    float:right;
    max-height:30%;
    max-width:49%;
    margin-left:1%;
    object-fit:cover;

}
.center{
    max-height:30%;
    max-width:100%;
    object-fit:cover;
    margin:1%;
    display:inline-block;
}

.triobox{
    float:left;
    margin-bottom:7%;
}
.trio{
    object-fit:contain;
    display:inline-block;
    max-width:30%;
    margin-top:-2%;
}


.smal{
    max-height:50%;
    max-width:69%;
    object-fit:cover;
    margin:1% 0% 1% 15%;
    display:inline-block;
}

.dim{
    opacity:0.8;
}
.scale{
    scale:0.75;
}

#postpad{
    width:100%;
    height:50vh;
}

#chatbox{
    position:fixed;
    margin-left:82vw;
    margin-top:60vh;
    width:20vw;
    max-width:300px;
    z-index:2;
    transition: ease-in-out 1.4s;
    padding:20px;
}

#chattable{
    height:30vh;
    width:100%;
}
#navbutton{
    display:none;
}

@media only screen and (min-width: 2300px){
    .navbox{
        left:50%;
    }

}


@media only screen and (max-width: 1000px){
    body{
        background-size: 2000px 1400px;
    }
    #container{
        width:100%;
        height:100%;
        display:flex;
        flex-direction: column;
        flex-wrap:nowrap;
        margin:0 auto;
    }
    .navbox{
        margin:0 auto;
        margin-bottom:5%;
        position:static;
        order:1;
        width:70%;
        margin-right:13%;
    }
    #chatbox{
        margin-left:0vw;
        margin-top:0vh;
        width:300px;
        padding:10px;
    }

    #chattable{
        background:rgba(49, 49, 49, 0.527);
    
        width:83%;
        padding:10px;
    }
   
    
    #navbutton{
        display:block;
        background-color:orange;
        width:30px;
        height:50px;
        float:right;
        
    }

    .openedchat{
        transform:translateX(-270px);
        transition: ease-in-out 1.4s;

    }

    .topbtn{
        float:left;
        margin:0 auto;
        margin-top:5%;
    }
    .main{
        margin:0 auto;
        margin-bottom:10%;
        order:2;
        width:95%;
    }
    .displayimage{
        width:98%;
        margin:0 auto;
        margin-top:5%;
        margin-left:0%;
    }
    h3{
        padding:0px;
        margin-left:2%;
    }
}


