
 /* Sets up the background and center the objects and text */
h1 {color:white;}
body {
  left: 400px;
  color: #FFF8DC; 
  width: 75%; 
  font-family: FreeMono, monospace; 
  line-height: 1.4; 
  margin: 20; 
  padding: 20; 
  background-size: cover; 
  background-repeat: no-repeat;
	margin-left: auto;
  margin-right: auto;
  width: 53%;
  text-align: center;
  font-size: 25px;
}


 /* Adds a layer on top of the background image */
body::after { 
  content: ""; 
  position: fixed; 
  inset: 0;
  background: rgba(40,20,40,0.60); 
  z-index: -1; }

body.home{
  background: #e2bdff;
  /*url("https://lh3.googleusercontent.com/pw/AP1GczOpgBxlsm6QIdIkL3lPvoSZZCzYczKkMgYUte_ubzvZ1U-c00Mpgl-cVA_DR7f2LO28xqjGt3_7mcCeKmI5cY6W7zthp47rCcwENytdDFYLRWdhscM=w2400") center fixed; */

  
  
}
body.meal1{
  background: 
  url("https://lh3.googleusercontent.com/pw/AP1GczMlpqM83f8VKWezNZoYabTCaxHXnELzW-zZgAVPGAczfGp56bL3nWq0SEnTnKbeRjYKK5XclDkZRDPKf2tK2ybvYg1O5YinImwZLMdTE1elt3WZX8Q=w2400") center fixed; 

  
  
}
body.meal2{
  background: 
  url("https://lh3.googleusercontent.com/pw/AP1GczNYN__scTY-l_cEa2ok2ELoDmWCJkwByU0byz-WFhmsY84vu4iZBxFnGP5kGVQR5vqXxJD2Gb07xbqsNlvep3C7OeNmoeekllA0g69WqMWk3rvgh_c=w2400") center fixed; 

  
  
}
body.plan{
  background:  url("https://lh3.googleusercontent.com/pw/AP1GczMcfvFIGKFD6Kd4std1E49NxgG5RRVb6FBwdR1hZitraMSHzilrKRFUNKKWCOFbAXZFGnJ29ZSQTiCIfc_w7vj0-VJv_ABmC39uu2IKKfFNaPe5aQc=w2400") center fixed; 
}




header { 
  font-family: FreeMono, monospace, bold; 
  border: 4px solid Indigo; 
  background: rgba(25, 25, 112, 0.65);
  padding: 30px; 
  border-radius: 5px; 
  margin-bottom: 40px}

h3 { 
  border: 4px solid DarkSeaGreen; 
  background: rgba(40, 40, 40, 0.65);
  padding: 30px; 
  border-radius: 5px; 
  margin-bottom: 40px}

 /* Sets up a sidebar and pushes it to the right */
.sidebar_right{ 
  position: fixed; 
  top: 50%; 
  left: 1150px; 
  transform: translateY(-50%);
  width: 300px; 
  background-color: rgba(150, 150, 150, 0.75); 
  
  border-radius: 15px; 
  padding: 20px; max-height: 85vh; 
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.25); 
  box-sizing: border-box; }
 /* Adds a glow when hovered */
.sidebar_right ul{
   display: inline-block;
  text-align: left;
  list-style-position: inside;
  font-size: 20px;
  
  
}


.sidebar_right:hover{
  box-shadow:	inset 0 0 10px 3px lightblue,
  						inset 0 0 20px 6px blue,
    					inset 0 0 30px 9px indigo,
    					inset 0 0 40px 12px violet;
  
  
  
}

.sidebar_left{ 
  position: fixed; 
  top: 50%; 
  left: 0px; 
  transform: translateY(-65%);
  width: 325px; 
  background-color: rgba(104, 121, 232, 1); 
  
  border-radius: 5px; 
  padding: 10px; 
  max-height: 85vh; 
  min-height: 50vh;
  overflow-y: auto;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5); 
  box-sizing: border-box; }
 /* Adds a glow when hovered */
.sidebar_left ul{
   display: inline-block;
  text-align: left;
  list-style-position: inside;
  font-size: 20px;
  
  
  
}


.sidebar_left:hover{
  box-shadow:	inset 0 0 10px 3px lightblue,
  						inset 0 0 20px 6px blue,
    					inset 0 0 30px 9px indigo,
    					inset 0 0 40px 12px violet;
  
  
}
.sidebar_left a{
  color: #080714;
  font-size: 50px;
  font-family: Apple Chancery, cursive;
  text-decoration: none;
  
  
}



 /* Sets up the other sections to have individual borders and backgrounds */
.summary, .preamble, .explanation{ 
  background: rgba(70, 70, 120, 0.7);
  border: 4px solid DarkSlateGray; 
  border-radius: 20px;
  padding: 10px; 
  margin-bottom: 25px;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
}
/* Adjusts the size when hovered*/
.summary:hover, .preamble:hover, .explanation:hover{
  transform: scale(1.1);
  
  
}


 /* Sets up the background and border for the last section */
.examples{
  background: rgba(120, 70, 70, 0.7);
  border: 4px solid #FF7F50; 
  border-radius: 20px;
  padding: 10px; 
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  text-align: center;

  
}
  
.examples:hover{
  transform: scale(1.05);
  
  
}

.intro{
  font-family: URW, Chancery, L, cursive
  
  
}
img {
  max-width: 100%;
  height: auto; /* Maintains aspect ratio even with changing screen sizes */
}

.main{
  background: rgba(60, 60, 160, 0.7);
  border: 4px solid #7c68e8; 
  border-top: none;
  border-radius: 20px;
  width: 1100px;
  height: 1000px;
  padding: 20px; 
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  text-align: center;
  margin-bottom: 6px;
  
  
  

  
}
.main a {
    color: #FFFFFF;
    text-decoration: none;
}


.main_days{
  background: rgba(143, 91, 217, 0.4);
  border: 3px solid #ceabff; 
  border-radius: 20px;
  width: 250px;
  height: 350px;
  padding: 20px; 
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  text-align: center;
  margin-bottom: 8px;
  display: inline-grid;
  line-height: 1.2; 
  
  text-decoration: none;
  
}
.main_days img{
  width: 100%;
  height: 85%;
  object-fit: cover;
  
}

.main_days:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.01s;
  
  background: rgba(120,120,120,0.05); 
  
}

.main_days:active {
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  transition-delay: 0.01s;
  
  cursor: pointer; 
  transform: translateY(4px);
  text-decoration: none;
  
}
.blog{
  background: rgba(60, 60, 160, 0.7);
  border: 4px solid #7c68e8; 
  border-top: none;
  border-radius: 20px;
  width: 1100px;
  height: 1800px;
  padding: 20px; 
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  text-align: center;
  margin-bottom: 6px;
  
}
.blog a{
  color: #FFFFFF;
  
}



.header{
  background: rgba(40, 40, 120, 1);
  border: none;
  border-bottom: 1.5px solid #070030; 
  border-radius: 0px;
  width: 1500px;
  height: 60px;
  padding: 5px; 
  transition-duration: 0s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  text-align: center, top;
  margin-top: 10px;
  margin-bottom: 20px;
	position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-family: Apple Chancery, cursive;
  vertical-align: top;

  
}


.footer{
  background: rgba(40, 40, 120, 1);
  border: none;
  border-top: 1.5px solid #070030; 
  border-radius: 0px;
  width: 1500px;
  height: 70px;
  padding: 5px; 
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
	position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  

  
}
.footer a{
  color: #FFFFFF;
  
}

.footer:after { content: "\00a0 "; }
