/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none ( domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL STYLES ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }

section, main {
  margin: 0 auto;
  width: 99%;
}

body {
  background-color: rgb(235,232,226);
  max-width: 100%;
  overflow-x: hidden;
}

img {
  width: 80%;
  height: auto;
  display: block;
}

.separator {
  margin: 0;
  padding: 0;
  display: block;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}


/* FONT ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@font-face {
  font-family: DomLovesMaryPro;
  src: url(/DomLovesMaryPro.ttf) format('truetype');
  }

@font-face {
  font-family: DomLovesMaryStylistic;
  src: url(/DomLovesMaryStylistic.ttf) format('truetype');
  }

@font-face {
  font-family: DomLovesMaryText;
  src: url(/DomLovesMaryText.ttf) format('truetype');
  }

@font-face {
  font-family: HiraginoMinchoProN;
  src: url(HiraginoMinchoProNW6.otf) format('truetype');
  }

/* FADE IN - boilerplate///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@keyframes fadeinall {
    0% {
      opacity: 1; }
    97% {
      opacity: 0; }
    98% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      z-index: -1; } }
    #fadein {
      opacity: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      background-color: #FFFFFF;
      z-index: 999;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation: fadeinall 1s normal both;
      animation: fadeinall 1s normal both;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; 
}
/* NAV ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.nav {
  overflow: hidden; 
  font-family: DomLovesMaryPro;
  align-items: center;
  text-align: center;
  padding-top: 1vw;
}
.nav a {
  margin: 1vw 2vw 1vw 2vw;
  display: inline-block; 
  font-size: 2vw;
  text-decoration: none;
  color: rgb(125,37,42);
}
.nav #menu-toggle {
  display: none;
  padding-top: 1vw;
}

@media screen and (max-width: 600px) {
  .nav a {
      display: none; }
    .nav a#menu-toggle {
      float: left;
      display: block;
      text-align: center;
   }
}

@media screen and (max-width: 600px) {
    .nav.nav--open {
      position: relative;
     }
    .nav.nav--open #menu-toggle {
      position: absolute;
      right: 0;
      top: 0; }
    .nav.nav--open a {
      float: none;
      display: block;
      text-align: left;
      font-size: 5vw; }
}
  .menu-toggle__bar1, .menu-toggle__bar2, .menu-toggle__bar3 {
    width: 21px;
    height: 3px;
    background-color: #7E262B;
    margin: 4px 0;
    transition: 0.3s;
}
  
.menu-toggle--open .menu-toggle__bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}
.menu-toggle--open .menu-toggle__bar2 {
  opacity: 0; }
.menu-toggle--open .menu-toggle__bar3 {
  transform: translate(0, -7px) rotate(45deg); }

.details {
  margin-right: 0;
}

.nav #menu-toggle {
  display: none; 
}

@media screen and (max-width: 600px) {
  .nav a:not(:first-child) {
    display: none;
   }
  .nav a#menu-toggle {
    float: left;
    display: block; } }
@media screen and (max-width: 600px) {
  .nav {
    text-align: left;

  }
  .nav a {
   padding-left: 3vw;
 }

  .nav.nav--open {
    position: relative; }
  .nav.nav--open #menu-toggle {
    position: absolute;
    right: 0;
    top: 0; }
  .nav.nav--open a {
    float: none;
    display: block;
    text-align: left; } }
  .menu-toggle__bar1, .menu-toggle__bar2, .menu-toggle__bar3 {
    width: 21px;
    height: 3px;
    background-color: #7E262B;
    margin: 4px 0;
    transition: 0.3s; }
  .menu-toggle--open .menu-toggle__bar1 {
    transform: translate(0, 7px) rotate(-45deg); }
  .menu-toggle--open .menu-toggle__bar2 {
    opacity: 0; }
  .menu-toggle--open .menu-toggle__bar3 {
    transform: translate(0, -7px) rotate(45deg); 
}

/* MAIN INVITE LANDING ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
main {
  background-color: rgb(66,20,22);
}

.invite img {
  padding: 20px;
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;      
  margin-right: auto;
}
    
.envelope img {
    
  display: block;
  margin-left: auto;      
  margin-right: auto;
  width: 75%;
  height: auto;
  padding-top: 4vw;
}

.envelope {
  position: relative;
  text-align: left;
  
}

#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.9);
  z-index: 1001;
  align-items: center;;
}

.openenv  {
  font-family: DomLovesMaryText;
  font-size: 1.5vw;
  color: #752329;
  background-color: #ECE8E3;
  border: solid 2px #752329 ;
  padding: 10px;
  width: 20%;
  margin: auto;
  z-index: 1002;
  position: absolute;
  top: 70%;
  left: 39%;
  border-radius: 20px;
}

.openenv:hover, .openenv:focus {
  background-color: #752329;
  color: #ECE8E3;
}

/*.mailto {
  position: relative;
  font-family: DomLovesMaryStylistic;
  color: #752329;
  font-size: 3vw;
  top: 42vw;
  left: 15vw;
  text-align: left;
}*/

