@import url("https://fonts.googleapis.com/css?family=Comfortaa:300|Fascinate|Reenie+Beanie");
.center {
  text-align: center; }

#reception-body {
  background-image: url("../img/foggy-birds.png");
  background-size: auto;
  background-color: rgba(68, 115, 64, 0.4); }

#ceremony-body {
  background-image: url("../img/arches.png");
  background-size: auto;
  background-color: rgba(255, 228, 225, 0.4); }

.header-box {
  margin: auto;
  display: block; }

.width-container {
  max-width: 800px;
  margin: auto; }

.nav-header {
  width: auto;
  background-color: #447340;
  margin-left: -15px;
  margin-right: -15px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  margin-bottom: 25px; }
  .nav-header ul {
    display: table;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.25s; }
    .nav-header ul li {
      list-style: none;
      display: inline-block;
      margin-left: 15px; }
      .nav-header ul li a {
        color: #fff;
        font-family: "Comfortaa", cursive; }
      .nav-header ul li img {
        width: 70px;
        transition: all 0.25s; }
  .nav-header.nav-down ul {
    padding-top: 0px;
    padding-bottom: 0px; }
    .nav-header.nav-down ul li img {
      width: 50px; }

.uppercase {
  text-transform: uppercase; }

.left-corner-flower, .right-corner-flower {
  width: 175px;
  display: inline-block;
  vertical-align: top; }
  .left-corner-flower img, .right-corner-flower img {
    width: 100%; }

.right-corner-flower {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.headline {
  font-family: "Fascinate", cursive;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5em; }

.main-headline {
  font-family: "Fascinate", cursive;
  text-align: center;
  margin-top: 25px;
  font-size: 48px;
  margin: auto;
  display: block;
  width: auto; }
  .main-headline h1 {
    text-align: center;
    font-size: 64px; }

.break {
  display: block; }

.jj-dyl {
  display: block;
  font-size: 88px; }

.subhead {
  margin-top: 15px;
  font-family: "Reenie Beanie", cursive;
  text-align: center; }
  .subhead h2 {
    font-size: 48px; }

.top-container {
  margin-top: 150px;
  margin-bottom: 50px; }

.arrow-down svg {
  display: block;
  margin: auto; }
  .arrow-down svg path {
    transition: fill 0.25s; }
  .arrow-down svg:hover svg {
    -webkit-animation: arrowAnim 5s infinite;
    /* Safari 4+ */
    -moz-animation: arrowAnim 5s infinite;
    /* Fx 5+ */
    -o-animation: arrowAnim 5s infinite;
    /* Opera 12+ */
    animation: arrowAnim 5s infinite;
    /* IE 10+, Fx 29+ */ }
  .arrow-down svg:hover path {
    fill: #447340; }

@keyframes arrowAnim {
  0%, 100% {
    scale: 1; }
  50% {
    scale: 0.5; } }

.mid-container {
  margin-bottom: 50px;
  padding: 25px;
  border: 5px solid #447340;
  background-color: #FFFCF7; }

.main-headline {
  position: relative; }
  .main-headline .blue-jay {
    position: absolute;
    right: 93px;
    top: -30px; }
    .main-headline .blue-jay img {
      width: 70px; }
  .main-headline .blue-h {
    position: absolute; }
    .main-headline .blue-h img {
      width: 75px;
      transform: scaleX(-1); }

.subhead {
  position: relative; }
  .subhead .pansies {
    width: 80px;
    position: absolute; }
    .subhead .pansies img {
      width: 100%; }
    @media all and (max-width: 500px) {
      .subhead .pansies {
        display: none; } }
  .subhead .pansies-1 {
    top: 0px;
    left: 0px; }
  .subhead .pansies-2 {
    top: 0px;
    right: 0px; }
  .subhead .ceremony-flower-2 {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }

.sunflower {
  position: absolute; }
  .sunflower img {
    width: 100px; }

.mid-slider {
  padding-left: 0px;
  padding-right: 0px; }

/* external css: flickity.css */
.carousel {
  background: #FFFCF7; }

.carousel-cell img {
  display: block;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s; }

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6; }

.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1; }

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white; }

.flickity-prev-next-button.no-svg {
  color: white; }

/* closer to edge */
.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none; }

.countdown-clock .number {
  font-family: "Fascinate", cursive;
  text-align: center;
  line-height: 1em; }
  .countdown-clock .number span {
    font-family: "Comfortaa", cursive; }

.countdown-clock .days {
  font-size: 96px; }

.countdown-clock .hours {
  font-size: 62px; }

.countdown-clock .minutes {
  font-size: 36px; }

.countdown-clock .seconds {
  font-size: 24px; }

.countdown-section {
  position: relative; }
  .countdown-section img {
    position: absolute;
    width: 100px; }
    .countdown-section img:first-child {
      left: 0px;
      top: 0px; }
    .countdown-section img:last-child {
      right: 0px;
      top: 0px; }

