html, * {
  box-sizing: border-box; }

html {
  font: 100%/1.5 Arial, sans-serif;
  background: #444349 url(../img/stardust.png) repeat;
  background-position: 50% 0px;
  transition: background-position 0.5s ease-out;
  -webkit-transform: translate3d(0, 0, 0); }

body {
  font-family: "adelle-sans", "helvetica", sans-serif;
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0; }

.hide {
  display: none !important;
  visibility: hidden; }

.divider {
  height: 5rem; }

.wcontainer {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 2rem;
  overflow-x: hidden; }
  .wcontainer > .row {
    margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "bookmania", serif;
  font-weight: bold;
  margin: 0 0 2rem 0; }
  h1.pee, h2.pee, h3.pee, h4.pee, h5.pee, h6.pee {
    margin-bottom: -.6rem; }
  h1.pod, h2.pod, h3.pod, h4.pod, h5.pod, h6.pod {
    margin-top: .3rem; }
  h1.tk-adelle-sans, h2.tk-adelle-sans, h3.tk-adelle-sans, h4.tk-adelle-sans, h5.tk-adelle-sans, h6.tk-adelle-sans {
    text-shadow: none;
    font-weight: normal; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -1px; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

a {
  color: #fff;
  text-decoration: none;
  border: 0; }
  a.button {
    color: #fff;
    text-decoration: none;
    padding: 0.2em 0.6em;
    border: 2px solid #fff;
    transition: background-color 0.2s;
    border-radius: 0.2em; }
    a.button:hover {
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2); }

p {
  margin: 0 0 1.6em 0; }

.upper {
  text-transform: uppercase; }

.ruled {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  display: inline-block; }

.big {
  font-size: 1.5em; }

.shadow, h1, h2, h3, h4, h5, h6 {
  text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 0px; }

.align-center {
  text-align: center; }
  .align-center img {
    width: auto;
    max-width: 100%; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.intro {
  position: relative; }
  .intro .swordfish {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: -1; }
  .intro .logo {
    display: block;
    margin: 0 auto 1rem; }

.map {
  margin: 5rem 0;
  position: relative; }
  .map .label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 274px;
    height: 65px;
    margin: -32px 0 0 -137px;
    z-index: 99; }
  .map .scroll-l, .map .scroll-r {
    position: absolute;
    top: -20px;
    z-index: 99;
    width: 52px;
    height: 460px; }
  .map .scroll-l {
    left: -30px;
    background: url(../img/Map-Scroll-L.png) no-repeat; }
  .map .scroll-r {
    right: -30px;
    background: url(../img/Map-Scroll-R.png) no-repeat; }
  .map iframe {
    background: #fff; }

.timeline {
  text-align: center; }
  .timeline ul {
    width: 70%;
    margin: 3rem auto;
    padding: 0;
    list-style-type: none;
    background: url(../img/Scribble.png) no-repeat center center;
    background-size: contain; }
    .timeline ul li {
      clear: both;
      overflow: hidden;
      margin: 0 0 2rem 0;
      text-align: left;
      font-size: 2rem; }
      .timeline ul li .bubble {
        display: inline-block;
        vertical-align: middle;
        width: 6rem;
        height: 6rem;
        margin-right: 1em;
        font-size: 1.2rem;
        text-align: center;
        background: rgba(0, 0, 0, 0.4) url(../img/Shine.png) no-repeat 86% 8%;
        border-radius: 50%; }
        .timeline ul li .bubble strong {
          display: block;
          margin: 1.3rem 0 -0.1em 0;
          line-height: 1em;
          font-size: 2.4rem;
          font-family: "bookmania", serif;
          font-weight: bold;
          text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 0px; }
      .timeline ul li:last-child {
        margin-bottom: 0; }
  .timeline img.line {
    opacity: 0.4;
    max-width: 100%; }
    .timeline img.line:last-child {
      -moz-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1);
      filter: FlipV;
      -ms-filter: "FlipV"; }

.rsvp {
  margin: 5rem 0; }
  .rsvp h2 {
    font-size: 6rem; }

.gifts img {
  opacity: 0.6;
  margin-bottom: 5rem; }

@media only screen and (max-width: 800px) {
  .intro .swordfish {
    opacity: 0.3; }

  .wcontainer {
    margin-top: 1rem;
    padding: 2rem 0.4rem; }

  .intro img.banner {
    width: 800px;
    max-width: none;
    position: relative;
    left: -400px;
    margin-left: 50%; } }
@media only screen and (max-width: 600px) {
  img.banner, img.line {
    width: 600px;
    max-width: none !important;
    position: relative;
    left: -300px;
    margin-left: 50%; }

  .timeline ul {
    width: 100%; }

  .timeline .bubble {
    float: left; } }

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