
body {
  background-image:url("r-images/field.jpg");
  background-repeat: no-repeat; 
  background-size: cover;
  background-attachment: fixed; 
  background-color: #f5eddc;
  font-family:"Didot";
  margin:0px;
  overflow:scroll;
}

main {
  margin:12px;
}

.container-grid {
  display: grid;
  gap: 10px; 
  padding:10px;
  grid-template-columns: 1fr 3fr 1fr;
}

.column-grid {
  gap:10px;
  display:flex;
  flex-direction:column;
  padding: 15px;
}

.box-1 {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position:relative;
  border: 2px dotted #434a37;
  overflow:auto;
  background-image: url('r-images/paper.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  display:flex;
  flex-direction:column;
} 

.top-text {
  color: #434a37;
  font-size: 20px;
  font-family:"Luminari";
  margin-top:6px;
  margin-left:6px;
}

.title {
  font-weight:bold;
  text-align:center;
  font-family:"Luminari";
  font-size:20px;
  margin: 10px 0 0 0;
  color:#434a37;
}

.description {
  margin:3px 6px 12px 6px;
  font-size:12px;
  text-align:center;
  color:#434a37;
}

.box-2 {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position:relative;
  border: 2px dotted #434a37;
  overflow:auto;
  background-image: url('r-images/paper.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  display:flex;
  flex-direction:column;
} 

.rec-menu{
  margin:6px 6px 6px 6px;
  overflow:auto;
  text-align:center;
}

.rec-menu a:link, a:visited, a:active{
  font-family:"Didot";
  text-decoration:none;
  font-size:13px;
  color:#434a37;
}

.center-container {
  min-width:600px;
}

.blogspot {
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
  gap: 0;
  border:none;
}

.post{
  margin: 0;
  line-height:1;
  flex-direction: column;
  text-align:left;
  background-image: url('r-images/paper.png'); 
  background-size: cover; 
  background-position:top; 
  background-repeat: no-repeat;
}

.post .header{
  font-size: 18px;
  font-weight:bold;
  color: #434a37;
  font-family:"Luminari";
  line-height:1;
  margin:0;
  margin-top:10px;
  margin-left:6px;
}

.post .subtitle{
  font-size: 10px;
  color:#434a37;
  font-family:"Didot";
  line-height:1;
  margin:0;
  padding-top:3px;
  padding-bottom:12px;
   margin-left:6px;
}

.post .text{
  font-size: 14px;
  color: #434a37;
  font-family:"Didot";
  line-height:1.3;
  margin:0;
   margin-left:6px;
   margin-top:6px;
}

.post .sectionheader{
  font-size: 16px;
  color: #434a37;
  font-family:"Didot";
  font-weight:bold;
  text-decoration:underline;
  line-height:1.3;
  margin:0;
  padding-top:6px;
  margin-left:6px;
}

.recipebox {
  display:flex;
  flex-direction:row;
}

.ingredients{
  width:50%
}

.instructions{
  width:50%
}

ul {
    margin-right:12px;
}

li {
  font-size: 14px;
  color: #434a37;
  font-family:"Didot";
  line-height:1.3;
}

.postsplit{
  background:#434a37;
  height:2px;
  border:none;
}



.right-container {
  display:flex;
  flex-direction:column;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position:relative;
  border: 2px dotted #434a37;
  overflow:auto;
  background-image: url('r-images/paper.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  
}

.currentread {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2b3622;
  color: white;
  padding: 12px 12px;
  border-radius: 12px;
  width: 400px;
  font-family:"Luminari";
  margin-bottom: 6px;
  overflow:hidden;
}

.currentread img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}

.currentread .label {
  font-size: 12px;
  color: white;
  margin: 0;
  line-height:1;
  flex-direction: column;
  font-family:"Courier New";
}

.currentread .title {
  margin: 0;
}

.currentread .author {
  font-size: 14px;
  margin: 0;
  line-height:1;
  gap:0px;
  color:#FBF2B5;
}

.right-container .square {
  display: flex;
  flex-direction:column;
  background: #2b3622;
  color: white;
  padding: 10px 12px;
  border-radius: 12px;
  width: 400px;
  height:auto;
  margin-bottom: 6px;
}

.readlisttitle {
  margin-bottom: 3px;
   margin-top:0px;
   font-family:"Luminari";
   text-align:center;
   color:#FBF2B5;
}

.listsubtitle{
  font-size: 10px;
  color:#FBF2B5;
  font-family:"Luminari";
  line-height:1;
  margin:0;
  text-align:center;
}

.entrylist {
  display:inline;
  font-family:"Courier New";
}

.readtitle { 
  display:inline;
  text-align:left;
}

.readauthor {
  display:inline;
  text-align:right;
  color:#FBF2B5;
}