html, body{
  margin: 0;
  padding: 0;
  
}


nav{
  text-align: center;
  width:100%;
}
.homePage{
  background-image: url(photos/vegetalienne.svg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.reservationPage{
  text-align: center;
  align-items: center;
}

input{
  flex: auto;
 
  padding: 0.5rem;
  border-radius: 10px;
  border: 1px solid black;
  width:50%;
  height:30px;
  
  
}

input, textarea, button{
  background-color: rgba(252, 234, 217, 0.9); 
  
  font-size: 1em; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  font-family: 'Georgia', serif; 
}




textarea{
  width:47.3%;
  font-size: 20px;
  padding: 16px;
  border-radius: 10px;
}

input:focus-within{
  outline:none;
  border-color: rgba(64, 158, 64);
  border-width: 1px;
}

textarea:focus-within{
  outline:none;
  border-color: rgba(64, 158, 64);
  border-width: 1px;
}

button{
  padding: 0.5rem 1rem;
  width: 53%;
  border-radius: 10px;
  border: 1px solid black;
  background-color: #cdb09e;
  color: white;
  font-size: 20px;
}

button:hover{
  opacity: 0.8;
  cursor: pointer;
}

.reservationForm{
  position:relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.form{
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%; 
  align-items: center;
  display: flex;
  flex-direction: column; 
  gap: 10px; 
  border-radius: 10px; 
}

#reservationImage{
  
  width: 100%;
  height: 100%;
}

div.referencePage{ 
  border: 1.5px dashed black; 
  padding: 10px;
  margin-bottom: 5rem;
}

.citations {
  display: grid;
  grid-template-columns: 1fr 3fr; 
  gap: 1rem; 
  align-items: start; 
}

.description {
  font-weight: bold; 
  margin-top: 3rem;
  font-size: 20px;
  font-style: italic;
  color: rgb(61, 61, 5);
}

.citation {
  word-wrap: break-word; 
  overflow-wrap: break-word; 
}

a {
  color: rgb(14, 146, 47); 
  text-decoration: underline;
}

@media (max-width: 768px) {
  .citations {
    grid-template-columns: 1fr; 
    gap: 0.5rem; 
  }

  .description {
    margin-bottom: 0.5rem; 
  }
}




.approachPage {
 /* background: 
    linear-gradient(white 65%, transparent 35%), Top half white, img bottom
    url(photos/approachImage.svg) no-repeat bottom; 
    margin: 0; */
  background-color: white;  
  height: 100vh; /* Full height */
  

}

#approachImage{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
}

.approachText{
  margin-left: 5rem; 
  margin-right: 13rem;
}

#logo{
  font-size: 130px;
  margin-top: 200px;
  color: #f7f3e0;
  font-family:"Lovers Quarrel", Times, serif;
  text-shadow: 3px 3px 4px #00000054;
} 
.cedarville-cursive-regular {
  font-family: "Cedarville Cursive", serif;
  font-weight: 400;
  font-style: normal;
}
.lovers-quarrel-regular {
  font-family: "Lovers Quarrel", serif;
  font-weight: 100;
  font-style: normal;
}


#approachHeading{
  font-size: 50px;
  color:rgb(3, 31, 31);
  margin-bottom: 10px;
  margin-top: 3rem;
}

body, .approachPage{
  font-family: 'Georgia', serif;
  color: rgb(43, 46, 44);
  margin: 0;
}
.preparationHeading{
  font-size: 36px;
  font-style: italic;
  margin-bottom: 20px;
}

#preparationText{
  display: flex;
  flex-direction: column;
  gap:2rem;
  margin-right: 5rem;
 
}
.step{
  display:flex;
  align-items: flex-start; /*align top numbs*/
  gap:1.5rem;
}

.number{
  font-size: 64px;
  color: olive;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}


.text strong{
  font-size: 24px;
  font-style: italic;
  color: olive;
}

#approachMessage{
  font-size: 24px;
  font-style: italic;
 
  text-align: right;
 
}
.text p{
  font-size: 16px;
  margin: 0.5rem 0;
  line-height: 1.6;
}



