.creambg {
  background-color: #fcf7f0;
}

.bluebg {
  background-color: #fcf7f0;
}

.creambgsplit {
  background-color: #fcf7f0;
}

.blue {
  color: #074BB6;
}

.hide {
  display: none !important;
}

.paddingtopsml {
  padding-top: 40px;
}

.paddingbottomsml {
  padding-bottom: 40px;
}

.paddingbottomlrg-sm {
  padding-bottom: 65px;
}

.paddingtoplrg {
  padding-top: 65px;
}

.paddingbottomlrg {
  padding-bottom: 65px;
}

.paddingbottommed {
  padding-bottom: 65px;
}

.paddingtopmed {
  padding-top: 65px;
}

.rsvpcontactdetails {
  padding-top: 20px;
}

.margintopsml {
  margin-top: 40px;
}

.marginbottomsml {
  margin-bottom: 40px;
}

.marginbottommed {
  margin-bottom: 65px;
}

.margintopmed {
  margin-top: 65px;
}

.rsvpcontactdetails {
  padding-top: 20px;
}

.height100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.relative {
  position: relative;
}

.wni-flex {
  display: flex;
}

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

.wni-flex-vc {
  justify-content: center;
}

.wni-flex-vt {
  justify-content: flex-start;
}

.wni-flex-vb {
  justify-content: flex-end;
}

.wni-flex-sb {
  justify-content: space-between;
}

.wni-flex-hs {
  align-items: flex-start;
}

.wni-flex-hc {
  align-items: center;
}

.wni-flex-he {
  align-items: flex-end;
}

.gap {
  gap: 20px;
}

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

.bgcover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "area-variable", sans-serif;
  background-color: #ffffff;
  color: #15161A;
}

p, ul li, ol li {
  line-height: 150%;
  font-family: "area-variable", sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 14px;
  text-wrap: balance;
  color: #15161A;
  letter-spacing: -4%;
}

ul, ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}
ul li, ol li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.pfirstof p:first-of-type {
  font-size: 20px;
}

.plastof p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  text-wrap: balance;
}
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  text-transform: uppercase;
}
h1.nomarginbottom, h2.nomarginbottom, h3.nomarginbottom, h4.nomarginbottom, h5.nomarginbottom, h6.nomarginbottom {
  margin-bottom: 0;
}

h1 {
  font-weight: 400;
  font-size: 85px;
  font-family: "Themysion";
  line-height: 0.8;
}
h1.marginbottomlrg {
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-family: "DM Serif Display", serif;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -4%;
  margin-top: 0;
  font-size: 50px;
  color: #021A3F;
}
h2.primary {
  color: #021A3F;
}
h2.marginbottomsml {
  margin-bottom: 22px;
}
h2.marginbottomlrg {
  margin-bottom: 30px;
}

h3 {
  color: #021A3F;
  font-weight: 400;
  font-family: "DM Serif Display", serif;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -4%;
  margin-top: 0;
  font-size: 35px;
}
h3.primary {
  color: #021A3F;
}
h3.marginbottomsml {
  margin-bottom: 22px;
}
h3.marginbottomlrg {
  margin-bottom: 30px;
}

h4 {
  font-weight: 400;
  font-family: "CoreBandiFace";
  margin-bottom: 30px;
  line-height: 1;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: -8%;
}

h5 {
  font-weight: 400;
  font-family: "CoreBandiFace";
  margin-bottom: 30px;
  line-height: 1;
  margin-top: 0;
  font-size: 20px;
  letter-spacing: -8%;
}

.grid-container.full {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.bgoverlay {
  position: relative;
}
.bgoverlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 46, 54, 0.5);
}
.bgoverlay .grid-x {
  position: relative;
  z-index: 9;
}

.button {
  background-color: #fdcc09;
  font-weight: 400;
  font-family: "CoreBandiFace";
  line-height: 1;
  font-size: 20px;
  letter-spacing: -8%;
  border-radius: 50px;
  padding: 13px 35px;
  color: #021A3F;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.button.spacingtop {
  margin-top: 40px;
}
.button.center {
  margin-left: auto;
  margin-right: auto;
}
.button:hover {
  background-color: #021A3F;
  color: #fcf7f0;
}

.buttongroup a {
  display: block;
  margin: 0 auto 10px;
}

header {
  padding: 40px 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
}
header nav ul {
  padding: 0;
  list-style-type: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
header nav ul li {
  display: inline-block;
  padding: 0 20px;
}
header nav ul li:last-of-type {
  padding-right: 0;
}
header nav ul li a:not(.button) {
  font-weight: 400;
  font-family: "CoreBandiFace";
  margin-bottom: 30px;
  line-height: 1;
  margin-top: 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -8%;
  padding: 4px 0;
  color: #ffffff;
  position: relative;
}
header nav ul li a:not(.button):before, header nav ul li a:not(.button):after {
  width: 0;
  height: 2px;
  top: calc(100% - 3px);
  right: 0;
  position: absolute;
  content: "";
}
header nav ul li a:not(.button):before {
  transition: width 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
header nav ul li a:not(.button):after {
  background-color: #ffffff;
  transition: width 0.25s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
header nav ul li a:not(.button):hover:before, header nav ul li a:not(.button):hover:after {
  width: 100%;
  left: 0;
}

#timer {
  padding-bottom: 10px;
}
#timer .outer {
  position: relative;
  text-align: center;
  min-width: 50px;
  display: inline-block;
}
#timer .inner {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  font-size: 12px;
  margin: 0 auto;
  padding-top: 20px;
  display: block;
}
#timer .colon {
  margin: 0 14px;
  display: inline-block;
}

