* {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
}

body {
  /*padding: 20px;*/
  color: #1e1d19;
  background-color: #FEFCF7;
}

.link, .link:hover {
  font-weight: bold;
  border-bottom: 2px solid;
  text-decoration: none;
  color: #47A0D9;
}

.link:hover {
  border-bottom-width: 3px;
}

.menu-shade {

}

p {
  line-height: 26px;
  font-weight: 300;
  font-size: 16px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  font-size: 36px;
  margin: 20px 0;
}

.logo {
  width: 313px;
}

.section-title {
  border-left: 2px solid #38464e;
  padding-left: 15px;
}

.nav-top a, .nav-top a:hover {
  color: #1e1d19;
  text-decoration: none;
  letter-spacing: 1px;
}

.nav-top.white a, .nav-top.white a:hover {
  color: #ffffff;
}

.nav-top a:hover {
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-top .active {
  font-weight: bold;
  border-bottom: none;
}

.header-logo {
  margin-top: 20px;
}

.dotted-underline {
  border-bottom: 1px dotted #38464E;
}

.header-text {
  margin: 20px 0 10px 0;
}

.header-bg-image {
  -webkit-transition: opacity .14s ease-in-out,visibility 0s 0s linear;
  -moz-transition: opacity .14s ease-in-out,visibility 0s 0s linear;
  -ms-transition: opacity .14s ease-in-out,visibility 0s 0s linear;
  -o-transition: opacity .14s ease-in-out,visibility 0s 0s linear;
  transition: opacity .14s ease-in-out,visibility 0s 0s linear;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 700px;
}

.header-bg-image.one {
  background-image: url("images/bg/home.jpg");
  background-position: 50% -50px;
}

.header-bg-image.two {
  background-image: url("images/bg/1.jpg");
  background-position: 0 -150px;
}

.header-bg-image.three {
  background-image: url("images/bg/2.jpg");
  background-position: 0 -100px;
}

.header-bg-image.four {
  background-image: url("images/bg/3.jpg");
  background-position: 0 -100px;
}

.header-bg-image.five {
  background-image: url("images/bg/4.jpg");
  background-position: 0 -250px;
}

.header-bg-image.six {
  background-image: url("images/bg/5.jpg");
  background-position: 0 -350px;
}

.header-bg-image.seven {
  background-image: url("images/bg/6.jpg");
  background-position: 0 -350px;
  margin-bottom: -130px;
}

.top-margin-0 {
  margin-top: 0;
}

.top-margin-50 {
  margin-top: 50px;
}

.top-margin-20 {
  margin-top: 20px;
}

.top-margin-70 {
  margin-top: 70px;
}

.top-margin-100 {
  margin-top: 100px;
}

.bottom-margin-50 {
  margin-bottom: 50px;
}

.things-to-do-list li {
  margin-bottom: 10px;
}

.highlight {
  background-color: #f4f0e5;
  border: none;
  padding: 20px;
}

.img-party {
  max-width: 64px;
  width: 100%;
  border-radius: 200px;
}

.registry-box {
  padding: 20px 40px;
}

.gallery-link {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}

.gallery-link:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.flower-top-wrapper {
  left: 200px;
  position: relative;
  bottom: 0px;
  width: 355px;
  height: 171px;
}

.flower-bottom-wrapper {
  width: 355px;
  height: 171px;
  right: 250px;
  bottom: 0;
  position: relative;
  float: right;
}

.flower-top {
  width: 355px;
  height: 171px;
}

.timeline-wrapper-outer {
  position: relative;
}

.timeline-wrapper {
  min-height: 100vh;
}

.timeline-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  background-color: #f4f0e5;
}

.timeline-wrapper .entries {
  width: calc(100% - 80px);
  margin: auto;
  position: relative;
  left: -5px;
}

.timeline-wrapper .entries .entry {
  width: calc(50% - 46px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}

.timeline-wrapper .entries .entry:first-of-type {
  margin-top: 50px;
}

.timeline-wrapper .entries .entry:not(:first-child) {
  margin-top: -360px;
}

.timeline-wrapper .entries .entry:nth-child(3) {
  margin-top: -1660px;
}

.timeline-wrapper .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
}

.timeline-wrapper .entries .entry .title:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #f4f0e5;
  background-color: #f4f0e5;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
}

.timeline-wrapper .entries .entry .title.big:before {
  width: 20px;
  height: 20px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}

.timeline-wrapper .entries .entry ..timeline-wrapper {
  color: #aaa;
}

.timeline-wrapper .entries .entry ..timeline-wrapper p {
  line-height: 1.4em;
}

.timeline-wrapper .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}

.timeline-wrapper .entries .entry:nth-child(2n) .title:before {
  left: -63px;
}

.timeline-wrapper .entries .entry:nth-child(2n) .title.big:before {
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}

.lightbox .lb-image {
  border: 0;
}

.lb-data .lb-caption {
  font-family: 'Caveat';
  font-size: 23px;
  font-weight: 400;
}

@media (max-width: 1025px) {
  .nav-top a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .nav-top .active {
    border-bottom-width: 1px;
  }
}

@media (max-width: 1025px) and (min-width: 576px) {
  .header-bg-image.two, .header-bg-image.three, .header-bg-image.four, .header-bg-image.five, .header-bg-image.six, .header-bg-image.seven {
    background-position: 0;
  }
}

@media (max-width: 576px) {
  body {
    padding: 15px 15px 60px 15px;
  }

  .header-bg-image.one {
    background-position: 74% -50px;
  }

  .header-bg-image.two, .header-bg-image.three, .header-bg-image.four, .header-bg-image.five, .header-bg-image.six, .header-bg-image.seven {
    display: none;
  }

  .timeline-wrapper-outer {
    margin-top: 0;
  }

  .timeline-wrapper .entries {
    width: 100%;
  }

  .timeline-wrapper .entries .entry:not(:first-child) {
    margin-top: 0;
  }

  .timeline-wrapper .entries .entry {
    padding: 0;
  }

  .timeline-wrapper .entries .entry:first-of-type {
    margin-top: 0;
  }

  .timeline-wrapper .entries .entry .title:before {
    display: none;
  }

  .timeline-wrapper .entries .entry {
    width: 100%;
  }

  .timeline-wrapper:before {
    content: none;
  }

  .timeline-wrapper .entries .entry .title {
    margin-top: 20px;
  }

  .timeline-wrapper .entries .entry {
    text-align: left;
  }

  .header-bg-image {
    padding-bottom: 0;
  }

  .logo {
    width: 70%;
  }

  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 26px;
  }

  .header-text {
    margin: 30px 0;
  }

  .gallery-columns .col {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns .row .col:first-of-type {
    padding-left: 15px;
  }

  .gallery-columns .row .col:last-of-type {
    padding-right: 15px;
  }

  .header-bg-image.two,
  .header-bg-image.three,
  .header-bg-image.four,
  .header-bg-image.five,
  .header-bg-image.six,
  .header-bg-image.seven {
    background-position: bottom;
    padding-bottom: 20px;
  }

  /*.top-margin {
    margin-top: 30px;
  }*/

  .xs-top-margin-40 {
    margin-top: 40px;
  }

  .xs-top-margin-20 {
    margin-top: 20px;
  }

  .xs-top-margin-10 {
    margin-top: 10px;
  }

  .xs-top-margin-0 {
    margin-top: 0px;
  }

  .xs-padding-bottom-40 {

  }
}






