
@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Coral Pixels|Special Elite|Silkscreen|Press Start 2P|Chicle');



body {
    height: 100vh;
    margin: 0;
    padding: -2px;
    overflow-x: hidden; 
    overflow-y: hidden;
    background-color: transparent;
    
}



.background{
     position: fixed;
    background-image: url(https://heathersaturnia.neocities.org/Woods/deco/Sketchbook-bookbkgrnd2.png); 
    background-repeat: no-repeat;
    background-size: 93%;
    height: 650px;
    width: 970px;
    top: -35px;
    
    

}
/* Scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #837175 transparent;
}

/* NOTEBOOK --------------------*/
.notebook {
    position: relative;
    width: 860px; 
    height: 550px;
    margin: 5px;
    top: 55px;
    left: 12px;
    z-index: 0; 
   
}

/* LEFT PAGE --------------------*/
.page1L {
    position: absolute;
    left: 10px; 
    top: 5px; 
    width: 409px; 
    height: 565px; 
    overflow-x: hidden;
    background-image: url(https://heathersaturnia.neocities.org/Woods/deco/pprtext3.jpg); 
    background-repeat: repeat;
    opacity: 85%;
    border: 1px solid #252316;
    border-radius: 10px;
    z-index: 1; 
    
}
.page1L .caption {
    display: none; 
}


/* RIGHT PAGE --------------------*/
.page1R {
    position: absolute;
    left: 435px; 
    top: 5px; 
    width: 409px; 
    height: 565px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden;
    padding: 10px; 
    box-sizing: border-box; 
    border: 1px solid #252316;
    border-radius: 10px;
    background-image: url(https://heathersaturnia.neocities.org/Woods/deco/pprtext3.jpg); 
    background-repeat: repeat;
    opacity: 85%;
    z-index: 1; 
}

.page1R img {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: contain; 
    margin: 0; 
}





.content { 
    display: grid; 
    padding: 15px; 
    gap: 15px; 
    position: absolute; 
    top: 5px; 
    z-index: 1; 
    width: 400px; 
    cursor: crosshair; 
    font-family: "Itim";
    font-size: 12px;
    
    
    
    }
    .content2 { 
    padding: 15px; 
    gap: 15px; 
    position: absolute; 
    top: 5px; 
    z-index: 1; 
    width: 390px; 
    cursor: crosshair; 
    font-family: "Itim";
    font-size: 12px;
    
    
    
    }

/* TABS --------------------*/
.tabs {
    position: absolute;
    transform: translate(-50%, -50%);
    rotate: -90deg; 
    top: -130px; 
    left: -280px; 
    width: 590px;
    display: flex;
    flex-direction: row;
    gap: 5px; 
}

.tablinks {
    z-index: 1;
    width: 60px; 
    padding: 5px; 
    font-family: "Itim";
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #252316;
    color: #252316;
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
    border-radius: 5px; 
    cursor: crosshair;
    background: #837175;
    transition-duration: 0.3s; 
}

.tablinks:hover {
    background: #615457; 
    color: #ffffff;
    text-shadow: -1px 0 #252316, 0 1px #252316, 1px 0 #252316, 0 -1px #252316;
    cursor: crosshair;
}

.tablinks.active {
    background:  #615457;
    box-shadow: 1px 1px 8px grey;
    color: #ffffff;
    text-shadow: -1px 0 #252316, 0 1px #252316, 1px 0 #252316, 0 -1px #252316;
}

.tabcontent .content {
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); 
    top: 5px; 
    grid-gap: 15px; 
    padding: 10px; 
    box-sizing: border-box; 
    width: 400px;
    position: absolute; 
    
}

.tabs-right {
    position: absolute;
    transform: translate(50%, -50%);
    rotate: 90deg; 
    top: 40px; 
    left: 545px; 
    width: 590px;
    display: flex;
    flex-direction: row;
    gap: 5px; 
}
.tablinks-right {
    z-index: 1;
    width: 60px;
    padding: 5px;
    font-family: "Itim";
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #252316;
    color: #252316;
    border-radius: 5px;
    cursor: crosshair;
    background: #837175;
    transition-duration: 0.3s;
}


.tablinks-right:hover {
    background: #615457;
    color: #ffffff;
    text-shadow: -1px 0 #252316, 0 1px #252316, 1px 0 #252316, 0 -1px #252316;
    cursor: crosshair;
}

.tablinks-right.active {
    background: #837175;
    box-shadow: 1px 1px 8px grey;
    text-shadow: -1px 0 #252316, 0 1px #252316, 1px 0 #252316, 0 -1px #252316;
    color: #ffffff;
}



/* LIGHTBOX --------------------*/

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; 
    align-items: center; 
    margin-top: 10px;
}

.image-gallery img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
    cursor: crosshair;
}


.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.page1R {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  
    align-items: center;
}

.lightbox-image {
    max-height: 400px;
    max-width: 100%;
    object-fit: contain;
    border: 1px solid #252316;
    border-radius: 10px;
    margin-top: -20px;   
}

.lightbox-caption {
    font-family: "Itim"; 
    font-size: 14px; 
    text-align: center; 
    color: #252316; 
    margin-top: 10px; 
    width: 350px; 
    border: 1px solid #252316;
    border-radius: 5px;
}
.thumbnail {
    border: 1px solid #252316;
    border-radius: 10px;
    width: 100px; 
    height: 100px;
    object-fit: cover; 
    cursor: crosshair;
}
