/* Main */
html {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fffcfd;
  font-size: small;
  font-weight: 300;
}

/* Shadow styles */
.shadow-box {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flavour-menu {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0px 20px 0px 20px;
}

/* Text */
h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  margin-block-start: 0px;
  margin-block-end: 0.7rem;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

h3 {
  font-family: "Roboto", sans-serif;
}

.regular-text {
  font-size: 1.2rem;
}

.large-text {
  font-size: 1.3rem;
  font-weight: 400;
}

.extra-large-text {
  font-size: 2rem;
  font-weight: 400;
}

button .extra-large-icon {
  font-size: 3rem;
  font-weight: 400;
}

.extra-extra-large-text {
  font-size: 4rem;
  font-weight: 600;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.line-height-large {
  line-height: 1.5;
}

.text-justified {
  text-align: justify;
}

.text-centered {
  text-align: center;
}

.auto-margins {
  margin-top: auto;
  margin-bottom: auto;
}

.flip {
  transform: rotate(180deg);
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.text-outline {
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.white-text {
  color: #fff;
}

.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

/* Components */
/* Header */
header img {
  max-inline-size: 400px;
  display: block;
}

.header {
  display: flex;
  justify-content: space-between;
}

.social-media-icon {
  width: 50px;
  height: 50px;
  margin-top: 2vw;
  margin-right: 2vw;
}

.social-media-icon-footer {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Footer */
footer img {
  object-fit: contain;
  /* height: 100%; */
  max-inline-size: 330px;
}

/* Full width text */
.full-width-text {
  margin: 40px 15vw 40px 15vw;
}

/* Text image container */
.text-image-flex-container {
  display: flex;
  flex-flow: row wrap;
  column-gap: 100px;
  margin: 40px 15vw 20px 15vw;
}

.text-image-flex-container-small-top-margin {
  margin-top: 20px;
}

.reverse {
  flex-direction: row-reverse;
}

.text-image-flex-item {
  flex: 300px;
}

.text-image-flex-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Cake card */
.cake-card-container {
  display: flex;
  flex-flow: row wrap;
  column-gap: 100px;
  margin: 40px 3vw 40px 3vw;
  justify-content: space-evenly;
}

.cake-card {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin: 200px 20px 20px 20px;
  min-height: fit-content;
  flex: 100px;
  background-color: #fff;
}

.cake-card h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  margin-block-end: 15px;
}

.cake-card-lines {
  border: 5px solid #ffc2e5;
}

.cake-card-link {
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 10px 0px 0px 0px;
  border-radius: 10px;
  display: inline-block;
}

.cake-card-image {
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  inline-size: 300px;
  block-size: auto;
  max-inline-size: revert;
}

.cake-card-text {
  color: #fff;
  padding: 20px 50px 30px 50px;
  font-size: 1.3rem;
  text-align: center;
}

/* Image cotainer */
.container {
  display: grid;
  margin: 40px 15vw 40px 15vw;
  gap: 30px;
}

.container img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: 50% 50%;
}

.container figure {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 50%;
}

/* Form */
form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

label {
  font-size: 1.2rem;
}

.form div {
  color: #555;
}

#submit-button {
  background-color: #ffc2e5;
  padding: 10px 10px 10px 10px;
  margin: 20px 0px 20px 0px;
  border-radius: 10px;
  font-size: 1.2rem;
  border-color: #ffc2e5;
  border-style: none;
  border-bottom: 1px solid #ffc2e5;
}

#submit-button:hover {
  border-bottom: 1px solid black;
}

iframe {
  width: 450px;
  height: 350px;
}

#form-submit {
  font-size: 1.2rem;
}

/* Cakes to order gallery */
.order-container {
  background-color: white;
  margin: 40px 15vw 40px 15vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.image-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 10px 0px;
}
.image-gallery img {
  width: 18%;
  cursor: pointer;
  border: 2px solid transparent;
}

.image-gallery img.selected {
  border: 2px solid black;
}
.main-image {
  position: relative;
}
.main-image img {
  width: 100%;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 50%;
}
.arrow-left {
  left: 0;
}
.arrow-right {
  right: 0;
}
.details {
  text-align: left;
}
.details-text {
  margin: 0px 0px 30px 0px;
}
.details-text p:last-of-type {
  margin-bottom: 40px;
}

.details h1 {
  margin: 0;
  font-size: 24px;
}

.details .price {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #888;
  margin-top: 10px;
}

.details p {
  margin-top: 20px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .container {
    flex-direction: row;
  }
  .details {
    text-align: left;
  }
}

.small-image {
  width: 200px;
}