/* COUNTDOWN ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.countdown {
  position: relative;
  background-image: url('/images/countdown.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1009/735;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  color: #752329;
}

.countdown-timer {
  position: relative;
  padding-top: 50vw;
  font-family: HiraginoMinchoProN;
}

.countdown h2 {
  font-size: 5vw;
  margin: 0;
  text-align: center;
  line-height: 0.4;
 }

.countdown-subtitle {
  font-size: 2.5vw;
  line-height: 0;
  font-family: HiraginoMinchoProN;
  font-weight: lighter;
}

ul {
  position: relative;
  display:inline-block;
  margin: 0 auto;
  padding: 0;    
}

li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  text-align: center;
  padding: 0 1vw 0 1vw;
}

li span {
  display: block;
  font-size: 9vw;
}

/* SCHEDULE ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/      
.schedule div {
  color: #7E262B;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100.1vw;
  padding-top: 4vw;
  margin-bottom: 4vw;
  position: relative;
  left: -0.5%; /* Shift left to remove the gap */
  background-image: url(/images/oyster.webp), url(/images/cupid.webp), url('/images/birds.webp'), url('/images/glasses.webp'), url('/images/clam.webp'), url('/images/wine&glass.webp'), url('/images/padlocks.webp'), url('/images/discoball.webp'), url('/images/musicnotes.webp'), url('/images/oystersonplate.webp');
  background-position: 12% 10%, 30% 40%, 107% 20%, 3% 65%, 80% 35%, 90% 75%, 110% 120%, 70% 95%, 10% 100%, 25% 85%; /* Adjust the position of each image */
  background-repeat: no-repeat;
  background-size: 12% auto, 15% auto, 30% auto, 15% auto, 25% auto, 20% auto, 30% auto, 15% auto, 15% auto, 20% auto; /* Adjust the size of each image */ 
 }

 .schedule img {
  width: 100%;
  height: auto;
 }

 .pearls {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: -1;
}
     
 .schedule h2 {
  font-family: HiraginoMinchoProN;
  font-size: 3vw;
  text-align: center;
  padding-bottom: 2vw;
 }



 .schedule h3 {
  font-family: domLovesMaryPro;
  font-size: 4.75vw;
  text-align: center;
  line-height: 1;
  padding-bottom: 2.5vw;
 }

 #arrival {
  padding-bottom: 0;
}
  
.schedule p {
  font-family: HiraginoMinchoProN;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1;
  width: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2vw;
}  

