@charset "utf-8";
/* CSS Document */

/*imported FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Kalam:wght@300;400&display=swap');

/*CORE STYLES*/
html {
  width: 100%;                    /* 100% width of parent (root) element */
  height: 100vh;                  /* 100% height of viewport */
  box-sizing: border-box; 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 16px;                /* root font size */
}
body {
  margin: 0;                      /* no margin at edge of content */
  height: 100%;                   /* 100% height of parent (html) element */
  background-color: #150704;
}
p{line-height: 140%; color: #f8cb8c; padding-right: 2%; padding-left: 2%; padding-bottom: 2%; text-align: justify;}
h2{font-size: 18px; color: #FF9; padding-left: 2%; text-decoration:}
h3{font-size: 16px; color: #FF9; padding-left: 2%; }
ul{list-style-type: none; padding-left: 2%;}
ul li{display: block;}
li a{text-decoration: none;} 
a{color: #d79646; line-height: 140%; padding-top: 1%; padding-left: 2%; }
a:hover {color: #FDF8D5;}
a.active {color: #d79646;}

#border {
  border: 1px solid #150704;
}


.container {
  display: grid;
   grid-template-columns: [full-start] 1fr [content-start] 3fr [content-end] 1fr [full-end];
    grid-template-areas:
    "header header header header header header"
    "aside main main main main article"
    "footer footer footer footer footer footer";
	gap: 10px;
 
}

header {
    grid-area: header;
	max-height: 87px;
	background-color: #73381a;
    box-shadow: inset 10px 10px 75px 25px rgba(0,0,0,0.75);
    font-family:'Bad Script', cursive;
    color: #f8cb8c;
    text-align: center;
    font-size: 40px;
}

header #banner_imageL img{
	position: absolute;
	left: 0px;
	top: 0px;
	object-position: left top;
	
	
}

header #banner_imageR img{
	position: absolute;
	right: 0px;
	top: 0px;
	object-position: right top;
	

}


aside {
  grid-area: aside;
  background-color: #73381a;
  box-shadow: inset 10px 10px 75px 25px rgba(0,0,0,0.75);
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #f8cb8c;
  grid-gap: 10px;
}

.section_img {
	border-bottom: 10px solid #150704;
}

aside .section_nav {
	border-bottom: 10px solid #150704;
}

aside .section_text2 h3{ 
  margin: 0; 
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  background: #73381a;
  box-shadow: inset 5px 5px 32px 14px rgba(0,0,0,0.75);
  border-top: 2px solid #f5b44f;
  border-bottom: 2px solid #f5b44f;}

aside .section_text2 {
	overflow: hidden;
}

aside .section_text2 a{color: #FF9; text-decoration: none;}

main{
  display: grid;
  grid-template-columns: 80%;
  grid-template-rows: 130px auto auto; 
  justify-content: center;
  position: relative;
  grid-area: main;
  background-color: #73381a;
  box-shadow: inset 10px 10px 75px 25px rgba(0,0,0,0.75);
  grid-gap: 10px;
}

main .rec_name h2{text-align: center;}
main .rec_img img{position: absolute; left: 50%; transform: translateX(-50%);}
main .ingredients h3{align: left;}
main li{color: #FF9; line-height: 180%;}
main .directions p {color: #FF9; line-height: 140%; overflow: hidden;} 
main .directions a {color: #d79646; line-height: 140%; padding-left: 0px; padding-right: 0px;}


}

main .b_container{
	 padding-bottom: 1%; padding-top: 1%;}

main .b_container button {
    text-decoration: none;
	background: #73381a;
	box-shadow: inset 2px 2px 6px 7px rgba(0,0,0,0.75);
    color: #f8cb8c;
    border: 1px solid #d5d281;
	display: block;
	height: 30px;
    width: 130px;
	margin: 1% auto;
    font-weight: bold;
    font-style: italic;
	cursor: pointer;
	
}


main #bottom_right img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	object-position: right bottom;
}

main #bottom_left img{
	position: absolute;
	left: 0px;
	bottom: 0px;
	object-position: left bottom;
}

 

article {
  grid-area: article;
  background-color: #73381a;
  box-shadow: inset 10px 10px 75px 25px rgba(0,0,0,0.75);
  grid-gap: 10px;
}


article .section_nav2 h3{  
  margin: 0; 
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  background: #73381a;
  box-shadow: inset 5px 5px 32px 14px rgba(0,0,0,0.75);
  border-top: 2px solid #f5b44f;
  border-bottom: 2px solid #f5b44f;}

article .section_nav h3{  
  margin: 0; 
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  background: #73381a;
  box-shadow: inset 5px 5px 32px 14px rgba(0,0,0,0.75);
  border-top: 2px solid #f5b44f;
  border-bottom: 2px solid #f5b44f;}
footer {
   grid-area: footer;
   background-color: #73381a;
   box-shadow: inset 10px 10px 75px 25px rgba(0,0,0,0.75);
}

footer p{  
    font-family:'Bad Script', cursive;
    color: #f8cb8c;
    text-align: center;
    font-size: 16px;
	text-decoration: underline;
}

@media (max-width: 600px) {
  .container {
    grid-template-areas:
      "header"
	  "main"
      "aside"
      "article"
	  "footer";
    grid-template-columns: 1fr;
	grid-template-rows: auto;
	font-size: 13px;
   
  }
  
  header{ font-family:'Bad Script', cursive;
    color: #f8cb8c;
    text-align: center;
    font-size: 2rem;
}
 
.section_img img{width: 100%;}
main .ingredients{padding-top: 0px;}
main .direction_text p {padding-bottom: 15%;}
main #bottom_left{ margin-top: 5%;}
main #bottom_right{ margin-top:5%;}
article .section_img img{width: 100%;}
 }