/* Flavours menu */
.flavour-image {
  max-width: 400px;
  margin-bottom: -6px;
  padding-bottom: 0px;
}

.outline {
  border: 2px solid black;
}

.padding {
  padding-left: 40px;
  padding-right: 40px;
}

.page-heading {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

.centered {
  justify-content: center;
  align-items: center;
}

.about-img-flex {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.about-img-2-flex {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.flex {
  display: flex;
  flex-direction: column;
}

p {
  margin-block-start: 5px;
  font-size: 1.2rem;
}

.material-symbols-outlined {
  align-self: center;
  vertical-align: middle;
}

ul {
  display: block;
  padding-inline-start: 0px;
}

li {
  font-size: 1.2rem;
  list-style-type: none;
  display: inline;
  padding-inline: 1rem;
}

.bullet-list {
  display: block;
  list-style-type: disc;
  padding-inline-start: 1rem;
}

.bullet-list-item {
  list-style-type: disc;
  padding-inline: 1rem;
  display: list-item;
}

img {
  max-inline-size: 100%;
  block-size: auto;
}

.footer-image {
  margin-bottom: -6px;
}

.footer-link {
  margin-bottom: 8px;
  text-align: center;
}

footer {
  max-width: 100lvw;
  position: relative;
  left: 50%;
  right: 50%;
  bottom: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: -50vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.follow-me-column {
  margin-right: 100px;
  margin-top: 20px;
}

.follow-me-row {
  display: flex;
  flex-direction: row;
}

.copyright {
  min-width: 800px;
}

.follow-me-row a {
  border-bottom: 1px solid #ffc2e5;
  margin-top: 10px;
  margin-right: 5px;
}

.seperator {
  border-left: 1px solid #000;
  height: 14px;
  margin-top: 12px;
  margin-right: 5px;
}

.social-media-icon-footer {
  border-bottom: 1px solid #ffc2e5;
}

.logo-footer {
  border-bottom: 1px solid #ffc2e5;
}

.logo-footer:hover {
  border-bottom: 1px solid #ffc2e5;
}

.social-media-icon-footer-container a:hover {
  border-bottom: 1px solid #ffc2e5;
}

.full-width {
  max-width: 100lvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: inherit;
}

.about-page {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

footer ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

footer div {
  display: flex;
  flex-direction: column;
}

footer div p {
  margin-left: 20px;
}

.light-background {
  background-color: #fffcfd;
}

.pink-background {
  background-color: #fff2f9;
}

.pink-background-wide {
  background-color: #fff2f9;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.dark-pink-background {
  background-color: #ffc2e5;
}

.very-dark-pink-background {
  background-color: #e01288;
}

.info,
.about {
  max-width: 100lvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: row;
}

.about-page-info {
  max-width: 100lvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: row;
}

.about-page-info-2 {
  max-width: 100lvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: row-reverse;
}

.call-to-action {
  max-width: 100lvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: row;
  border-top: 5px solid #ffc2e5;
  border-bottom: 5px solid #ffc2e5;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.call-to-action h2 {
  text-align: center;
  margin-top: 0.7rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  margin-block-start: 0px;
  margin-block-end: 0.7rem;
}

#contact-link {
  background-color: #ffc2e5;
  padding: 10px 30px 10px 30px;
  margin: 0px 0px 20px 0px;
  border-radius: 10px;
  font-weight: 400;
}

#hero-contact-link {
  background-color: #ffc2e5;
  padding: 10px 30px 10px 30px;
  margin: 0px 0px 20px 2vw;
  border-radius: 10px;
}

.button {
  background-color: #ffc2e5;
  border-radius: 10px;
  border: none;
  padding: 10px 30px 10px 30px;
  margin: 5px 20px 5px 0px;
  font-weight: 400;
  font-size: 1.2rem;
}

#contact-link-small {
  background-color: #ffc2e5;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 20px 0px;
  border-radius: 10px;
  font-size: 1lvw;
}

#contact-link:active {
  background-color: rgb(255, 163, 179);
}

.about {
  margin-top: 20px;
  margin-bottom: 20px;
}

#changing-image {
  border-radius: 30px;
  height: 100%;
  width: 400px;
}

.info div {
  margin: 6lvw 16lvw 40px 7lvw;
}

.about-page-info img {
  border-radius: 30px;
  height: 100%;
}

.about-page-info-2 img {
  border-radius: 30px;
  height: 100%;
}

.about-text-flex {
  margin: 40px 120px 40px 220px;
}

.about-text-2-flex {
  margin: 40px 220px 40px 120px;
}

.about-page-info-2 div {
  margin: 40px 220px 40px 120px;
}

.about div {
  margin: 22lvw 0lvw 40px 10.5lvw;
}

.info div p,
.about div p {
  text-align: justify;
}

.about-page-info p {
  text-align: justify;
}

.about-page-info-2 p {
  text-align: justify;
}

.xl {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 6.7lvw;
  position: absolute;
  margin: 5.5lvw 10lvw 40px 10lvw;
}

.about img {
  border-radius: 30px;
  height: 100%;
  width: 30lvw;
  margin: 40px 10lvw 40px 40px;
}

.hero-text {
  max-width: 1vw;
  font-size: 10vw;
  margin: 0;
  margin-bottom: 4vw;
  line-height: 10vw;
  font-family: "Oswald", sans-serif;
}

.full-width {
  max-width: 100lvw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.opaque {
  opacity: 1;
}

.hero-image {
  width: 100lvw;
  object-fit: cover;
  object-position: 50% 37%;
  position: absolute;
  z-index: -1;
  max-height: 100lvh;
}

.text-overlay {
  padding-block-start: 13vw;
  padding-inline-start: 4vw;
  height: fit-content;
  min-height: 32vw;
}

/* Link styles */
a {
  outline: none;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #fffcfd;
}

p a {
  border-bottom: 1px solid;
}

footer ul a {
  border-bottom: 1px #ffc2e5;
}

header a:hover {
  border-bottom: none;
}

#menu_button:hover {
  border-bottom: 1px solid transparent;
}

.header a {
  border-bottom: 1px transparent;
}

.header a:focus {
  border-bottom: none;
}

a:focus,
a:hover,
a:active {
  border-bottom: 1px solid;
}

a:focus {
  background-color: #ffc2e5;
}

details a:hover {
  border-bottom: 1px solid #fffcfd;
}

.product-link-heading h2 {
  border-bottom: 1px solid #fff;
  width: fit-content;
}

.product-link-heading:hover h2 {
  border-bottom: 1px solid #000;
}

.product-link-heading:focus h2 {
  background-color: #ffc2e5;
  border-bottom: 1px solid #000;
}

/* Navigation menu */
#nav {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 300;
}

#nav a {
  outline: none;
  text-decoration: none;
  font-size: 1.5rem;
}

#menu_button {
  margin-top: 20px;
  margin-bottom: 19px;
}

#menu_icon {
  font-size: large;
}

.question .question-icon {
  font-size: large;
}

#arrow-icon {
  font-size: large;
}

/* Product page */
.product {
  background-color: white;
  margin: 40px 15vw 40px 15vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.product-item {
  flex-basis: 200px;
}

.product-image {
  height: 300px;
  margin: 0px;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
}

.product-image-main {
  max-height: 300px;
}

.product-image-link:hover {
  border-bottom: 1px solid #fff;
}

/* Menu button and logo layout */
@media (max-width: 1023px) {
  header img {
    display: block;
  }
  #menu_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #menu_items.is-active {
    flex: 100%;
  }
  ul.nav {
    display: none;
    padding-left: 0px;
    margin-top: 0px;
  }
  ul.is-active {
    display: block;
  }
  li.nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15rem;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 1024px) {
  #menu_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #menu_button {
    display: none;
  }
}

/* Collumn layout */
@media (max-width: 768px) {
  header img {
    max-inline-size: 200px;
  }
  .container {
    grid-template-columns: 1fr;
  }
  .info {
    flex-direction: column;
  }
  .info div {
    margin: 0px 80px 40px 80px;
  }
  .about-page-info {
    flex-direction: column;
    align-items: center;
  }
  .about-text-flex {
    margin: 40px 80px 40px 80px;
  }
  .about-text-2-flex {
    margin: 40px 80px 40px 80px;
  }
  .about-page-info img {
    width: 50lvw;
  }
  .about-img-flex {
    margin: 0px 20px 40px 20px;
  }
  .about-img-2-flex {
    margin: 40px 20px 0px 20px;
  }
  .about-page-info-2 {
    flex-direction: column;
    align-items: center;
  }
  .about-page-info-2 div {
    margin: 40px 80px 40px 80px;
  }
  .about-page-info-2 img {
    margin: 0px 20px 40px 20px;
    width: 50lvw;
  }
  .about div p {
    font-size: 1.2rem;
  }
  .italic {
    font-size: 1.2rem;
  }
  .cake-card-container {
    flex-direction: column;
  }
  .logo-footer {
    margin-left: auto;
    margin-right: auto;
  }
  #contact-link-small {
    background-color: #ffc2e5;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
    font-size: 1rem;
  }
  .flavour-image {
    max-width: 50vw;
  }

  .text-image-flex-item p {
    margin-top: 0px;
  }

  .text-image-flex-item {
    margin-bottom: 20px;
  }

  iframe {
    width: 90%;
  }
  .social-media-icon {
    height: 30px;
    width: 30px;
  }

  footer img {
    max-inline-size: 200px;
  }

  footer {
    flex-direction: column;
  }
  footer div p {
    margin-left: auto;
    margin-right: auto;
  }
  footer div {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .copyright {
    min-width: 0px;
  }

  .follow-me-column {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .follow-me-row {
    margin-left: auto;
    margin-right: auto;
  }
  .faq-question h3 {
    font-size: 1.2rem;
  }
  .cake-card-text a {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .full-width-text {
    margin: 40px 5vw 40px 5vw;
  }
  .text-image-flex-container {
    margin: 40px 5vw 20px 5vw;
  }
  .order-container {
    margin: 40px 5vw 40px 5vw;
  }
  .info,
  .about {
    max-width: 100lvw;
    left: 45%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .about img {
    margin-right: 10px;
  }
  .about div {
    margin-left: 60px;
  }
  .xl {
    margin-left: 60px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  header img {
    max-inline-size: 300px;
  }
  .container {
    grid-template-columns: 1fr 1fr;
  }
  .info {
    flex-direction: column;
  }
  .info div {
    margin: 0px 80px 40px 80px;
  }
  .about-page-info {
    flex-direction: column;
    align-items: center;
  }
  .about-text-flex {
    margin: 40px 80px 40px 80px;
  }
  .about-text-2-flex {
    margin: 40px 80px 40px 80px;
  }
  .about-page-info img {
    width: 50lvw;
  }
  .about-img-flex {
    margin: 20px;
  }
  .about-img-2-flex {
    margin: 20px;
  }
  .about-page-info-2 {
    flex-direction: column;
    align-items: center;
  }
  .about-page-info-2 div {
    margin: 40px 80px 40px 80px;
  }
  .about-page-info-2 img {
    margin: 20px;
    width: 50lvw;
  }
  .cake-card-container {
    flex-direction: column;
  }
  #contact-link-small {
    background-color: #ffc2e5;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .text-image-flex-item p {
    margin-top: 0px;
  }

  .text-image-flex-item p,
  .about div p,
  .about-me-link,
  .cake-card-text,
  .faq-answer p,
  .form label,
  .product-link,
  #contact-link,
  #hero-contact-link,
  .footer-link {
    margin-top: 0px;
    font-size: 1.3rem;
  }

  .footer-link:first-of-type {
    margin-top: 20px;
  }

  .cake-card-text a {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .faq-question h3 {
    font-size: 1.3rem;
  }

  .text-image-flex-item {
    margin-bottom: auto;
  }

  .social-media-icon {
    height: 40px;
    width: 40px;
  }

  footer img {
    max-inline-size: 250px;
  }

  .cake-card-image {
    inline-size: 300px;
  }

  .small-right-margin {
    margin-right: auto;
  }

  .small-left-margin {
    margin-left: auto;
  }

  .full-width-text {
    margin: 40px 10vw 40px 10vw;
  }

  .text-image-flex-container {
    margin: 40px 10vw 20px 10vw;
  }

  .order-container {
    margin: 40px 10vw 40px 10vw;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  header img {
    max-inline-size: 300px;
  }
  .container {
    grid-template-columns: 1fr 1fr;
  }
  .info {
    flex-direction: column;
  }
  .info div {
    margin: 0px 80px 40px 80px;
  }
  .about-page-info {
    flex-direction: column;
    align-items: center;
  }
  .about-text-flex {
    margin: 40px 80px 40px 80px;
  }
  .about-text-2-flex {
    margin: 40px 80px 40px 80px;
  }
  .about-page-info img {
    width: 50lvw;
  }
  .about-img-flex {
    margin: 20px;
  }
  .about-img-2-flex {
    margin: 20px;
  }
  .about-page-info-2 {
    flex-direction: column;
    align-items: center;
  }
  .about-page-info-2 div {
    margin: 40px 80px 40px 80px;
  }
  .about-page-info-2 img {
    margin: 20px;
    width: 50lvw;
  }

  #contact-link-small {
    background-color: #ffc2e5;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .text-image-flex-item p,
  .about div p,
  .about-me-link,
  .faq-answer p,
  .form label,
  .product-link,
  #contact-link,
  .footer-link {
    margin-top: 0px;
    font-size: 1.3rem;
  }

  .bullet-list-item {
    font-size: 1.2rem;
  }

  .cake-card-text a {
    font-size: 1.2rem;
    font-weight: 400;
  }

  #hero-contact-link {
    font-size: 1.8rem;
  }

  .text-image-flex-item {
    margin-bottom: auto;
  }

  .social-media-icon {
    height: 40px;
    width: 40px;
  }

  footer img {
    max-inline-size: 250px;
  }

  .faq-question h3 {
    font-size: 1.4rem;
  }
  .cake-card-image {
    inline-size: 300px;
  }

  .footer-link:first-of-type {
    margin-top: 20px;
  }

  .small-right-margin {
    margin-right: 80px;
  }

  .small-left-margin {
    margin-left: 80px;
  }
}

@media (min-width: 1281px) {
  .container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .info img {
    max-width: 40lvw;
  }
  .about-page-info img {
    max-width: 40lvw;
    border-radius: 30px;
    height: 100%;
    width: 30lvw;
  }
  .about-img-flex {
    margin: 40px 220px 40px 0px;
  }
  .about-img-2-flex {
    margin: 40px 0px 40px 220px;
  }
  .about-page-info-2 img {
    max-width: 40lvw;
    border-radius: 30px;
    height: 100%;
    width: 30lvw;
  }
  .info img {
    border-radius: 30px;
    height: 100%;
    width: 30lvw;
    margin: 40px 90px 40px 210px;
  }
  .text-image-flex-item p,
  .about div p,
  .about-me-link,
  .cake-card-text p,
  .bespoke-cakes-text p,
  .faq-answer p,
  .form label,
  .product-link,
  #contact-link,
  .footer-link,
  .bullet-list-item,
  .cookie-banner p {
    font-size: 1.5rem;
  }

  .footer-link:first-of-type {
    margin-top: 20px;
  }

  .cake-card-text a {
    font-size: 1.2rem;
    font-weight: 400;
  }

  #hero-contact-link {
    font-size: 2rem;
  }
  .faq-question h3 {
    font-size: 1.5rem;
  }
  .cake-card-image {
    inline-size: 300px;
  }

  .small-right-margin {
    margin-right: 100px;
  }

  .small-left-margin {
    margin-left: 100px;
  }
}

/* Image hover effect */
.hover-img {
  background-color: #fffcfd;
  color: #fff;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hover-img * {
  box-sizing: border-box;
}

.hover-img img {
  vertical-align: top;
  max-width: 98%;
  max-height: 97%;
  backface-visibility: hidden;
  padding: 2px;
  margin-top: 5px;
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: 1lvw;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.1em;
  opacity: 1;
  text-shadow: 1px 1px 5px black, 1px 1px 10px black;
}

.hover-img figcaption.expand {
  right: 20px;
  align-items: end;
  justify-content: flex-start;
}

.hover-link:focus,
.hover-link:hover {
  text-decoration: none;
  border-bottom: none;
  background-color: #fffcfd;
}

.hover-link:hover img {
  text-decoration: none;
  border-bottom: none;
  background-color: black;
  padding: 0px;
  border: 2px solid black;
  border-radius: 15px;
  outline: 4px solid pink;
}

.hover-link:focus img {
  text-decoration: none;
  border-bottom: none;
  background-color: black;
  padding: 0px;
  border: 2px solid black;
  border-radius: 15px;
  outline: 4px solid pink;
}

.faq {
  margin-bottom: 20px;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  background: #f4f4f4;
  border-bottom: 1px solid #333;
}

.faq-question h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.faq-toggle {
  font-size: 1.5em;
}

.faq-answer {
  display: none;
  padding: 20px;
  background: #fff;
  text-align: left;
}

.cake-card-text h2 {
  margin-top: 0px;
}

.faq-image {
  width: 200px;
}

.about-me-image {
  max-width: 350px;
}

/* Lightbox */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery img {
  max-width: 200px;
  cursor: pointer;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
  z-index: 1000; /* High z-index to ensure lightbox is above all other elements */
}

#lightbox[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

#lightboxImage {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain; /* Ensures the image maintains its aspect ratio */
  transition: transform 0.3s ease; /* Smooth zoom transition */
}

#lightboxClose,
#prevImage,
#nextImage,
#zoomIn,
#zoomOut {
  position: absolute;
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1010; /* Ensure buttons are on top of the image */
}

#lightboxClose {
  top: 10px;
  right: 10px;
}

#prevImage {
  left: 10px;
}

#nextImage {
  right: 10px;
}

#zoomIn {
  bottom: 10px;
  right: 60px;
}

#zoomOut {
  bottom: 10px;
  right: 10px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.cakes-to-order {
  margin: 0px 67.5px 0px 67.5px;
}
