@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5rDDOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5LDfOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_qE6GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Coustard';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/coustard/v17/3XFpErgg3YsZ5fqUU9UP.ttf) format('truetype');
}
@font-face {
  font-family: 'Coustard';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/coustard/v17/3XFuErgg3YsZ5fqUU-2LkEHm.ttf) format('truetype');
}
:root {
  --mobile: 'only screen and (max-width: 1024px)';
  --ipad: 'only screen (max-device-width: 1024px)';
  --logo: 'Coustard',serif;
  --bodyfont: 'Cormorant Garamond',serif;
  --headline: 'Cormorant Garamond',serif;
  --headings: 'Coustard',serif;
  --primary-clr: #9d2828;
  --secondary-clr: #9e9e9e;
  --highlight-clr: orangered;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
}
body {
  height: 100vh;
  background-color: #f5f5f5;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
.align_center {
  display: block;
  margin-inline: auto;
}
html {
  overflow-y: scroll;
}
body {
  font-family: 'Cormorant Garamond', serif;
  font-family: var(--bodyfont);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
  width: 100%;
}
.container,
footer,
nav ul {
  --max-width: 1100px;
  --padding: 2rem;
  max-width: 1100px;
  margin: auto;
}
.content {
  padding-top: 15rem;
}
@media screen and (max-width: 40rem) {
  .content {
    padding-top: 13rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header {
  background-color: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(6px);
  text-align: center;
  position: fixed;
  width: 100%;
  padding: 1.5rem 0 1rem 0;
  -webkit-box-shadow: 0 0 104px rgba(220, 220, 220, 0.5);
  box-shadow: 0 0 104px rgba(220, 220, 220, 0.5);
}
@media screen and (max-width: 40rem) {
  header {
    padding: 4.5rem 0 1rem 0;
  }
}
header p {
  font-family: 'Cormorant Garamond', serif;
  font-family: var(--headline);
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.1rem;
  color: #111;
}
@media screen and (max-width: 40rem) {
  header p {
    padding-inline: 2rem;
  }
}
.logo {
  font-family: 'Coustard', serif;
  font-family: var(--logo);
  font-weight: 400;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.62;
}
@media screen and (max-width: 40rem) {
  .logo {
    font-size: 1.8rem;
  }
}
.logo:link,
.logo:visited {
  text-decoration: none;
  color: #9d2828;
  color: var(--primary-clr);
}
.logo:hover {
  -webkit-transition: all ease 1s 0s;
  transition: all ease 1s 0s;
  color: #9e9e9e;
  color: var(--secondary-clr);
}
.logo i {
  color: orangered;
}
.nav-toggle {
  display: none;
}
.nav-toggle-label {
  position: absolute;
  top: 0;
  right: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 40rem) {
  .nav-toggle-label {
    right: 0;
    left: 0;
    width: 1.62em;
    background-color: orangered;
    background-color: var(--highlight-clr);
    margin-left: auto;
    margin-right: auto;
    top: 2.2em;
    height: auto;
  }
  .nav-toggle-label span,
  .nav-toggle-label span:after,
  .nav-toggle-label span:before {
    display: block;
    background-color: orangered;
    background-color: var(--highlight-clr);
    height: 3px;
    width: 1.62em;
    border-radius: 2px;
    position: relative;
  }
  .nav-toggle-label span:after,
  .nav-toggle-label span:before {
    content: '';
    position: absolute;
  }
  .nav-toggle-label span:before {
    margin-bottom: 9px;
  }
  .nav-toggle-label span:after {
    margin-top: 9px;
  }
  nav {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.97);
    text-align: left;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-backdrop-filter: blur(6px);
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  }
}
nav ul {
  list-style-type: none;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav li {
  font-family: 'Cormorant Garamond', serif;
  font-family: var(--headline);
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  display: inline-block;
  padding: 10px 20px;
}
@media screen and (max-width: 40rem) {
  nav li {
    display: block;
  }
}
nav a {
  color: #111;
  text-decoration: none;
  padding: 9px 0;
}
nav a:hover {
  border-bottom: 1px dotted orangered;
  border-bottom: 1px dotted var(--highlight-clr);
  color: orangered;
  color: var(--highlight-clr);
}
nav li.current a {
  border-bottom: 1px dotted var(--highlight-clr);
}
.nav-toggle:checked ~ nav {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
figcaption,
h1,
h2,
h3,
h4,
p,
ul {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #222;
}
h1,
h2,
h3 {
  font-size: 2rem;
  font-family: var(--headings);
  font-weight: 300;
  line-height: 1.4;
  color: var(--highlight-clr);
  margin-bottom: 1rem;
  text-align: center;
}
h1 {
  margin-bottom: 3rem;
}
h2 {
  font-size: 1.4rem;
  text-align: left;
}
h3 {
  font-size: 1.3rem;
}
p {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-family: var(--bodyfont);
}
p strong {
  color: orangered;
}
p + h2 {
  margin-top: 2rem;
}
em {
  font-style: italic;
}
.intro,
.intro-extra {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 40rem) {
  .intro,
  .intro-extra {
    width: 100%;
  }
}
.intro-extra h3 {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
}
.intro-extra hr {
  border-top: 1px dotted orangered;
  border-top: 1px dotted var(--highlight-clr);
  border-left: 0;
  border-right: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.intro p,
.intro ul li {
  font-size: 1.3rem;
}
.intro-extra > p a,
.intro > p a {
  color: orangered;
  color: var(--highlight-clr);
}
ul.pricing {
  list-style-type: none;
  margin-bottom: 3rem;
}
ul.pricing h2 {
  font-size: 1.7rem;
  font-weight: 300;
  color: orangered;
  padding: 0rem 0 1rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px dotted orangered;
  border-bottom: 1px dotted var(--highlight-clr);
  text-align: center;
}
@media screen and (max-width: 40rem) {
  ul.pricing h2 {
    font-size: 1.2rem;
    text-align: left;
  }
}
ul.pricing h2 span {
  color: #9e9e9e;
  color: var(--secondary-clr);
}
ul.pricing li {
  margin-bottom: 3rem;
}
ul.pricing li .pricing__info img {
  border-radius: 3px;
  max-width: 100%;
  fit: cover;
}
@media screen and (max-width: 40rem) {
  ul.pricing li .pricing__info img {
    max-width: 100%;
    -o-object-fit: fit;
    object-fit: fit;
  }
}
.pricing__info ul {
  margin-left: 1.5rem;
  white-space: normal;
}
.pricing__info ul li {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.pricing__info ul li p {
  text-decoration: underline;
}
.pricing__info ul li::marker {
  content: "\2014\2002";
  color: orangered;
  color: var(--highlight-clr);
}
.pricing-details li {
  margin-bottom: 0.5rem;
}
.pricing__info {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 40rem) {
  .pricing__info {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.chocolat-image {
  margin-bottom: 1rem;
}
.portfolio-container {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.portfolio-container a img {
  border-radius: 50%;
}
@media screen and (max-width: 40rem) {
  .portfolio-container {
    -ms-grid-columns: 48% 48%;
    grid-template-columns: 48% 48%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
ul.wedd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 40rem) {
  ul.wedd-list {
    display: block;
  }
}
ul.wedd-list li a:link,
ul.wedd-list li a:visited {
  padding: 0.5rem;
  text-decoration: none;
  font-style: italic;
}
@media screen and (max-width: 40rem) {
  ul.wedd-list li a:link,
  ul.wedd-list li a:visited {
    padding: 0;
  }
}
footer {
  border-top: 1px solid orangered;
  border-top: 1px solid var(--highlight-clr);
  margin-top: 3rem;
  padding: 3rem 0;
  text-align: center;
}
@media screen and (max-width: 40rem) {
  footer {
    padding: 1rem 1rem;
  }
}
footer p {
  font-size: 1rem;
  line-height: 1.4;
}
footer p a:link,
footer p a:visited {
  color: orangered;
  color: var(--highlight-clr);
  text-decoration: none;
}
footer p.contact {
  color: orangered;
  color: var(--highlight-clr);
  font-size: 1.3rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  font-family: var(--headline);
}
footer p.akl {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 40rem) {
  footer p.akl {
    width: 100%;
  }
}
a.edit-page,
a.edit-cms {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: red;
}
a.edit-page:link,
a.edit-cms:link,
a.edit-page:visited,
a.edit-cms:visited {
  color: white;
  padding: 1.5rem;
}
a.edit-cms {
  bottom: 4.5rem;
}
