 /*
 h1 {color: green;}
 */
 
 /* h2 is used for commons bottom buttons text */
 h2 {
    color:gray;
    font-size: 20px;
    font-family: sans-serif;
    font-style: italic;
    margin:0px;
    margin-top:-10px;
    text-shadow:1px 1px 10px black, 1px 1px 10px black;
    text-align: left;
    }

/* h3 is used for the index */
h3 {
    font-family: sans-serif;
    font-style: italic;
    font-size: 23px;
    color: white;
    line-height: normal;
    }
    
    h4 {
    font-family: sans-serif;
    font-style: italic;
    font-size: 16px;
    color: gray;
    line-height: normal;
    }

body {
  background-color: black;
  color: black;
  font-family: sans-serif;

}

a:link {color:lightgreen}
a:visited {color:green}

 
 
 /* index style */
 
   .indexPopUp {
   margin-top:35px;
  border: 2px dotted gray;
  background-color: rgb(0 0 0 / 75%);
  margin-left: 990px;
  padding-left: 10px;
  width: 400px;
  position:absolute;
  z-index:5;
 }
 
 .indexHeader {
   margin-top:35px;
  border: 2px dotted gray;
  background-color: rgb(0 0 0 / 75%);
  margin-left: 30px;
  padding: 10px;
  width: 550px;
  position:absolute;
 }
 

 
 
 
 /* commons fountations */
 
.commonsAll {
    width:1446px;
    height:824px;
    border: 0px solid red;
    margin: 0 auto;
    position:relative;
    }
    
 .invisiDiv 
 {text-decoration:none; display:block; position:absolute; border: 0px solid red; }   /*used for invisible click elements*/
    

.backgroundCommons2 {
    z-index:-2;
    pointer-events: none;
    }  
    
.backgroundCommons3 {
    z-index:-100;
    pointer-events: none;
    }     
    
    
 /* outdated background CSS */
.backgroundCommons {
    pointer-events: none;
    z-index:-2;
    image-rendering: optimizeQuality;
    top: 0;
    left: 0;
    margin-left: 50px;
    
    }

 /* commons text box*/
.infoAll {
    display: none;
    width: auto;
    font-size:20px;
    color: white;
    border: dashed 2px white;
    height: auto;
    z-index: 3;
    position: absolute;
    overflow: hidden;
    padding:20px;
    }  
    
/* I think this is null code but im not risking deleting it */
#button1 {
    float: right;
    }    
 
 /*commons top buttons */
    
            .topButtonContainer {
              }
              
            .topButton {
            
              margin-top:65px;
              position: absolute;
              z-index:1;
              border: 0px dotted red;
              transition: transform .2s;
              cursor: url('https://goldhillmall.neocities.org/assets/clickme.png'),auto;
              }
              
            .topButton img{
            	  width:140px;
                }
                
            .topButton:hover {
            transform: scale(1.2); 
            }
                
              
            .topLeftButton {
              left:30px;
              }  
              
            .topRightButton {
              right:30px;
              }    
              
              
            .commonsFlag {
              width:200px;
              margin-top:15px;
              pointer-events: none;
              position:absolute;
              }    

/* commons socials tab */

            .chatbox { 
                position:absolute; 
                width:233px;
                height:143px;
                margin-left:457px;
                margin-top:343px;
                z-index:100;
                }
                
            #socialsContainerId {
                margin-left:180px;
                position:absolute;
                width:800px;
                height:800px;
                border: 0px dotted white;
             z-index:99;
                display:none;
                }
                
            .socialsBody {
                margin-left:188px;
                margin-top:107px;
                border: 0px dotted black;
                position:absolute;
                width:400px;
                height:600px;
                rotate: 342deg;
                }
            .socialsText {
                width:370px;
                height:200px;
                border: 0px dotted red;
                right:0px;
                position: absolute;
                text-indent: 15px;
                }
                
            .socialsList {
                width:200px;
                height:content;
                 border: 0px dotted red;
                 
                 bottom: 0px;
                 position: absolute;
                }  
            
            
            .socialButton {
                width:80px;
                cursor: url('https://goldhillmall.neocities.org/assets/clickme.png'),auto;
                } 



