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

html {
  position: relative;
  /* to place my signature absolutely bottom */
  min-height: 100%;
  /* to place my signature absolutely bottom */
  font-size: 62.5%;
  overflow-y: scroll;
  /* avoid page resizing when vertical scrollbar kicks in */
}

body {
  height: 100%;
  line-height: 1.5;
  font-size: 2rem;
  background: url("../images/giuseppe-argenziano-6rnN-G_N5Ok-unsplash.jpg");
  /* background-size: cover; it bugs on iOS */
  background-attachment: fixed;
  font-family: Avenir;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

h1 {
  font-family: "Dancing Script", cursive;
  font-size: 8rem;
  text-align: center;
  font-style: italic;
  letter-spacing: 1rem;
  color: #e4c4c6;
  margin: 7rem auto 0;
  font-weight: bold;
  background-color: #000000ab;
  width: 100%;
  text-shadow: -1px -1px 1rem #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

nav {
  margin: 5rem auto;
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

nav button {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5rem 3rem;
  margin: 0 1rem;
  background-color: #000000ab;
  line-height: 1;
  color: #cc9543;
  border: 0.2rem solid #cc9543;
  outline: none;
  border-radius: 0.5rem;
  transition: transform 0.3s ease-out;
}

nav button:hover {
  transform: translateY(-0.5rem);
  border-color: #e4c4c6;
  color: #e4c4c6;
}

nav button[class=activeButton]:hover {
  color: black;
}

.home {
  color: #e1c79a;
  font-family: "Dancing Script", cursive;
  border-radius: 0.5rem;
  border: 0.3rem solid #cc9543;
  border-left: none;
  border-right: none;
  padding: 2rem;
  font-size: 2.5rem;
  max-width: 80%;
  text-align: left;
  margin: 8rem auto;
  -webkit-backdrop-filter: blur(1.1rem);
          backdrop-filter: blur(1.1rem);
  transition: all 0.3s ease-out, opacity 1s ease;
}

.home:hover {
  background-color: rgba(0, 0, 0, 0.692);
}

.home span {
  color: #cc9543;
}

.home p:last-of-type span:last-child {
  /* last of type to select last element of certain type */
  color: #e4c4c6;
  font-weight: bold;
}

#old-woman-chef {
  border-radius: 50%;
  border-left: 0.3rem solid #cc9543;
  border-top: 0.3rem solid #cc9543;
  height: 15rem;
  width: 15rem;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 40% 40%;
     object-position: 40% 40%;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.menu {
  color: #e1c79a;
  font-family: "Dancing Script", cursive;
  border-radius: 0.5rem;
  border: 0.3rem solid #cc9543;
  border-left: none;
  border-right: none;
  padding: 2rem;
  font-size: 2.5rem;
  max-width: 60%;
  text-align: center;
  margin: 8rem auto;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  transition: opacity 1s ease, -webkit-backdrop-filter 0.7s ease-out;
  transition: backdrop-filter 0.7s ease-out, opacity 1s ease;
  transition: backdrop-filter 0.7s ease-out, opacity 1s ease, -webkit-backdrop-filter 0.7s ease-out;
}

.menu ul {
  list-style-type: none;
}
.menu ul li:last-child {
  margin-bottom: 3rem;
}

.menu h2 {
  position: relative;
  color: #cc9543;
  letter-spacing: 0.5rem;
}

.menu h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 0.3rem;
  background-color: #cc9543;
  z-index: -1;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.menu h3 {
  line-height: 1.2;
  margin-top: 1rem;
}

.menu p {
  line-height: 1.2;
}

.contact {
  color: #e1c79a;
  font-family: "Dancing Script", cursive;
  border-radius: 0.5rem;
  border: 0.3rem solid #cc9543;
  border-left: none;
  border-right: none;
  padding: 2rem;
  font-size: 2.5rem;
  max-width: 60%;
  text-align: center;
  margin: 8rem auto;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  transition: opacity 1s ease, -webkit-backdrop-filter 0.7s ease-out;
  transition: backdrop-filter 0.7s ease-out, opacity 1s ease;
  transition: backdrop-filter 0.7s ease-out, opacity 1s ease, -webkit-backdrop-filter 0.7s ease-out;
}
.contact .map {
  margin-top: 3rem;
}
.contact .map iframe {
  width: 60%;
  aspect-ratio: 1/1;
}
.contact .map p {
  text-align: center;
}
.contact h2 {
  color: #cc9543;
}
.contact p {
  font-family: avenir;
  font-size: 2rem;
  text-align: left;
}
.contact p i {
  margin: 0 1rem;
  color: #cc9543;
}
.contact-links {
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-shrink: 1;
}
.contact-links p {
  margin: 1rem 0;
  text-align: center;
}
.contact .p-goodbye {
  text-align: center;
  font-family: "Dancing Script", cursive;
  letter-spacing: 0.5rem;
  margin-bottom: 2rem;
}
.contact a {
  color: #cc9543;
}

.signature {
  position: absolute;
  display: inline-block;
  padding: 1rem;
  font-size: 1.5rem;
  white-space: pre;
  color: #e4c4c6;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 1rem #3a1b1d;
}

.activeButton {
  border-color: #e4c4c6;
  background-color: #e4c4c6;
  color: black;
}

.fade {
  opacity: 0;
}

@media (max-width: 600px) {
  html {
    font-size: 45%;
  }

  .contact .map iframe {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */