@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
}

h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Allergy Warnings on Menu */
.allergies span{
 border: 2px solid black;
 margin-right: 10px;
 border-radius: 50%;
 padding: 5px;

}

.allergies span:hover{
  background-color: black;
  color: white;
}

.allergies{
  margin-bottom: 10px;
}

span {
  font-family: "Acme", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* End of Allergy Warnings on Menu */

p {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



body {
  font-family: 'Poppins', sans-serif;
  background-color: #fdf4e3;
}


.webLayout {
  background-color: white;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  background-color: rgb(232, 237, 225);
  padding-top: 25px;
  padding-bottom: 50px;
}

/* .card-body{
  background-color: red;
} */


.footerUpperLayer {
  background-image: url("../images/footerDesign.png");
  height: 15px;
  width: 100%;
  background-size: 30px 15px;
  background-repeat: repeat-x;
  background-position-y: 2px;
  padding-bottom: 17px;
  padding-top: 0;
  margin-top: -2px;
}
.footer {
  background-color: rgb(132, 191, 132);
  height: 30vh;
}

.grid-template-row1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.grid-template-row {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}

.footer-list {
  display: flex;
  justify-content: space-around;
}

.footer-list li {
  list-style-type: none;
}

.grid-template-columns-copyright {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.grid-template-columns {
  font-family: "New Amsterdam", sans-serif;
  font-weight: 2;
  font-style: normal;
}

.modelForm {
  font-size: 25px;
  margin-left: 5%;
}
.modelForm label {
  display: block !important;
  font-weight: bold;
}
.modelForm select {
  width: 95%;
  padding: 4px;
  border: 1px solid black;
  border-radius: 10px;
}
.modelForm input {
  width: 95%;
  padding: 4px;
  border: 1px solid black;
  border-radius: 10px;
}

.modal-title {
  font-size: 20px !important;
  text-align: center !important;
}

.modal-content {
  background-color: red;
  width: 100% !important;
  height: auto !important;
}

.model-dialog {
  padding-top: 0 !important;
}

.btnSubmit {
    margin-top: 20px;
    width: 95%;
  }  

.textContainer {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.recipesContainer{
  display: grid;
  width: 100%;
  min-height: auto;
  height: auto;
  /* border: 2px solid black; */
  box-shadow: -1px -2px 21px -10px rgb(73, 173, 73);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 30px;
}

.recipe{
  border: 1px solid red;
  text-align: center;
  font-size: 18px;
  padding: 4%;
}

.card-img-top{
  width: 100%;
  height: 450px;
  border-bottom: #8F8F8F solid 1px;
}

.logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.reserve{
  background-color: white;
  color: var(--bs-nav-link-color);
  border: none;
  margin-top: 7px;
}

.menu-font-decoration{
  text-decoration: none; 
  color: black;
}

.menu-font-decoration:hover{
  color: green;
}

/* START FOOTER */

.footerUpperLayer {
  background-image: url("../images/footerDesign.png");
  height: 15px;
  width: 100%;
  background-size: 30px 15px;
  background-repeat: repeat-x;
  background-position-y: 2px;
  padding-bottom: 17px;
  padding-top: 0;
  margin-top: -2px;
}
.footer {
  /* background-color: #2bc96d;
    background-image: linear-gradient(220deg, #d3d3d3 54%, #2bc96d 84%); */
  background-color: rgb(132, 191, 132);
  height: auto;
}

.footer-link-style {
  text-decoration: none; 
  color: black;
}

.footer-hover-color:hover{
  color: green;
}

.grid-template-row1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  height: auto;
  justify-items: center;
}

.grid-template-headcolumns{
  border: 1px solid;
}

.footerPTag{
  text-align: justify;
  width: 300px;
  padding-top: 15px;
}
.grid-template-row {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  padding-top: 20px;
}
.grid-template-columns-copyright {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: rgb(46, 143, 46);
  height: 100px;
  padding-top: 30px;
  font-size: 20px;
}

.grid-template-columns {
  font-family: "New Amsterdam", sans-serif;
  font-weight: 2;
  font-style: normal;
}

/* END OF FOOTER */

@media screen and (min-width: 300px) and (max-width: 800px){
  .recipesContainer{
    grid-template-columns: 1fr;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: auto !important;
    padding-top: 6% !important;
    width: 100%;
    max-width: none !important;
    min-width: none !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .grid-template-row1{
    grid-template-columns: 1fr;
  }
  .grid-template-row1 div{
    border-bottom: 1px solid rgb(39, 37, 37);
    padding: 10px;
  }
  .recipesContainer{
    display: grid;
    width: 100%;
    min-height: auto;
    height: auto;
    /* border: 2px solid black; */
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    grid-gap: 20px;
    padding: 20px;
  }
  .card-img-top{
    height: 425px;
  }
}

@media (min-width: 500px) and (max-width: 876px) {
  .grid-template-row1{
    grid-template-columns: 1fr;
  }
  .grid-template-row1 div{
    border-bottom: 1px solid rgb(39, 37, 37);
    padding: 10px;
  }
  .recipesContainer{
    display: grid;
    width: 100%;
    min-height: auto;
    height: auto;
    /* border: 2px solid black; */
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    grid-gap: 40px;
    padding: 40px;
  }
  .card-img-top{
    height: 325px;
  }
}