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

:root {
    --primary-bg: #fae4d2ee;
    --border-color: #5f4336;
    --text-color: #000000;
    --accent-color: #C0681B;
 


}

body {
    height: 100vh;
    margin: 5px;
    top: 5px;
    padding: 10px;
    overflow-x: hidden; 
    overflow-y: hidden;
}


::-webkit-scrollbar {
    display: none;
}

::selection {
    background-color: var(--accent-color);
    color: #fae4d2ee;
    text-decoration: underline;
    
}


.notebook {
    position: relative;
    width: 860px; 
    height: 490px;
    margin: 5px;
    top: -12px;
    z-index: 0; 
}

/* LEFT PAGE --------------------*/
.page1L {
    position: absolute;
    left: 8px; 
    top: 15px; 
    width: 409px; 
    height: 450px; 
    overflow-x: hidden;
    border: solid 2px var(--border-color);
    background-color: var(--primary-bg);
    opacity: 0.85;
    border-radius: 8px;
    background-size: 500px;
    
    z-index: 1; 
    
}
.page1L .caption {
    display: none; 
}


/* RIGHT PAGE --------------------*/
.page1R {
  position: absolute;
  left: 423px;
  top: 15px;
  width: 409px;
  height: 455px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 2px var(--border-color);
  background-color: var(--primary-bg);
  opacity: 0.85;
  border-radius: 8px;
  background-size: 500px;
  z-index: 1;
  padding: 0;
  box-sizing: border-box;
  display: block;
}


    



.notecover {
    position: absolute;
    top: 0;
    left: 0;
    width: 860px;
    z-index: -1;
}

.cover {
    position: absolute;
    top: 0;
    left: -10px;
    width: 855px; 
    height: 490px;
    background-image: url(https://heathersaturnia.neocities.org/Woods/deco/recipesbkgrnd.png);
    background-repeat: no-repeat;
    background-size: 885px 520px;
    background-position: -15px -25px;

    border-radius: 10px;
  
    
}

.content {
  padding: 5px;
  height: auto;
  background-color: var(--primary-bg);
  text-align: left;
  width: 370px;
  margin: 5px;
  border: dotted 1px var(--border-color);
  color: var(--text-color);
  font-family: "Itim", serif;
  font-size: 15px;
  line-height: 20px;
}




    .content h2 {
  background-color: var(--accent-color);
  color: var(--text-color);
  font-family: "Chicle", serif;
  font-size: 25px;
}


.content {
  padding: 5px;
  height: auto;
  background-color: var(--primary-bg);
  text-align: left;
  width: 370px;
  margin: 5px;
  border: dotted 1px var(--border-color);
  color: var(--text-color);
  font-family: "Itim", serif;
  font-size: 15px;
  line-height: 20px;
}




 .recipe-content {
  padding: 5px;
  background-color: var(--primary-bg);
  color: var(--text-color);
  font-family: "Itim", serif;
  font-size: 15px;
  line-height: 20px;
  width: 370px;
  margin: 5px;
  border: dotted 1px var(--border-color);
  
}


.recipe-content h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Itim", serif;
  color: var(--text-color);
  position: relative;
  z-index: 1;
}

.recipe-subhead {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  margin-top: 0;
  display: inline-block;
  font-family: "Itim", serif;
}

.recipe-image {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
}

.recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

.recipe-heading {
  font-family: "Chicle", serif;
  font-size: 24px;
  margin: 10px 0;
  color: var(--text-color);
}


.recipe-ingredients,
.recipe-directions,
.recipe-notes {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}


.recipe-ingredients li,
.recipe-directions li,
.recipe-notes li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  z-index: 0;
}


.recipe-ingredients li::before,
.recipe-notes li::before {
  content: url('https://heathersaturnia.neocities.org/Woods/deco/orngbllt.png');
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.recipe-directions {
  counter-reset: step;
  position: relative;
  z-index: 0;
}

.recipe-directions li::before {
  content: counter(step) ". ";
  counter-increment: step;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}



.tabs {
  position: absolute;
  top: 120px; 
  left: 0px;  
  transform: rotate(-90deg);
  transform-origin: left center;
  display: flex;
  flex-direction: row;
  gap: 1px;
}
.recipe-content h3 {
  background: var(--accent-color);
}

.tablinks
{
  z-index: 1;
  height: 35px;
  width: 55px;
  padding: 8px 3.5px; 
  font-family: "Itim", sans-serif;
  font-size: 10px; 
  font-weight: bold;
  line-height: 1.1;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: crosshair;
  color: #000000;
  background: var(--accent-color);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  overflow-wrap: break-word; 
}



.tablinks:hover,
.tablinks.active{
  background: #a0522d; 
  color: #ffffff;
  box-shadow: 1px 1px 8px grey;
}

.tablinks {
  transition: transform 0.2s ease;
}

.tablinks:hover {
  transform: translateY(-5px); 
}



.spoooon {
  top: 495px;
    width: 300px;
    height: 200px;
    margin: -40px 0px; 
    left: 15px;
    position: absolute; 
    z-index: 10; 
    transform: scaleX(-1);

    
}
.spoooon img {
  pointer-events: auto; 
  transition: transform 0.3s ease; 
}

.spoooon img:hover {
    transform: rotate(5deg); 
}
.spoooon {
  pointer-events: none;
}





.corner {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 365px;
    right: -95px;
     transform: rotate(10deg);
      z-index: 10; 
      
}
.corner img {
  pointer-events: auto; 
    filter: sepia(50%);
    opacity: .9;
    transition: transform 0.3s ease; 
    
}
.corner img:hover {
    transform: rotate(15deg); 
    
}
.corner  {
  pointer-events: none;
}

.link-button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.index-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; 
  padding: 0;
  margin: 0;
}

.index-column {
flex: 2 0 auto;
width: 100px;
margin-right: 5px;
  min-width: 100px;
}

.index-column h3 {
  font-family: "Chicle", serif;
  font-size: 16px;
  margin-bottom: 5px;
  color: var( --text-color);
}

.index-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.index-column ul {
  list-style-image: url('https://heathersaturnia.neocities.org/Woods/deco/orngbllt.png');
  padding-left: 20px; 
}


.index-column li {
  margin-bottom: 2px;
  
}

.index-column a {
  font-family: "Itim", serif;
  font-size: 13px;
  color: var(--text-color);
  text-decoration: underline;
   white-space: normal;
  word-wrap: break-word;
}

.index-column a:hover {
  color: var(--accent-color);
}
* {
  scrollbar-width: thin;          
  scrollbar-color: var(--accent-color) transparent; 
}
a {
    font-family: "Chicle", serif;
    color: var(--accent-color);
    text-decoration: none;
}

a:hover {
    color: var(--text-color);
}