.topbanner {
  height: 800px;
  padding-top: 103px;
  color: #ffffff;
}

.contentbanner .columnleft, .contentbanner .columnright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.contentbanner .middlecontent {
  max-width: 560px;
}
.contentbanner .imagesmall, .contentbanner .imagelarge {
  width: 100%;
}
.contentbanner .imagesmall.heart .heartpic, .contentbanner .imagelarge.heart .heartpic {
  position: absolute;
  top: -15px;
  left: -20px;
  width: 60px;
}
.contentbanner .imagesmall.lemon .lemonpic, .contentbanner .imagelarge.lemon .lemonpic {
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 70px;
}
.contentbanner .imagesmall.left .imagewrap, .contentbanner .imagelarge.left .imagewrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 10px 0;
}
.contentbanner .imagesmall.right .imagewrap, .contentbanner .imagelarge.right .imagewrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 10px auto;
}
.contentbanner .ourday img {
  max-width: 100%;
  width: initial;
}
.contentbanner .imagesmall {
  display: block;
}
.contentbanner .imagesmall img {
  display: block;
  width: 100%;
  max-width: 220px;
}
.contentbanner .imagelarge {
  display: block;
}
.contentbanner .imagelarge img {
  display: block;
  width: 100%;
  max-width: 220px;
}

.rsvpsection {
  background: #ffffff;
}
.rsvpsection h1, .rsvpsection h2 {
  color: #021A3F;
}
.rsvpsection .maxwidthp {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.rsvparea {
  padding: 70px 50px;
  border: 1px solid #021A3F;
  border-radius: 10px;
}

form div {
  margin-bottom: 50px;
}
form label {
  font-family: "DM Serif Display", serif;
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  text-align: center;
}
form [type=text], form select, form [type=password], form [type=date], form [type=datetime], form [type=datetime-local], form [type=month], form [type=week], form [type=email], form [type=number], form [type=search], form [type=tel], form [type=time], form [type=url], form [type=color],
form textarea {
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #697b43;
  border-radius: 0;
  background-color: transparent;
  line-height: 1.4;
  font-size: 18px;
  color: #15161A;
  font-family: "DM Serif Display", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form [type=submit] {
  background-color: #021A3F;
  border-radius: 27px;
  padding: 17px 50px;
  color: #ffffff;
  font-family: "DM Serif Display", serif;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  border: 0;
  margin-top: 40px;
  width: 100%;
}

.stripes {
  background-image: url("../images/stripesv2.png");
}

.accordion-container {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
.accordion-container .accordion-item {
  margin-top: 20px;
}
.accordion-container .accordion {
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: block;
  font-family: "CoreBandiFace";
}
.accordion-container .accordion h5 {
  margin-bottom: 0;
  position: relative;
  display: block;
  padding-right: 30px;
}
.accordion-container .accordion h5:after {
  content: "";
  background-image: url(../images/menuarrow.svg);
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-container .active, .accordion-container .accordion:hover {
  border-radius: 4px 4px 0 0;
}
.accordion-container .panel {
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  text-align: left;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-container .panel p:last-of-type {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 64rem) {
  .paddingbottomlrg-sm {
    padding-bottom: 0;
  }
  .rsvpcontactdetails {
    padding-top: 55px;
  }
  h1 {
    font-size: 100px;
  }
  h1.marginbottomlrg {
    margin-bottom: 80px;
  }
  h2 {
    font-size: 60px;
  }
  h2.marginbottomlrg {
    margin-bottom: 70px;
  }
  .paddingtoplrg {
    padding-top: 120px;
  }
  .paddingbottomlrg {
    padding-bottom: 120px;
  }
  .paddingbottommed {
    padding-bottom: 80px;
  }
  .paddingtopmed {
    padding-top: 80px;
  }
  .accordion-container .accordion-item:first-of-type {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  h1 {
    font-size: 200px;
  }
  h1.marginbottomlrg {
    margin-bottom: 100px;
  }
  h2 {
    font-size: 70px;
  }
  h2.marginbottomlrg {
    margin-bottom: 80px;
  }
  h2.marginbottommed {
    margin-bottom: 60px;
  }
  h3 {
    font-size: 60px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 20px;
  }
  .paddingtoplrg {
    padding-top: 120px;
  }
  .paddingbottomlrg {
    padding-bottom: 120px;
  }
  .buttongroup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .buttongroup a {
    display: block;
    margin: 0;
  }
  .contentbanner .imagesmall.heart .heartpic, .contentbanner .imagelarge.heart .heartpic {
    top: -40px;
    left: -40px;
    width: 100px;
  }
  .contentbanner .imagesmall.lemon .lemonpic, .contentbanner .imagelarge.lemon .lemonpic {
    bottom: -50px;
    right: -75px;
    width: 130px;
  }
  .contentbanner .imagesmall {
    display: block;
  }
  .contentbanner .imagesmall img {
    display: block;
    width: 100%;
    max-width: 270px;
  }
  .contentbanner .imagelarge {
    display: block;
  }
  .contentbanner .imagelarge img {
    display: block;
    width: 100%;
    max-width: 270px;
  }
}/*# sourceMappingURL=custom.css.map */