@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
* {
  background-repeat: no-repeat; }

html {
  scroll-behavior: smooth; }

i {
  font-family: ivypresto-display, serif;
  font-style: italic;
  letter-spacing: .1em; }

b {
  font-family: ivyjournal, serif;
  font-weight: 400;
  font-style: bold; }

h1 {
  font-family: ivypresto-display, serif;
  font-size: 6em;
  letter-spacing: .02em;
  font-weight: 100;
  color: #769ecb;
  text-align: center; }

h2 {
  font-family: ivypresto-display, serif;
  font-size: 2.8em;
  letter-spacing: .05em;
  color: #769ecb;
  text-align: center;
  font-weight: 200; }
  @media screen and (max-width: 580px) {
    h2 {
      font-size: 2.3em; } }

h3 {
  font-family: Libre Franklin, sans-serif;
  font-size: .8em;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase; }

h4 {
  font-family: ivypresto-display, serif;
  font-weight: 100;
  font-size: 1.2em;
  letter-spacing: .07em;
  line-height: 1.3em; }

h5 {
  font-family: ivypresto-display, serif;
  font-size: 1.5em;
  letter-spacing: .05em;
  color: #769ecb;
  text-align: center;
  font-weight: 200;
  line-height: 1em; }
  @media screen and (max-width: 580px) {
    h5 {
      font-size: 2.3em; } }

p {
  font-size: .8em;
  font-family: ivyjournal, serif;
  font-weight: 100;
  letter-spacing: .03em; }

.sans {
  font-family: Libre Franklin, sans-serif;
  font-size: 0.8em;
  line-height: 1.5em; }

.smallspace {
  padding: 2%; }

.clear {
  clear: both; }

.inner {
  margin: auto;
  padding: 5%;
  text-align: center; }

.logo {
  background-image: url(images/logo.svg);
  height: 25vh;
  width: 40%;
  text-align: center;
  float: left;
  margin: 3%;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(51, 170, 51, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(51, 170, 51, 0.1)); }

.navlinks {
  padding-left: 25px;
  width: 30%;
  float: right;
  text-align: right;
  margin-right: 3%; }

nav a {
  text-decoration: none;
  color: white;
  font-size: 1em;
  font-family: Libre Franklin, sans-serif;
  letter-spacing: .08em;
  line-height: 1.8em;
  font-weight: 400;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(51, 170, 51, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(51, 170, 51, 0.1)); }

nav a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.rsvp {
  border: solid 2px white;
  padding: 3px 15px 3px 15px;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(51, 170, 51, 0.1));
          filter: drop-shadow(3px 3px 3px rgba(51, 170, 51, 0.1)); }

.rsvp:hover {
  background-color: white;
  color: #769ecb; }

a {
  text-decoration: none;
  color: #769ecb;
  letter-spacing: .01em;
  line-height: 1.6em; }

#thewedding {
  background-color: #e5f0f9;
  background-image: url(images/flowers.svg);
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 580px) {
    #thewedding {
      background-position: right; } }

.frame {
  height: 95vh;
  width: 100%;
  background-color: #769ecb;
  background-position: center;
  background-size: cover;
  background-image: url(images/cover.svg);
  background-position: bottom; }

.names {
  width: 80%;
  margin: auto; }

#countdown {
  width: 100%; }

#timer {
  text-align: center;
  margin: auto;
  padding: 3%;
  font-weight: 100;
  font-family: ivypresto-display, serif;
  font-size: 2em;
  color: black;
  letter-spacing: .02em; }
  @media screen and (max-width: 580px) {
    #timer {
      display: none; } }
  #timer div {
    display: inline-block;
    min-width: 100px; }
    #timer div span {
      color: black;
      display: block;
      font-size: .35em;
      font-weight: 400; }

#ourlove {
  max-width: 1200px;
  margin: auto; }

#travel {
  max-width: 1000px;
  margin: auto; }

.tricolumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 580px) {
    .tricolumns {
      display: block; } }

.column {
  width: 25%;
  padding: 3%;
  line-height: 1.07em; }
  @media screen and (max-width: 580px) {
    .column {
      width: 80%;
      margin: auto; } }

#faq {
  background-color: #e5f0f9;
  background-image: url(images/flowers2.svg);
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 580px) {
    #faq {
      background-position: right; } }

.faq-section {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left; }

.faq-header {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #769ecb; }

.faq-item {
  border-bottom: 1px solid #b1cfed;
  padding: 1%; }

.faq-question {
  padding: 10px;
  cursor: pointer; }

.faq-answer {
  display: none;
  padding: 10px; }

.faq-question.active + .faq-answer {
  display: block; }

#registry {
  border: solid 2px white;
  background-color: none;
  margin: 5%; }

.register {
  width: 70%;
  line-height: 1.3em; }

footer {
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-image: url(images/footer.jpg);
  text-align: center;
  margin: auto;
  position: absolute; }
  @media screen and (max-width: 580px) {
    footer {
      height: 40vh; } }

.copyright {
  width: 100%;
  padding: 3% 0%;
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  margin: auto;
  text-align: center; }

.copyright p {
  color: white;
  text-align: center;
  margin: auto;
  bottom: 50px; }

/*# sourceMappingURL=styles.css.map */