/* Table of Content */
/* -------------------- */
/* 1. Imports & Clears */
/* 2. Reset */
/* -------------------- */
/* 1. Imports & Clears */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Kristi);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic);
.header ul:after, .newlyweds:after, .blog-preview .articles:after, .blog-preview .people:after, .party .articles:after, .party .people:after, .view-posts:after, .rsvp:after, .rsvp-form:after, .twitter .feed:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

/*
// Misty
$default-color: #95888f;
$default-color-light: #d8c4c5;

// Grape
$default-color: #553a4b;
$default-color-light: #a47692;

// Rosy
$default-color: #a47692;
$default-color-light: #e0b5d0;

// Plum
$default-color: #4c3a54;
$default-color-light: #9776a5;

// Wisteria
$default-color: #81678c;
$default-color-light: #d5b4df;

// Navy
$default-color: #3b3b55;
$default-color-light: #7677a5;

// Icy
$default-color: #68688c;
$default-color-light: #b4b6df;

// Olive
$default-color: #51533b;
$default-color-light: #9fa577;

// Sage
$default-color: #888c67;
$default-color-light: #dadfb6;
*/
/* natural box layout model to all elements */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 15px;

}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 2. Reset */
body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p, ol, button, hr, blockquote {
  margin: 0;
  padding: 0; }

article, figure, footer, header, nav, section, details, summary {
  display: block; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

/* 3. General */
html {
  background: #fff; }

body {
  font: 18px "Open Sans", sans-serif;
  color: #5f5f5f;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: #5c5157; }

a {
  text-decoration: none;
  color: #5c5157;
  outline: none;
  -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; }
  a:hover {
    color: #9c8484; }

div {
  width: auto;
  height: auto;
  margin: 0 auto; }


/* 4. Main Container */
.page {
  text-align: left;
  overflow: hidden; }
  .page .container {
    max-width: 1038px; }
    @media all and (max-width: 1038px) {
      .page .container {
        width: 98%; } }


/* 5. Header Block */
.header {
  position: fixed;
  top:0;
  left:0;
  width: 100%;

  z-index: 3;
  background-color: #9e1c36;
  text-align: center; }
  .header ul {
    padding: 5px 0; }
    .header ul li {
      display: inline-block;
      font-weight: 300;
      font-size: 0.66667em;
      line-height: 18px;
      text-transform: uppercase;
      padding: 5px 0; }
      .header ul li a {
        padding: 5px 25px;
        color: #fff; }
        .header ul li a:hover {
          color: #9c8484; }

/* 6. Intro Block */
.intro {
  text-align: center;
  color: #fff;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .intro h1 {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    color: #fff; }

/* 6.1 Intro Block Homepage */
.homepage .intro {
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .homepage .intro h1, .homepage .intro .date {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    color: #fff; }
  .homepage .intro h1 {
    font-size: 5.55556em; }
    .homepage .intro h1 span {
      color: #5c5157;
      font-size: 1.3em; }
      @media all and (max-width: 900px) {
        .homepage .intro h1 span {
          font-size: 1.1em;
          display: block; } }
    @media all and (max-width: 900px) {
      .homepage .intro h1 {
        font-size: 5em;
        line-height: 1.2em; } }
  .homepage .intro p {
    font-family: "Kristi", cursive;
    font-size: 3.33333em;
    line-height: 60px; }
  .homepage .intro .date {
    font-size: 1em;
    line-height: 18px; }

/* 6.2 Intro Block Page */
.page-content .intro {
  min-height: 260px;
  padding: 96px 0; }
  .page-content .intro h1 {
    font-size: 2.5em; }
    .page-content .intro h1:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .page-content .intro h1:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .page-content .intro p {
    font-size: 1em;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em; }

/* 7. Newlyweds Block */
.newlyweds {
  padding: 40px 0; }
  .newlyweds .bride, .newlyweds .groom {
    padding: 80px 40px 0;
    float: left;
    width: 50%; }
  .newlyweds .bride {
    text-align: left; }
    .newlyweds .bride h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
  .newlyweds .groom {
    text-align: left; }
    .newlyweds .groom h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .newlyweds p {
    font-size: 0.77778em;
    line-height: 25px; }
  .newlyweds h2, .newlyweds h3 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .newlyweds h2 {
    font-size: 2.5em; }
  .newlyweds h3 {
    font-size: 1em;
    color: #9c8484;
    letter-spacing: .2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }

/* 8. Venue Block */
.venue {
  text-align: center;
  font-weight: 300;
  z-index: 2;
  position: relative; }
  .venue h2 {
    font-size: 2.5em;
    text-transform: uppercase; }
    .venue h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .venue h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .venue p {
    margin-bottom: 30px; }
    .venue p span {
      color: #9c8484; }
    .venue p:last-child {
      margin-bottom: 0; }
  .venue .subtitle {
    text-transform: uppercase;
    color: #9c8484;
    font-weight: 300;
    margin-bottom: 70px;
    letter-spacing: 0.2em; }

/* 10. Footer Block */
.footer .container {
  padding: 25px 40px;
  position: absolute;
  bottom: 0px;
  width:100%;
  background-color: #9e1c36;
  text-align: right;
  font-size: 0.77778em; }
.footer p {
  color: #fff; }
.footer a {
  text-decoration: underline;
  color: #C1C1C1;}
  .footer a:hover {
    text-decoration: none;
    color: #fff;}




/* 13. Accomodation Block */
.accomodation {
  text-align: center;
  color: #fff;
  background-color: #a85151; }
  .accomodation .container {
    padding: 100px 40px; }
  .accomodation h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff; }
    .accomodation h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .accomodation h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .accomodation .subtitle {
    text-transform: uppercase;
    color: #caabab;
    font-weight: 300;
    margin-bottom: 70px;
    letter-spacing: 0.2em; }
  .accomodation h3 {
    font-size: 1.33333em;
    color: #fff; }
  .accomodation h3, .accomodation p {
    margin-bottom: 30px; }
  .accomodation p {
    font-weight: 300; }
    .accomodation p a {
      color: #9c8484;
      text-transform: uppercase;
      text-decoration: underline; }
      .accomodation p a:hover {
        text-decoration: none;
        color: #fff; }
    .accomodation p:last-child {
      font-size: 0.77778em; }

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