
:root {
 --border-color: black;
 --main-color: #EFEFD5;


 --slight-darker-color:#a08854;

 --darker-color: #898d4b ;

 --darkdarker-color: #685a22;


 --text-color: black;

 --collapsible-color: #3b2707;

 /* #7E7165 ? */
 /* #8D834B ? */



	 /* for articles  */

  --dark-pnote: #c1ad78; 
  --blocker-side-color: #64592b;
}





@media (max-width: 1200px) { /* (max-width: 600px) {*/
    .welcome-section {
        font-size: 1.2em;
        padding: 10px;
    }
    .container {
        grid-template-columns: 1fr 4fr 1fr; /* Duplicate line */
        grid-template-columns: 1fr 4fr 1fr; /* This overwrites the previous one */
    }
    .big {
        font-size: 18px;
        white-space: normal;
        text-align: center;
    }
}
		
		 		 a:hover {
  background-color: #211b19;
}
				

		.links, .side {
      border: 3px solid var(--border-color);
  width: 100%;
  height: 100%; /* Fill available space */
  overflow-y: auto;
}
		
    body {
      overflow-x: hidden;
      background-color: var(--darker-color);
  background-repeat: no-repeat; /* Prevent the image from repeating */
          cursor: url('https://artwork.neocities.org/pixels/cursors/guitargreenblue.gif'), auto; 
background-attachment: fixed
}     /* Stretch and cover the entire container */

.container {
  display: grid;
  grid-template-columns: 0.6fr 3.0fr 0.7fr;
  grid-template-rows: 
    0.1fr     /* top spacer */
    0.2fr     /* links/side top */
    0.05fr      /* big starts lower */
    auto      /* big continues */
    auto      /* big continues */
    auto      /* big continues */
    auto      /* big continues */
    auto      /* big continues */
    auto      /* big continues */
    auto      /* big continues */
    0.3fr;    /* bottom spacer */
  grid-template-areas:
    "firkant bigimage sidefirkant"
		"firkant bigimage sidefirkant" /* firkant starts higher */
		"firkant bigimage sidefirkant" /* firkant starts higher */
    "links bigimage side"   /* links and side start higher */
    "links big side" /* big starts here - lower */
    "links big side"
    "links big side"

    "links big side"
    "links big side"
    "links big side"
    "links big side"
    "links big side"
    "links big side"
    ". . ."
    "low low low";
    
  min-height: 100vh;
  max-width: 2000px;
  margin: 0 auto;
}

.firkant,.sidefirkant {
  border: 2px solid var(--border-color);
  width: 100%;
  background-color: var(--main-color);
font-size: 10px;
/* overflow: hidden; */

}

.firkant {
  grid-area: firkant; 
 object-position: center;
}

.sidefirkant {
  grid-area: sidefirkant; 
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: hidden;

  /* grid-row: 2 / span 2; */
}

.bigimage{
  grid-area: bigimage;
overflow: hidden;
  width: 100%;
  height: auto;
  /* height 100 fucks up stuff dont use */
  align-self: start;
  z-index: -1;
}
@media (max-width: 1600px) {
  .fit-img {
   object-position: top 20%; /* Change to 'cover' for smaller screens */
  
  }
.bigimage {
transform: translateY(-80px);
}

}

@media (max-width: 750px) {
  .fit-img {
   object-position: top; /* Change to 'cover' for smaller screens */
  }
.bigimage {
transform: translateY(-20px);
}

}


img {
  max-width: 100%;
  height: auto;
}


.fit-img {
  object-fit: contain;
  /* ad or cover */
  height: auto;  
object-position: top 35%;
  width: 100%;
 display: block;    /* Removes the tiny gap at the bottom of images */
}

/* Make sure the side columns span all rows */
.links, .side {
  
  grid-row: 2 / span 9; /* Starts at row 2, spans 9 rows */
}

.big h2 {
  font-size: 24px;
 width: 100%;;
}

.big {
  border: 2px solid var(--border-color);
  			overflow: visible;
         overflow-y: scroll;
      overflow-x: hidden;


  grid-row: 3 / span 7; /* Starts at row 3, spans 7 rows */
}
    .links { 
      border: 2px solid var(--border-color);
      grid-area: links; 

     
       justify-content: space-between; /* Push WhatsNew to the bottom */
        background-color:var(--main-color); /* lighter */
        color: var(--text-color);

    overflow-y: scroll;
      overflow-x: hidden;
      -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  column-fill: auto; 
      
     text-align: center;
      
			flex-wrap: wrap;
  
      font-size: 18px ;



    }

    .webthingsbox {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .links ul{
    padding-left: 0;            
    margin-left: 0;    }
    .links p {
      font-size: 12px;
    }

    .links h2 {
      font-size: 14px;
    }
    .links li {
      font-size: 10px;
    }
 
    


        .content {
      display: none; /* Hidden by default */
    }

 .big {
  grid-area: big; 
  border: 4px solid var(--border-color);
  width: 100%;
  height: 100%;
  background-color: var(--main-color);  
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 16px; /* Slightly larger font for bigger screens */
  color: var(--text-color);
}
	
    


.big::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari and Opera */
}

.side { grid-area: side;  
  border: 2px solid var(--border-color);
     
    background-color: var(--main-color);

     
  overflow-y: scroll;
      overflow-x: hidden;
      -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  column-fill: auto; 
 
   text-align: center;
  

  }

  .side li {
    list-style: inside;
        /* list-style: outside; */
        /* mby outside it looks beter? */

    list-style-type: circle;
  padding-left: 0;
  }


  .side1, .side2 {
border: 3px solid var(--blocker-side-color);

  }

  .side hr {
background-color: var (--blocker-side-color);
 width: auto;
 height: 1px;
 margin-top: 2px;
 margin-bottom: 2px;
 }

 

    
        .collapsible {
  background-color: var(--collapsible-color);

					
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
font-weight: 300px;
  
border: 1px solid #e9e1e1;

}
    
   #whatsnew {
  background: var(--main-color);
  color: rgb(212, 65, 65);

  max-height: 150px; /* Fixed height */
  overflow-y: auto; /* Enable vertical scrolling */
  border: 1px solid var(--line);
  border: inset black;
  margin-top: auto; /* Ensure it stays at the bottom */
      scrollbar-width: none; 
}

		a:link {
  color: rgb(86, 86, 16);
		}
    .p1 {
  font-family: "Courier New", courier;
}
		
    
#icon-img {
  position: absolute;
  left: 25%;
  top: 20%;
  width: 55%;
  z-index: 1;
}    
    
 .low { 
  grid-area: low;  border: 2px solid var(--border-color);
  width: 100%;
       background-color: var(--main-color);
   overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  text-align: center;
		  color: var(--text-color);}
      
    
          
		
		
         .image-container {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
					 justify-content: right; }
           
             .image-text {
      overflow: hidden;
    }

			
#calendar-container {
    font-size: 0.7em; 
	border: 3px solid white;
	 
}
#calendar-container table {
    padding: 2px;
	
}



#eye-container {
    width: 300px;        /* Set your desired width */
    height: 300px;       /* Set your desired height */
 position: absolute;
  }

  canvas {
    display: block;      /* Removes extra white space under the canvas */
  }
		 