/* Bulletin CSS*/

   .bulletinIframe {
     border:none; 
    width:615px;
    height:340px;
    overflow: clip;
    position:absolute;
    margin-top:103px;
    margin-left:97px;
    z-index:98;
    }
   #bulletinContainerId {                
                margin-left:20px;
                bottom:0px;
                position:absolute;
                width:800px;
                height:500px;
                border: 0px dotted white;
                z-index:99;
                display:none;}
         

   .bulletinImage {
     margin-top:45px; 
     width:100%;
     position:absolute;
     z-index:99;
     pointer-events: none;}
     
/*Bulletin Iframe Inside CSS*/

  .bulletinInside {
      width:590px;
      height:320px;
      position:absolute;
      border: 0px dotted pink;}     
    
  .bulletinContent {
    width:560px;
    height:290px;
    margin:15px;
    border: 0px dotted red;
    position:absolute;
    }

  .bulletinPage {
    float:left; 
    background-color:white;
    width: 40%; 
    overflow:scroll;
    overflow-x: hidden;
    padding:10px;}
    
    .bulletinPage2 {
    float:left; 
    background-color:white;
    width: 40%; 
    padding:10px;
    position:absolute;}

    








/* commons bottom buttons */

            .bottomButtonAllContainer {
                position: absolute;
                right: 10px;
                bottom: 10px;
                border: 0px dotted blue;
                z-index:100;
                }
                
             .bottomButtonAllContainerLeft {
                position: absolute;
                left: 10px;
                bottom: 10px;
                border: 0px dotted blue;
                z-index:100;
                }   
                
                
            
            
            .bottomButton{
            	width:90px;
                border: 0px dotted yellow;
                float:right;
                cursor: url('https://goldhillmall.neocities.org/assets/clickme.png'),auto;
            	}
            	
            .bottomButtonLeft{
            	width:90px;
                border: 0px dotted yellow;
                float:left;
                cursor: url('https://goldhillmall.neocities.org/assets/clickme.png'),auto;
            	}
            
            .bottomButton img{
            	width:90px;
                border: 0px dotted yellow;
                }
                
            .bottomButtonLeft img{
            	width:90px;
                border: 0px dotted yellow;
                }
            
             /* commons bottom button spin animation */
            .spin{
            	-ms-transform: rotate(360deg); /* IE 9 */
                -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
                transform: rotate(360deg);
                transition-duration: 1s;
                }


    



















/*  store page CSS  */

/* bigDiv and commonsAll have the same data, they can be combined if needed*/
.bigDiv {
    width:1446px;
    height:824px;
    border: 1px solid blue;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    }
.leftDiv {
    width:825px;
    height:825px;
    border: 0px solid red;
    position: absolute;
  
    }
.rightDiv {
  margin-left:825px;
    border: 0px solid green;
    width: 610px; 
      position: absolute;
    }
.rightDivLogo {
    
    height:auto;
    margin:15px;
    border: 0px solid white;   
    }
.rightDivBody {
  
    border: 0px solid orange;
    height:auto;
    font-size:20px;
    margin:15px;
    color: white;    
    }

.storeText1 {
    font-size:20px;
    color: white;
    margin:15px;
    font-family: 'Times New Roman', Times, serif;
    }

.storeText2 {
    font-size:20px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    }
    
    
    
    
    /* Gallery and Store Combo Pages*/
    .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;}
  
  .comicBox {
  margin: auto;
  width: 1205;
  display: table;
  padding: 10px;
  border: 0px solid gray;
  margin-top:10px;
  background-color: rgb(255 255 255 / 100%);


}

.latestComic {
  margin: auto;
  width: 1205;
  display: table;
  padding: 10px;
  border: 1px solid gray;

  
}



.deathmatchAll {
    width:824px;
    height:824px;
    border: 0px solid blue;
    margin: 0 auto;
    position:relative;
    }

