:root {
  --gold: #d0a204;
  --rose: #81003b;
  --dust-black: #000004;
  --cream: #efe6e5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--gold);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Parisienne, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 7rem;
}

h2 {
  color: var(--gold);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h3 {
  color: var(--rose);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Parisienne, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.section_dustblack {
  border: 1px solid var(--dust-black);
  background-color: var(--dust-black);
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/512x512_Wedding_RosePattern.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding: 20px 10px;
}

.section_cream {
  border: 1px solid var(--dust-black);
  background-color: var(--cream);
  padding: 10px;
}

.div-block {
  background-color: var(--cream);
}

.div-block-2 {
  background-color: var(--rose);
}

.flexv {
  flex-flow: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.navbar {
  background-image: linear-gradient(#5045074d, #5045074d), url('../images/512x512_geometric_patten_gold_01.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
}

.navlink_text {
  background-color: var(--gold);
  color: var(--rose);
  border-radius: 0;
  margin-left: 10px;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.navlink_text:hover {
  background-color: var(--dust-black);
  color: var(--cream);
  background-image: linear-gradient(#00000080, #00000080), url('../images/256x256_WebClip_CC_Wedding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
}

.image_25 {
  max-width: 25%;
}

.heading {
  line-height: 5rem;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
}

.flexv_stretch {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.h1_rose_center_3rem {
  color: var(--rose);
  font-size: 3rem;
  line-height: 4rem;
}

.h1_rose_center_3rem.cream {
  color: var(--cream);
}

.text_black_2rem {
  font-family: Cormorant Infant, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.text_black_1rem {
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.margintop_borderbot {
  border-bottom: 8px solid var(--rose);
  margin-top: 20px;
}

.section_rose {
  background-color: var(--rose);
  padding: 10px;
}

.margintop_borderbot-_gold {
  border-bottom: 8px solid var(--gold);
  margin-top: 20px;
}

.text_gold_2rem {
  color: var(--gold);
  font-family: Cormorant Infant, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.text_gold_1rem {
  color: var(--gold);
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.h1_gold_center_3rem {
  color: var(--gold);
  font-size: 3rem;
  line-height: 4rem;
}

.h1_gold_center_3rem.cream {
  color: var(--cream);
}

.button_rose {
  background-color: var(--rose);
  border-radius: 15px;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.button_rose:hover {
  background-color: var(--dust-black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/256x256_WebClip_CC_Wedding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
}

.section_gold {
  background-image: url('../images/512x512_geometric_patten_gold_01.webp');
  background-position: 50%;
  background-size: auto;
}

.rose {
  color: var(--rose);
  font-family: Cormorant Infant, sans-serif;
}

.div_roundededges {
  border-radius: 15px;
  min-width: 512px;
}

.text_cream_1rem {
  color: var(--cream);
  text-align: center;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.image_25-_nav {
  max-width: 25%;
}

@media screen and (max-width: 767px) {
  .image_25 {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .image_25 {
    max-width: 50%;
  }

  .button_rose {
    text-align: center;
    line-height: 2rem;
  }

  .rose {
    font-size: 4.5rem;
  }

  .div_roundededges {
    min-width: 300px;
  }

  .image_25-_nav {
    max-width: 25%;
  }
}


