body {
    background-color: #FFF7F1;

    /*background-color: #121320;*/
    /*background-color: #242641;*/
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Georgia", sans-serif;
    font-size: 16px;
    color: #000000;
    height: 100vh;
    margin: 0;
}

.pill {

    justify-content: center;
    background-color: #E9E2DC;
    color:#000000;
    cursor:pointer;
    font-family: "Georgia", sans-serif;
    font-size: 20px;
    padding: 7px;
    margin-bottom:7px;
    margin-left:10px;
    border-radius:9px;
    width: fit-content;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #F6EFE8;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.button1 {

  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
} 

button {
 border-radius: 5px;

  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
  border: none;
  background-color: #E9E2DC;
  color: black;
  cursor: pointer;
}

input {
   border-radius: 5px;
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  background-color: #FFFDFB;
  color: black;
}

[popover] {
   width:50%;
  background: #FFF7F1;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  scale: 0.95;
  transition: opacity 0.2s ease, scale 0.2s ease, display 0.2s allow-discrete;
}




.nav-link {
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  margin-right:7px;
  margin-left:7px;
}
.nav-link:hover, .nav-link.active {
  border-bottom: 3px solid #7191C1;
}

.nav-link-active {
  border-bottom: 3px solid #7191C1;
  padding-bottom: 5px;
   margin-right:7px;
  margin-left:7px;
}


/* Unvisited link */
a:link {
  color: #7191C1; /* Red */
}

/* Visited link */
a:visited {
  color: #7191C1; /* Green */
}

/* Mouse over link */
a:hover {
  color: #7191C1; /* Hot pink */
}

/* Selected link (clicked) */
a:active {
  color: #7191C1; /* Blue */
}

hr {
  border: none;            /* Removes default 3D effect */
  height: 2px;             /* Sets the thickness */
  background-color: #CCCCCC;  /* Sets the line color */
  width: 45%;              /* Adjusts width (default is 100%) */
  margin: 20px auto;       /* Centers the line with top/bottom spacing */
}


.line {
  border-top: 1px solid #ccc; /* Style, thickness, and color */
  width: 80%;
  display: flex;
  justify-content: center;
}


.navigation {
   font-family: "Georgia", sans-serif;
   font-size: 18px;
   color: #000000;
   display: flex;
   justify-content: center;
}

.title {
   font-family: "Georgia", sans-serif;
   font-size: 54px;
   color: #000000;
   display: flex;
   justify-content: center;
}

.subtitle {
   font-family: "Georgia", sans-serif;
   font-size: 15px;
   color: #000000;
   display: flex;
  justify-content: center;
}

.content_title {
   font-family: "Georgia", sans-serif;
   font-size: 32px;
   color: #273242;
   display: flex;
   justify-content: left;
}

.content_title_sm {
   font-family: "Georgia", sans-serif;
   font-size: 26px;
   color: #273242;
   display: flex;
  justify-content: left;
}

.recipe_headers {
   font-family: "Georgiab", sans-serif;
   font-size: 14px;
   color: #6885B1;
   display: flex;
   justify-content: left;
}

.recipe_numbers {
   font-family: "Georgiab", sans-serif;
   font-size: 16px;
}

.recipe_notes {
   background-color: #E8E4E1;
   padding-left:20px;
   padding-right:20px;
   padding-top:3px;
   padding-bottom:3px;
   border-radius: 5px;

}

.date {
   font-family: "Georgia", sans-serif;
   font-size: 12px;
   color: #999999;
   padding-top:5px;
   display: flex;
   justify-content: left;
} 

.contentold {
   font-family: "Georgia", sans-serif;
   font-size: 15px;
   color: #000000;
   display: flex;
   justify-content: center;
   width:40%;
}




.content {
   /*border-style: dotted;*/
   margin: 0 auto;
   width:40%;
   font-family: "Georgia", sans-serif;
   font-size: 15px;
   color: #000000;

}


.content_link {
   font-family: "Georgia", sans-serif;
   font-size: 13px;
   color: #222222;
   text-decoration: underline;
}


.content_italic {
   /*border-style: dotted;*/
   margin: 0 auto;
   width:40%;
   font-family: "Georgiai", sans-serif;
   font-size: 15px;
   color: #000000;

}

.content_mini {
   /*border-style: dotted;*/
   font-family: "Georgia", sans-serif;
   font-size: 12px;
   color: #222222;

}

.content_mini_bold {
   /*border-style: dotted;*/
   font-family: "Georgiab", sans-serif;
   font-size: 12px;
   color: #222222;

}

.search {
   /*border-style: dotted;*/
   /*margin: 0 auto;*/
   position: relative;
   display: flex;
    justify-content: right;
   width:75%;
   font-family: "Georgia", sans-serif;
   font-size: 15px;
   color: #000000;

}


a {
    color: #CCD2DE;
}


.links{
     color: #CCD2DE;
     text-decoration: underline;
}


.card2 {
   transition: 0.3s;
   padding:1px;
   border-bottom: 1.5px solid #dddddd;
   padding-top:7px;
   padding-bottom:7px;
   padding-left:5px;
   padding-right:5px;
   border-radius: 5px;
}

.card2:hover {
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); 
}

.card {
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
  transition: 0.3s;
  padding:7px;
  width: 100%;
  border-radius: 5px;
}

.card:hover {
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); 
}

.container {
  padding: 2px 16px;
}



.modal-about {

   position: absolute;
      top: 50%;
      height:60%;
      padding:20px;
      display: none; /* Hidden by default */

      z-index: 3; /* Sit on top */

      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(18,19,32,0.95); 

         /* background-color: #23252B; */
    
   
    
    width: 60%;
    
    border: 0px solid #888;
    

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);

   

}

.modal-blank {

   position: absolute;
      top: 50%;
      height:100%;
      padding:20px;
      display: none; /* Hidden by default */

      z-index: 2; /* Sit on top */

      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(18,19,32,0.5); 

         /* background-color: #23252B; */
    
   
    
    width: 100%;
    
    border: 0px solid #888;
    

    

   

}

.center_zero {
  border: 0px solid;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);

}




/* MODAL */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

