/* CSS
---------------------------------------------------------------------------------------------------------------*/
/* ANIMATIONS
---------------------------------------------------------------------------------------------------------------*/
/* KEYFRAMES
---------------------------------------------------------------------------------------------------------------*/
/* KEYFRAMES
---------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-moz-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-o-keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-moz-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-o-keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-moz-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-o-keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes owl-head {
  0% {
    transform: rotate(0deg);
    z-index: 0; }
  10% {
    z-index: 2; }
  15%, 40% {
    z-index: 2;
    transform: rotate(35deg); }
  45%, 100% {
    z-index: 0;
    transform: rotate(0deg); } }
@-moz-keyframes owl-head {
  0% {
    transform: rotate(0deg);
    z-index: 0; }
  10% {
    z-index: 2; }
  15%, 40% {
    z-index: 2;
    transform: rotate(35deg); }
  45%, 100% {
    z-index: 0;
    transform: rotate(0deg); } }
@-o-keyframes owl-head {
  0% {
    transform: rotate(0deg);
    z-index: 0; }
  10% {
    z-index: 2; }
  15%, 40% {
    z-index: 2;
    transform: rotate(35deg); }
  45%, 100% {
    z-index: 0;
    transform: rotate(0deg); } }
@keyframes owl-head {
  0% {
    transform: rotate(0deg);
    z-index: 0; }
  10% {
    z-index: 2; }
  15%, 40% {
    z-index: 2;
    transform: rotate(35deg); }
  45%, 100% {
    z-index: 0;
    transform: rotate(0deg); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* GLOBAL
---------------------------------------------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, a, blockquote, cite, ol, ul, li, fieldset, form, label, img, div, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 62.5%;
  color: #141726; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* GENERAL
---------------------------------------------------------------------------------------------------------------*/
.wrap {
  width: 82%;
  padding: 0 9%; }

a {
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer; }

h1 {
  font-family: 'Abril Fatface', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3.8em;
  line-height: 52px; }

h2 {
  font-family: 'Abril Fatface', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3em;
  line-height: 30px;
  margin-bottom: 30px; }

p, li {
  font-size: 1.6em;
  line-height: 32px; }
  p strong, li strong {
    font-weight: 600; }

li {
  font-size: 1.6em;
  line-height: 28px; }

ul {
  list-style: none; }
  ul li {
    margin-bottom: 16px; }
    ul li strong {
      display: block; }

/* OWL
---------------------------------------------------------------------------------------------------------------*/
.owl {
  display: block;
  background-image: url(../images/owls-andrew-meagan.png);
  background-size: 136px 174px;
  width: 136px;
  height: 174px;
  position: relative;
  z-index: 1; }

.owl-head {
  display: block;
  background-image: url(../images/owl-head.png);
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0; }

/* HOME
---------------------------------------------------------------------------------------------------------------*/
.owl {
  margin: 30px 0; }

.intro h1 {
  margin: 0 0 30px 0; }

.love p {
  margin-bottom: 30px; }

.rsvp {
  margin: 0 0 70px 0; }
  .rsvp p {
    margin-bottom: 30px; }
  .rsvp .button {
    font-family: 'Abril Fatface', 'Georgia', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    background-color: #F0C6B9;
    color: #141726;
    height: 50px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 40px; }
    .rsvp .button:hover {
      color: #fff;
      background-color: #141726; }
    .rsvp .button.null {
      background-color: #eee;
      color: #fff;
      cursor: not-allowed;
      float: left; }
  .rsvp .closed {
    font-size: 1.5em;
    line-height: 60px;
    color: #ccc;
    float: left;
    clear: both;
    margin: 0 0 50px 0; }

.dates a {
  color: #141726;
  display: inline-block;
  position: relative;
  line-height: 27px;
  border-bottom: 1px dotted #F0C6B9; }
  .dates a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #141726;
    transition: 0.4s ease; }
  .dates a:hover:after {
    width: 100%; }
  .dates a:hover {
    border-bottom-color: #fff; }

.photobooth-1 {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 0 0 50px 0; }

.story {
  margin: 60px 0; }
  .story p {
    margin: 0 0 20px 0; }

.photobooth-2 {
  width: 100%;
  height: auto;
  max-width: 360px; }

.handwriting {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 60px 0 0 0; }

.footer {
  width: 100%;
  float: left;
  clear: both;
  margin: 60px 0;
  text-align: center; }
  .footer p {
    line-height: 20px; }
    .footer p span {
      display: inline-block;
      width: 23px;
      height: 20px;
      background: url(../images/love.png) no-repeat;
      background-size: 23px 20px;
      margin: 0 8px;
      text-indent: -9999px; }
    .footer p a {
      color: #141726;
      display: inline-block;
      position: relative;
      padding-bottom: 5px;
      border-bottom: 1px dotted #F0C6B9; }
      .footer p a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        border-bottom: 1px solid #141726;
        transition: 0.4s ease; }
      .footer p a:hover:after {
        width: 100%; }
      .footer p a:hover {
        border-bottom-color: #fff; }

/* ANIMATIONS
---------------------------------------------------------------------------------------------------------------*/
.owl-head {
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 8s;
  -webkit-animation-name: owl-head;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-delay: 4s;
  -moz-animation-duration: 8s;
  -moz-animation-name: owl-head;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-delay: 4s;
  -o-animation-duration: 8s;
  -o-animation-name: owl-head;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 4s;
  animation-duration: 8s;
  animation-name: owl-head;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-iteration-count: infinite; }

.owl,
.intro,
.dates,
.story,
.love,
.rsvp,
.handwriting,
.footer {
  opacity: 0; }

.in-view.intro, .in-view.rsvp, .in-view.footer, .in-view.handwriting {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-delay: 0.4s;
  -moz-animation-duration: 1s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-delay: 0.4s;
  -o-animation-duration: 1s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.4s;
  animation-duration: 1s;
  animation-name: bottom-to-top;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.in-view.love {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bottom-to-top;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-name: bottom-to-top;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1s;
  -o-animation-name: bottom-to-top;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: bottom-to-top;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.in-view.story {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: right-to-left;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-name: right-to-left;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1s;
  -o-animation-name: right-to-left;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: right-to-left;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.in-view.dates {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: left-to-right;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-name: left-to-right;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1s;
  -o-animation-name: left-to-right;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: left-to-right;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.in-view.owl {
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.4s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 1.4s;
  -o-animation-duration: 1s;
  -o-animation-name: fade-in;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease;
  animation-delay: 1.4s;
  animation-duration: 1s;
  animation-name: fade-in;
  animation-fill-mode: forwards;
  animation-timing-function: ease; }

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