#reception-body .regular-mid-container {
  background-image: url("../img/french.jpg"); }

#ceremony-body .regular-mid-container {
  background-image: url("../img/friday_botanics.jpg");
  background-size: contain; }

.regular-mid-container {
  padding: 0px; }
  .regular-mid-container .inner-mid-container {
    margin: 25px;
    background-color: #FFFCF7;
    padding: 25px; }

.the-basics .headline {
  margin-bottom: 25px; }

.the-basics ul {
  list-style-type: none;
  padding-left: 25px; }
  .the-basics ul li {
    font-family: "Comfortaa", cursive;
    font-size: 18px;
    margin-bottom: 20px; }
    .the-basics ul li .list-label {
      font-family: "Fascinate", cursive;
      font-size: 28px; }

.convo {
  display: block;
  font-family: "Reenie Beanie", cursive;
  margin-bottom: 0px;
  position: relative; }
  .convo .kiwi-img, .convo .dolly-img {
    width: 100px;
    display: inline-block; }
    .convo .kiwi-img img, .convo .dolly-img img {
      width: 100%;
      vertical-align: middle; }
  .convo p {
    max-width: 450px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    transition: all 0.5s;
    opacity: 1;
    margin-bottom: 0px; }
  .convo.triggered p {
    opacity: 1; }

.dolly-convo {
  float: right; }

.kiwi-convo {
  float: left; }

.details-section .detail-item {
  margin-bottom: 25px; }
  .details-section .detail-item .detail-header {
    font-family: "Fascinate", cursive;
    font-size: 24px;
    margin-bottom: 15px; }
    .details-section .detail-item .detail-header img {
      width: 50px; }
    .details-section .detail-item .detail-header .ceremony-flower {
      width: 100px;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH"; }
    .details-section .detail-item .detail-header p, .details-section .detail-item .detail-header img {
      display: inline-block; }
  .details-section .detail-item .detail-p {
    font-family: "Comfortaa", cursive;
    margin-bottom: 15px; }
    .details-section .detail-item .detail-p .beanie {
      font-size: 24px; }

.details-section#hotels .headline {
  margin-bottom: 25px; }

.details-section#hotels .detail-item {
  margin-bottom: 0px; }

.details-section .hotel-item {
  width: 48%;
  display: inline-block;
  font-family: "Comfortaa", cursive;
  vertical-align: top;
  margin-bottom: 25px;
  text-align: center; }
  .details-section .hotel-item:nth-child(odd) {
    margin-left: 2%; }
  .details-section .hotel-item:nth-child(n+2) {
    margin-bottom: 0px; }
  .details-section .hotel-item a {
    color: #000;
    text-decoration: underline; }
  @media all and (max-width: 767px) {
    .details-section .hotel-item {
      width: 100%;
      display: block; }
      .details-section .hotel-item:nth-child(odd) {
        margin-left: 0px; } }

.details-section .kiwi-callout p {
  font-family: "Reenie Beanie", cursive;
  display: inline-block;
  font-size: 24px; }
  .details-section .kiwi-callout p a {
    color: #000;
    text-decoration: underline; }

.details-section .kiwi-callout img {
  width: 80px;
  display: inline-block; }

.faq-item .kiwi-img {
  width: 100px;
  float: left; }
  .faq-item .kiwi-img img {
    width: 100%; }

.faq-item .faq-q p, .faq-item .faq-a p {
  font-family: "Comfortaa", cursive;
  font-size: 1rem; }

.faq-item .faq-q span, .faq-item .faq-a span {
  font-family: "Fascinate", cursive;
  font-size: 1.2rem; }

.faq-item .faq-q {
  max-width: 650px;
  position: relative;
  top: 50px; }

.faq-item .faq-a {
  max-width: 650px;
  float: right; }
  .faq-item .faq-a .beanie {
    font-family: "Reenie Beanie", cursive;
    font-size: 1.5rem; }

.party-date {
  font-size: 48px;
  font-family: "Comfortaa", cursive; }

.beanie {
  font-family: "Reenie Beanie", cursive; }

.footer-container {
  background-color: #447340;
  width: 100%;
  padding: 50px; }
  .footer-container a {
    color: #fff;
    text-decoration: none; }
    .footer-container a:hover {
      color: #fff; }

.hidden {
  display: none !important; }

.bottom-header {
  text-align: center;
  margin-bottom: 50px;
  color: #000; }
  .bottom-header h3 {
    font-family: "Fascinate", cursive;
    font-size: 64px;
    color: #000 !important; }
    .bottom-header h3:hover {
      color: #000; }
  .bottom-header h5 {
    font-family: "Comfortaa", cursive;
    font-size: 42px;
    color: #000 !important; }
    .bottom-header h5:hover {
      color: #000; }
  .bottom-header a {
    color: #000 !important; }

#transportation .headline {
  margin-bottom: 25px; }