/* PARENTS ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.parents {
  background-image: url('/images/parents.webp');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 2044/1787;
  color: #ECE8E3;
}

.charalambous {
  display: inline-block;
  margin: 0;
  text-align: center;
  position: relative;
  left: 4vw;
  padding-top: 25%;
}

.charalambous h3 {
  font-size: 3vw;
  font-family: DomLovesMaryStylistic;

}

.charalambous p {
  font-size: 2vw;
  font-family: DomLovesMaryText;
  line-height: 0.6;
  margin-bottom: 10vw;

}

.ley {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding-left: 53%;
}

.ley h3 {
  font-size: 3vw;
  font-family: DomLovesMaryStylistic;
}

.ley p {
  font-size: 2vw;
  font-family: DomLovesMaryText;
  line-height: 0.6;
  margin-bottom: 10vw;

}

/* DESTINATION ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.destination {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  color: #7E262B;
  padding-top: 3vw;
  height: auto;
}

.destination::after {
  content: "";
  clear: both;
  display: table;
}

.destination h3 {
  font-size: 3vw;
  font-family: DomLovesMarytext;
}

.cph {
  margin-bottom: 4vw;
  background-image: url('/images/valleylily.webp');
  background-size:  75% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 45vw;
}

.cph img {
  width: 30%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 1vw;
}

.cph p {
  position: relative;
  font-family: HiraginoMinchoProN;
  font-size: 2vw;
  top: 3.5vw;
  color: #7E262B;
}

.cph h2 {
  font-family: DomLovesMaryPro;
  font-size: 5vw;
  text-align: center;
  color: #7E262B;
  padding-top: 5vw;
}

.parking {
  top: 0;
  text-align: center;
  color: #7E262B;
  font-family: DomLovesMaryPro;
  font-size: 2.75vw;
  width: 50%;
  float: left;
  padding: 20px;
}

.parking img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 1vw;
}

.parking p {
  width: 75%;
  margin: auto;
  position: relative;
  font-family: HiraginoMinchoProN;
  font-size: 1.5vw;
  padding-top: 2.5vw;
}

.bus {
  text-align: center;
  color: #7E262B;
  width: 50%;
  float: left;
  padding: 1vw;
  display: block;
  margin: 0 auto 0 auto;
  align-items: center;

}

.bus img {
  width: 50%;
  height: auto;
  margin: 0 auto 0 auto;
  display: block;
}

.bus p {
  width: 70%;
  margin: auto;
  position: relative;
  font-family: HiraginoMinchoProN;
  font-size: 1.5vw;
}

.map {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  padding-top: 2vw;
  border: #752329 solid 0.5vw;
  width: 90%;
  margin: 3vw auto auto auto;

}

.livemap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* WISHING WELL ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#wishing-well {
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 20vw;
}

.wishing-well h2 {
  font-family: DomLovesMaryPro;
  font-size: 5vw;
  text-align: center;
  color: #752329;
  padding-top: 5vw;
}

.tulip1 {
  width: 20%;
  height: auto;
  position: absolute;
  padding-top: 2vw;
  z-index: -1;
  left: 0;
  padding-top: 6%;
}

.tulip2 {
  width: 20%;
  height: auto;
  position: absolute;
  padding-top: 2vw;
  z-index: -2;
  right: 0;
  padding-top: 40%;
}

.wishing-well img {
  width: 30%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4vw 0 2vw 0;
}

.wishing-well p {
  font-family: HiraginoMinchoProN;
  font-size: 1.5vw;
  text-align: center;
  color: #7E262B;
  padding-top: 1.5vw;
  width: 60%;
  margin: auto;
  position: relative;
}

/* DRESS CODE ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.dress-code img {
  width: 50vw;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* RSVP ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: domLovesMaryText;
  color: #7E262B;
  border: 0.35vw solid #7E262B;
  padding: 0 8px 0 8px;
  font-size: 1.8vw;
  background-color: transparent;
}

button:hover, button:focus {
  background-color: #7E262B;
  color: #ECE8E3;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: domLovesMaryText;
  color: #7E262B;
  border: 0.35vw solid #7E262B;
  padding: 0 8px 0 8px;
  font-size: 1.8vw;
  cursor: pointer;
  background-color: #ebe8e2;
  display: flex;
  flex-direction: row;
  font-size: 2vw;
  margin: auto;
  width: 100%;

}

select:hover, select:focus {
  background-color: #7E262B;
  color: #ECE8E3;
  cursor: pointer; 
}

textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: domLovesMaryText;
    color: #7E262B;
    border: 0.35vw solid #7E262B;
    padding: 0 8px 0 8px;
    font-size: 1.8vw;
    width: 100%;
    background-color: #ebe8e2;
}

.rsvp-form h2 {
  font-family: DomLovesMaryPro;
  font-size: 5vw;
  text-align: center;
  color: #752329;
  padding-top: 5vw;
}

.find-group h3 {
  padding-top: 2vw;
  font-size: 3vw;
}

.rsvp-blurb {
  font-family: HiraginoMinchoProN;
  font-size: 1.5vw;
  color: #7E262B;
  padding-top: 1.5vw;
  margin: auto;
  text-align: center;
  width: 40%;
}

.group-search {
  display: block;
  flex-direction: row;
  font-size: 2vw;
  margin: auto;
  width: 50%;
  color:#7E262B;
  font-family: HiraginoMinchoProN;
}

.search-button {
  width: 20%;
}

.field {
  display: flex;
  flex-direction: row;
  font-size: 2vw;
  margin: auto;
  width: 100%;
}


.rsvp-form label {
  display:block;
}

.rsvp-form input {
  -webkit-appearance: none;
  appearance: none;
  font-family: domLovesMaryText;
  color: #7E262B;
  display:block;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.35vw solid #7E262B;
  padding: 12px 20px;
  margin: 8px 0;
  font-size: 2vw;
  background-color: #ebe8e2;
  border-radius: 0;

}

.dropdown {
  font-family: HiraginoMinchoProN;
  color: #7E262B;
  display:block;
  width: 80%;
  border: 0.35vw solid #7E262B;
  border-top: none;
  font-size: 2vw;
}

.suggestion-item {
    padding: 5px;
    cursor: pointer;
    margin: auto;
    color: #7E262B;
    font-family: HiraginoMinchoProN;
    border-bottom: 1px solid #7E262B;
}

.suggestion-item:hover, .suggestion-item:focus, .suggestion-item.active {
    background-color: #7E262B;
    color: #ebe8e2;
}

.find-group input[type="image"] {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: none;
    margin: auto;
    width: 10vw;
    cursor: pointer;
}

.find-group {
  display: block;
  flex-direction: row;
  font-size: 2vw;
  margin: auto;
  width: 50%;
  color:#7E262B;
  font-family: HiraginoMinchoProN;
  padding-bottom: 5vw;
}

.find-group p {
  font-size: 2vw;
}

#groupResults {
  display: block;
  flex-direction: row;
  font-size: 2vw;
  margin: auto;
  color:#7E262B;
  font-family: HiraginoMinchoProN;
  padding-top: 2vw;
}

.attendance, .meal p {
  margin: 1vw 1vw 1vw 0;
}

.field input {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: HiraginoMinchoProN;
  color: #7E262B;
  display:block;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.35vw solid #7E262B;
  padding: 12px 20px;
  padding-bottom: 0;
  margin: 8px 0;
  margin-bottom: 0;
  font-size: 2vw;
  background-color: #ebe8e2 ;

}

.shuttle {
  margin: 1vw 1vw 4vw 0;
}

.loading-message {
  font-family: HiraginoMinchoProN;
  font-size: 1.5vw;
  color: #752329;
  margin: auto;
  width: 15%;
  display: none;
}

.loading-message img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.loading-message p {
  font-size: 1.5vw;
}

/* CONTACT ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contact {
  position: relative;
  background-image: url('/images/birdseye.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 32/23;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  color: #ECE8E3;
}

.contact-info {
  position: relative;
  font-family: HiraginoMinchoProN;
  font-size: 1.5vw;
}

.contact h2 {
  font-family: DomLovesMarystylistic;
  font-size: 5vw;
  text-align: center;
  padding-top: 3vw;
}

.contact a {
  font-family: HiraginoMinchoProN;
  font-size: 1.8vw;
  text-align: center;
  margin: auto;
  width: 45%;
  text-decoration: none;
  color: #ECE8E3;
}

.contact-info p {
  font-family: HiraginoMinchoProN;
  font-size: 2vw;
  text-align: center;
  margin: auto;
  width: 45%;
}

.contact h3 {
  font-family: DomLovesMaryPro;
  text-align: center;
  font-size: 4.5vw;
}

.contact h4 {
  font-family: DomLovesMaryText;
  text-align: center;
  font-size: 2.5vw;
}

.contact-bride {
  display: inline-block;
  margin: 0;
  text-align: center;
  position: relative;
  right: 4vw;
  padding-top: 30%;
  font-size: 1.7vw;
  width: 45%;
}

.contact-groom {
  display: inline-block;
  margin: 0;
  text-align: center;
  position: relative;
  left: 4vw;
  padding-top: 30%;
  font-size: 1.7vw;
  width: 45%;
}

/* FOOTER ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.footer {
  position: relative;
  background-image: url('/images/dancing.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 3901/3121;
  align-items: center;
  margin: 0 auto;
  width: 99%;
}

/* MEDIA QUERIES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*   480-less    - phone landscape & smaller*/
@media all and (max-width: 480px) {

  .invite img {
    width: 100%;
    height: auto;
  }

  .openenv  {
    font-size: 3vw;
    color: #752329;
    background-color: #ECE8E3;
    border: solid 2px #752329 ;
    padding: 5px;
    width: 30%;
    top: 70%;
    left: 33.3%;
  }

  .schedule div {
    background-image: url(/images/oyster.webp), url(/images/cupid.webp), url('/images/birds.webp'), url('/images/glasses.webp'), url('/images/clam.webp'), url('/images/wine&glass.webp'), url('/images/padlocks.webp'), url('/images/discoball.webp'), url('/images/musicnotes.webp'), url('/images/oystersonplate.webp');
    background-position: 12% 10%, 20% 40%, 107% 20%, 3% 65%, 80% 35%, 90% 65%, 105% 110%, 75% 90%, 10% 100%, 25% 85%; /* Adjust the position of each image */
    background-repeat: no-repeat;
    background-size: 12% auto, 15% auto, 30% auto, 15% auto, 25% auto, 20% auto, 30% auto, 15% auto, 15% auto, 20% auto; /* Adjust the size of each image */ 
   }

  .schedule p {
    font-size: 3vw;
    width: 35%;
    padding-bottom: 5vw;
  }  
  
  .schedule h2 {
    font-family: HiraginoMinchoProN;
    font-size: 5vw;
    text-align: center;
    padding-bottom: 3vw;

   }
  
   .schedule h3 {
    font-family: domLovesMaryPro;
    font-size: 7vw;
    text-align: center;
    padding-bottom: 5vw;
   }
  
   .cph {
    margin-bottom: 4vw;
    background-image: url('/images/valleylily.webp');
    background-size:  75% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    height: 50vw;
  }
  
  .cph img {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 1vw;
  }
  
  .cph h2 {
    font-size: 7vw;
  }
  
  .cph p {
    font-size: 2vw;
  }

  .parking p {
    font-size: 2.5vw;
  }
  
  .bus p {
    font-size: 2.5vw;
  }

  #map-title {
    font-size: 1.7vw;
   }

   
#wishing-well {
  margin-bottom: 15vw;
}

.wishing-well h2 {
  font-size: 7vw;
  margin-top: 10vw;
}

.wishing-well img {
  width: 45%;
  height: auto;
}

.wishing-well p {
  font-size: 2.5vw;
}

#searchName {
  padding: 2% 2%;
  font-size: 3vw;
}

.find-group input[type="image"] {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: none;
    margin: auto;
    width: 10vw;
    cursor: pointer;
    top: 1vw;
}

.rsvp-form h2 {
  font-size: 7vw;
}

.rsvp-blurb {
  font-size: 2.5vw;
}

   .rsvp-form input {
    padding: 2% 2%;
    font-size: 2.5vw;
   }

  select {
    padding: 2% 2%;
    font-size: 2.5vw;
  }

  .contact-info {
    padding-top: 3.5vw;
  }

  .contact h2 {
    font-size: 7vw;
    line-height: 0.7;
  }
  .contact h3 {
    font-size: 5vw;
  }
 }