/*sustainability page (still on approachPage */
.sustainabilityPage{
  margin-top: 0rem;
  display: flex;
  justify-content: space-between;

}
.textLeft, .textRight{
  flex: 1;
}
.textLeft p, .textRight p{
  margin-bottom: 6rem; /* vertical space between each p element */
}
.textLeft h3{
  margin-bottom: 3rem;
  font-size: 20px;
}
.textLeft{
  text-align: right;
  margin-left: 5rem;
}
.textRight{
  margin-right: 5rem;
}
.centerImage{
  margin-left: 4rem;
  margin-right: 4rem;
}
.sustainabilityHeading{
  font-size: 36px;
  font-style: italic;
  margin-top: 20px;
  
}

/* Menu Page */
#menuImage{
  width: 100%;
  margin-bottom: 3rem;
}

.menuPage{
  display: flex;
  justify-content: space-between;
  margin: 5rem;
  margin-top: 0;
}

.menuPage h1{
  font-family: 'Georgia', 'Times New Roman', 'Times', serif;
  font-style: italic;
  color: rgb(10, 61, 36);
  margin-bottom: 2rem;
}

.menuHeading{
  font-size: 20px;
  font-style: italic;
  display:flex;
  margin-left:5rem;
  margin-right: 5rem;
  justify-content: space-between;
  align-items: left;
  
}

.menuPage h3{
  text-transform: uppercase;
  width:90%
}

.menuPage p{
  font-size: 15px;
  width: 80%;
  font-style: italic;
}

.meals{
  margin-right: 1rem;
}
/* Restaurant Page */
#restaurantImage{
  width: 40%;
  display: flex;
  float: left;
  margin-left: 70px;
  border-radius: 32px;
  margin-top: 5rem;
}
.restaurantPage h1{
  font-size: 50px;
}

#womanImage{
  width: 30%;
  display: flex;
  margin-bottom: 5rem;
  margin-right: 10rem;
  border-radius: 32px;
}
/* Contact Page */
#contactImage{
  width: 100%;
  margin-bottom: 0;
}
.contactPage{
  display: flex;
  flex-direction: column;
  align-items: center; /* The differnce between align-items and align-content is crazy!! */
  text-align: center;
  
  background-color: rgba(218, 218, 218, 0.2); /* 95aed5 */
}

.topRow{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5rem;
  margin-top: 2rem;
}
.bottomRow{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}
.topRow div, .bottomRow div{
  text-align: center;
  flex: 1;
  padding: 0 10px;
}

.contactPage h2{
  margin: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}



.contactPage p{
  margin: 5px 0 0;
  font-size: 1em;
}


/* map and time section on contact page*/
.mapPage{
  padding:10rem;
  padding-top: 8rem;
  display:flex;
  flex-direction:row;
  justify-content: space-between;
}
.openingTimes{
  display:inline;
  float:left;
  margin-right:10rem;
  min-width: 40%;
}

.map{
  margin-bottom:4rem;
}

.times{
  padding:0;
  display: flex;
  justify-content: space-between;
  width:100%;
  gap: 1rem;
}
/* Nav bar stuff*/
ul{
  list-style-type:none;
  background-color: rgba(218, 218, 218, 0.2); /* 95aed5 */
  padding:0;
  margin: 0;
  
}
  
li{
  display:inline-block;
  position:relative;
}
 
  /* anchor in list elemetnt*/
li a{
  text-decoration:none;
  color:#023320;
  font-size:1.3em;
  padding:1em;
  display: inline-block;
}
  
li a.exclude{
  font-size: 1.3em;
  
  color: #131002;
  font-family:"Lovers Quarrel", Times, serif;
}
  /* when hover anchor in li, itll change color */
li a:hover{
  background-color:#2f6cb7a4;
}

.dropdownMenu{
  text-align: left;
  display: none;
  position: absolute;
  background-color: rgb(255, 255, 255);
  list-style-type: none;
  padding:0;
  margin: 0;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 100;
}

.dropdownMenu li{
  display: block; /* stacking options*/
}

.dropdownMenu li a{
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #021b12;
}

.dropdown:hover .dropdownMenu{
  display: block;
}