
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

html {
  min-height: 100%;
}

html,
body {
   -webkit-backface-visibility: hidden;
 }

html,
body {
   height: 100%;
   margin: 0;
   padding: 0;
   display: block;
}

body {
  *zoom: 1; 
}

::-moz-selection {
   background: #b3d4fc;
   text-shadow: none; }

::selection {
   background: #b3d4fc;
   text-shadow: none; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none;
  border-radius: 3px;
  background: #FFFFFF;; }

img {
  -ms-interpolation-mode: bicubic; }

img {
  display: inline-block; }

img {
   vertical-align: middle;
   max-width: 100%; }

fieldset {
   border: 0;
   margin: 0;
   padding: 0;
}

textarea {
   resize: vertical;
   height: auto;
   min-height: 50px;
}

a {
  text-decoration: none;
  color: #999999;
  outline: none;
}

a:hover, 
a:focus {
   color: #727272;
   outline: none; 
}

a:hover {
  cursor: pointer; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }


/* Micro Clearfix */
.cf:before,
.cf:after {
   display: table;
   line-height: 0;
   content: ""; 
}

.cf:after {
   clear: both;
}

/* ===========================================
   TYPOGRAPHY
   =========================================== */

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  xline-height: 1.42857143;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5em;
  color: #777777;
  background: #27354D;
  width: 100%;

}

.text-left {
  text-align: left; 
}

.text-right {
  text-align: right; 
}

.text-center {
  text-align: center; 
}

.text-justify {
  text-align: justify; 
}

.uppercase {
  text-transform: uppercase;
}

/* 
 * HEADINGS
 ----------------------------*/

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: inherit;
   font-weight: 500;
   color: inherit;
   text-transform: uppercase;
   line-height: 1.1;
 }
 
 h1,
 h2,
 h3 {
  margin-bottom: 10px;
  margin-top: 20px;
 }

 h4,
 h5,
 h6 {
   margin-top: 10px;
   margin-bottom: 10px;
 }
 
 h1 {
   font-size: 36px;
 }
 h2 {
   font-size: 30px;
 }
 h3 {
   font-size: 24px;
 }
 h4 {
   font-size: 18px;
 }
 h5 {
   font-size: 14px;
 }
 h6 {
   font-size: 12px;
 }
 p {
  margin: 0 0 10px;
 }

 /* 
  * Text style helpers
  ----------------------------*/
span { 
  font-weight: 300; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

hr {
  clear: both;
  height: 0;
  margin: 1.25em 0 1.1875em;
  border-top: 1px solid rgba(255, 255, 255, 0.3); 
}

i.icon {
   position: relative;
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}

/* 
 * LISTS 
 ----------------------------*/
ul,
ol {
  margin-top: 0;
  list-style: none;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* =======================================
   PAGE LAYOUT
   ======================================= */

section:before,
section:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
section:after,
.container:after {
  clear: both;
}

/* Wrap Site*/
#sb-site { /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll; /* height must be set */
}

/* Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1;
  *max-width: 1170px; 
}

.container:before, 
.container:after {
  content: " ";
  display: table; 
}
.container:after {
  clear: both; 
}

section:before,
section:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
section:after,
.container:after {
  clear: both;
}

/* 
 * Center Grid Columns 
 */
 
.col-xs-centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important; 
}
@media (min-width: 768px) {
  .col-sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; 
  }
}
@media (min-width: 992px) {
  .col-md-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; 
  }
}
@media (min-width: 1200px) {
  .col-lg-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; 
  }
}

/* Page */
.page {
  padding-top: 30px;
  padding-bottom: 50px;
}

.block {
  padding-top: 0;
  text-align: center;
  padding: 20px 0;
}

.content-block {
  margin-bottom: 70px;
}

.text-block {
  margin-bottom: 50px;

}

/* ==================================
   UI Elements - Base Styles
   ================================== */

/* 
 * Icon List 
 */
.icon-list {
  margin: 0;
}

.icon-list li {
  margin-bottom: 10px;
  text-align: left;
}

.icon-list i {
  color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  padding-right: 10px;
}

.icon-list {
  xfont-family: 'helvetica neue', helvetica;
  font-weight: 300;
  font-size: 16px;
}
.icon-list p {
    display: inline;
    padding: 0;
    margin: 0;
}
.icon-list a {
  color: #fff;
  position: relative;
  padding-bottom: 1px;
  display: inline;;
}

.icon-list li .fa {
  right: 6px;
  display: inline;;

}

/* ==================================
   Buttons
   ================================== */

/* Resets */
button, 
input, 
select[multiple], 
textarea {
background-image: none;
-webkit-appearance: none;
border: none;
/* Removes iOS radio input styles */
}

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus {
outline: 0;
outline-offset: -2px;
}

.btn:active, 
.btn.active {
outline: 0;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
}

/* Custom */
form .btn {
cursor: pointer;
display: block;
background: #EC018C;
color: #fff;
-webkit-appearance: none;
border-radius: 4px;
border-color: transparent;
padding: 15px 0;
margin: 0 auto;
width: 160px;
right: 10px;
}

form .submit {
position: relative;
}

form .reset {
color: #000;
background: #fff;
border-color: #CFCFCF;
border: 1px solid;
right: 10px;
margin: 0 auto;
position: relative;

}

@media only screen and (max-width: 768px){

form .btn,
form .reset {
right: 0;
}
}



form .reset:hover,
form .reset:focus {
background: #FFF;
color: #000;
border: 1px solid;
border-color: #EC018C;
}

.btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.36);
}

.btn-circle:hover, 
.btn-circle:focus, 
.btn-circle:active, 
.btn-circle.active {
  color: #333;
  border-color: #FFFFFF;
  background-color: rgba(235, 235, 235, 0);
}

.btn:hover, .btn:focus {
  color: #FFF;
  background: rgba(255, 0, 151, 1);
  text-decoration: none;
  border-color: rgba(245, 9, 149, 1);
}



/* ================================
   NAVBAR 
   ================================ */
  

  .navbar .container {
    margin-right: auto;
    margin-left: auto;
  }

  .navbar .nav a {
    color: rgb(214, 224, 241);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px;
  }

/* Nav active states */
.nav > li > a:hover, 
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}
.nav li.active a {
   color: #EC018C;
}

/* Centered inline nav */
.nav-inline {
  text-align: center;
}
.nav-inline li {
  display: inline;
}
.nav-inline li a {
  display: inline-block;
}

/* --------------------
* 00 - Desktop Navbar
*/
@media (min-width: 980px) {

  .navbar {
     left: 0; 
     right: auto;
     top: 0;
     position: fixed;
     border-bottom: 1px solid rgba(226, 226, 226, 0);
     z-index: 10;
     width: 100%;
     padding-top: 40px;
     padding-bottom: 40px;
     background: transparent;
     display: block;
     visibility: visible;

     -webkit-transition: ease-out 0.2s;
        -moz-transition: ease-out 0.2s;
         -ms-transition: ease-out 0.2s;
          -o-transition: ease-out 0.2s;
             transition: ease-out 0.2s;

     /* Remove Bootstrap default styles */
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0;
  }

  /* navbar scrolled | alt */
  .navbar.alt {
     padding: 14px 0;
     background: #2C3953;
     background-color: #2C3953;
     display: block;
     visibility: visible;
     border-bottom: 1px solid rgba(0, 0, 0, 0.14);
        -moz-transition: ease-out 0.2s;
         -ms-transition: ease-out 0.2s;
          -o-transition: ease-out 0.2s;

     -webkit-transition: padding 0.2s ease-out;
             transition: padding 0.2s ease-out; 
  }
}

@media (max-width: 979px) {
  .navbar {
    display: none;
  }
}


.page {
  text-align: center;
}
h1 {
  font-family: 'source-sans-pro', sans-serif;
  font-size: 56px;
  margin: 0;
  font-weight: 900;
}

h3 {
  font-weight: 700;
  margin: 0;
}

p {
  font-size: 15px;
  font-weight: 300;
  margin: 20px 0;
  line-height: 28px;
}

.p-block {
  display: block;
  margin: 0 auto;
  width: 600px;
}

.icon-divider,
.divider {
  margin: 0;
  padding: 0;
}

hr,
.block hr {
  width: 80px;
  border-width: 1px 0 0;
  display: inline-block;
  margin: 0 15px;
}

/* Mobile */
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) {
  .p-block {
    width: 100%;
  }
}

.hr {
  width: 80px;
  margin: 20px auto;
}


.where-to-stay hr {
  xborder: 1px solid #28354C;
  border-width: 1px 0 0;
  margin: auto;
  display: inline-block;
  width: 80px;
  border-top-color: rgba(211, 232, 255, 0.21);
}



/* ------------ Icon Images ------------ */
.heart {
  width: 20px;
  display: inline-block;
}

.bed {
  width: 34px;
}

.bowtie {
 width: 62px;
}

.purse {
 width: 53px;
}

.fork-spoon {
  width: 24px;;
}

.bottle {
  width: 10px;
}

.shirt {
  width: 34px;
}

.gift {
  width: 34px;

}

.tower {
  margin: 40px 0px 20px 0px;
  width: 36px;
}

.compass {
  display: inline-block;
  width: 60px;
  margin: 40px 0px 40px 0px;
}

.car {
  display: inline-block;
  width: 60px;
  margin: 30px 0;
}
/* Page background */
 section.bg-pattern {
   xbackground-image: url('../img/pat/witewall_3.png');
   xbackground-position: top left;
   xbackground-repeat: repeat;
   xbackground-attachment: scroll;
   xposition: relative;
   xbackground-size: 220px;
   xbackground-color: #FFFAF2;
   background-color: #FFFFFF;
 }

/* Page Logo - Global Styles */
 .page .logo {
   position: relative;
   background-position: bottom;
   background-repeat: no-repeat;
   width: 100%;
   background-size: contain;
   margin: 40px auto;
   height: 200px;
 }

 @media (min-width: 768px) {
   .page .logo {
     height: 210px;
     margin: 50px 0;
   }
 }

 @media (min-width: 992px) {
   .page .logo {
     height: 240px;
     margin: 70px 0;
   }
 }

 @media (min-width: 1200px) {
   .page .logo {
     margin: 60px 0;
   }
 }
 /* ==================================
    PAGE 1: Intro
    ================================== */

 #home{
   position: relative;
   width: 100%;
   -webkit-transition: all 0.25s ease-in-out;
   -webkit-perspective: 1000;
   height: 100%;
   margin-top: 0;
   padding-top: 0;
   overflow: hidden;
 }

 .home-logo {
   background-image: url('../img/home-logo-lg.png');
   background-repeat: no-repeat;
   width: 100%;
   background-size: contain;
   height: 240px;
   position: relative;
   margin-bottom: 50px;
   top: 140px;
   background-position: center;
 }

 .intro h1, 
 .intro h2, 
 .intro h3, 
 .intro p {
   color: #FFF;
   margin-bottom: 0;
   font-weight: 500;
 }

 /* Mobile */
 @media only screen and (max-width: 640px) {
   
   #home {
     height: 400px;
     overflow: hidden;
     position: relative;
     width: 100%;
     -webkit-transition: all 0.25s ease-in-out;
     -webkit-perspective: 1000;
     padding-top: 0;
     margin-top: 0;
   }
   
   #home .home-logo {
     width: 95%;
   }

   .home-logo {
     position: relative;
     background-position: center;
     background-repeat: no-repeat;
     height: 45%;
     width: 95%;
     background-size: contain;
     top: 20px;
   }
 }


 /* -------- Skyline --------- */

 .buildings {
   background-image: url('../img/buildings/buildings-cmp-lg.png');
   background-repeat: no-repeat;;
   background-size: 100%;
   height: 100%;
   bottom: 70px;;
   position: relative;
   width: 100%;
   background-position: center;
 }

 /* small & medium screens */
 @media only screen and (max-width: 990px) {
   .buildings {
     position: absolute;
     bottom: 0;
     background-position: bottom;
     background-repeat: no-repeat;
     width: 100%;
     background-size: 100%;
     height: 100%;
     background-image: url('../img/buildings/buildings-cmp-md.png');
   } 
 }

 /* Mobile Devices */
 @media only screen and (max-width: 480px) {
   .buildings {
     background-image: url('../img/buildings/buildings-cmp-sm.png');
     position: absolute;
     bottom: 0;
     background-position: bottom;
     background-repeat: no-repeat;
     width: 100%;
     background-size: 100%;
     height: 100%;
   } 
 }

/* ====================================== 
 * PAGE 2 | "Our Story" 
 * ====================================== */

.our-story-logo {
  background-image: url('../img/our-story-logo-@2.png');
}

/* ====================================== 
 * PAGE 3 | "The Big Day" 
 * ====================================== */

 .the-big-day {
   color: #fff;
   background: #2A354C;
 }

 .big-day-logo {
   background-image: url('../img/big-day-logo-lg.png');
 }

.the-big-day p {
  margin: 10px 0;
  line-height: 2.4;

}

.the-big-day hr {
  border-top-color: rgba(255, 255, 255, 0.23);
}

/* Custom icon divider widths */
.the-big-day hr.one {
  width: 240px;  
}
.the-big-day hr.two {
  width: 195px;
}
.the-big-day hr.three {
  width: 110px;
}

/* MOBILE Custom icon divider widths */
@media only screen and (max-width: 640px) {
  .the-big-day hr.one,
  .the-big-day hr.two,
  .the-big-day hr.three {
    width: 90px;
  }
}

.the-big-day .content-block {
  margin-bottom: 70px;
}

.the-big-day .text-block {

}

/* Mobile Screens */
@media only screen and (max-width: 640px) {

  .the-big-day h1 {
    margin-left: 0;
    font-size: 44px;
    line-height: 1;

  }
  .the-big-day h3 {
    line-height: 1;;
  }

  .the-big-day p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .6px;;;
  }

  .the-big-day .tower {
    width: 26px;
   
  }

  .the-big-day .compass {
    width: 50px;
    
  }
}


/* ====================================== 
 * PAGE 4 | "Wedding Party" 
 * ====================================== */

.wedding-party {
 text-align: center;
 color: #28354C;
}

.wedding-party-logo {
 background-image: url('../img/wedding-party-logo-lg.png');
}

.wedding-party .pad {
 padding-bottom: 30px;
 
}

.wedding-party .name-block {
 padding-bottom: 40px;
}

.wedding-party h1,
.wedding-party h2,
.wedding-party h3 {
 font-family: 'lovelo', sans-serif;
}

.wedding-party h1 {
 font-weight: 900;
 margin-bottom: 2px;
 font-size: 45px;;
}

.wedding-party h2 {
 font-size: 34px;
}

.wedding-party h3 {
 font-size: 28px;
 font-weight: 700;
 margin-bottom: 0;
}

.wedding-party h5 {
 font-weight: 400;
 font-size: 14px;
 letter-spacing: 1.3px;
 text-transform: none;
}

.wedding-party hr {
 width: 110px;
 margin-top: 2px;
 border-top: 1px solid;
 margin: 0 5px;
}

.wedding-party .ampersand {
 color: rgba(243, 243, 243, 0.74);
 font-size: 302px;
 margin-top: 50px;
 font-weight: 400;
}

.wedding-party h2.script {
 font-size: 64px;
 text-transform: none;
 font-family: 'cac-champagne', sans-serif;
 font-weight: 500;
 margin: 0;
 letter-spacing: 1.1px;
}


.wedding-party .fancy-line {
 width: 356px;
}

.wedding-party .fancy-line.small {
 width: 315px;
}


.wedding-party ul {
  padding-top: 20px;
}

.wedding-party li {
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.wedding-party .small-block {
  padding-bottom: 50px;
}
.wedding-party .small-block hr {
  position: relative;
  top: -8px;
  width: 70px;
  border-top-color: rgba(40, 53, 76, 0.32);

}

.wedding-party .small-block ul {
  padding-top: 5px;

}

.wedding-party .small-block li {
  font-size: 13px;
  letter-spacing: 2px;;
}


/* Mobile Styles */
@media only screen and (max-width: 640px) { 

  .wedding-party hr {
    width: 80px;
  }
  .wedding-party .ampersand {
    font-size: 102px;
    margin-top: 0;
    font-weight: 800;
  }
  
}



/* ====================================== 
 * PAGE 5 | "Where to stay" 
 * ====================================== */

 .where-to-stay {
  color: #fff;
  background: #2A354C;
 }

 .where-to-stay-logo {
  background-image: url('../img/where-to-stay-logo-lg.png');
}

.where-to-stay h1,
.where-to-stay h3 {
  font-family: 'source-sans-pro', sans-serif;
}

.where-to-stay h3 {
   margin-top: 0;
   font-weight: 600;
   margin-bottom: 20px;
}

.where-to-stay hr {
  xborder: 1px solid #28354C;
  border-width: 1px 0 0;
  margin: 0 15px;
  display: inline-block;
  width: 80px;
  border-top-color: rgba(211, 232, 255, 0.21);
}

.where-to-stay .info-block {
  display: block;
  margin: auto;
  width: 270px;
}


/* Mobile */
@media only screen and (max-width: 640px) { 

  
}


/* Tablet min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { }

/* Desktop min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { }

/* ====================================== 
 * PAGE 6 | The Day After 
 * ====================================== */

#the-day-after {
  color: #2C3C53;
}

.day-after-logo {
  background-image: url('../img/day-after-logo-lg.png');
}

.the-day-after hr {
  border-width: 1px 0 0;
  border-top-color: rgba(40, 53, 76, 0.54);
  margin: 0 15px;
  display: inline-block;
  width: 124px;
}


/* Target Mobile */
@media only screen and (max-width: 640px) {

  .the-day-after hr {
    margin: 0 15px;
    width: 90px;
  }
}
/* Tablet min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { }

/* Desktop min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { }

 /* ====================================== 
  * PAGE | Explore Boston 
  * ====================================== */
  
.explore-boston {
  color: #fff;
  background: #2A354C;
}

.explore-logo {
  background-image: url('../img/explore-logo-lg.png');
}


.explore-boston hr {
  width: 80px;
  display: inline-block;
  border-width: 1px 0 0;
  border-top-color: #28354C;
  margin: 0 15px;
}

/* Tablet min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { }

/* Desktop min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { }




/* ====================================== 
 * PAGE | R.S.V.P. 
 * ====================================== */

#rsvp {
   color: #2C3C53;
}
.rsvp-logo {
  background-image: url('../img/rsvp-logo-lg.png');
}

/* ====================================== 
 * PAGE | Registry 
 * ====================================== */

#registry {
  color: #fff;
  background: #2A354C;
}

.registry-logo {
  background-image: url('../img/registry-logo-lg.png');
}

.registry hr {
  width: 220px;
  display: inline-block;
  border-width: 1px 0 0;
  border-top-color: rgba(255, 255, 255, 0.31);
  margin: 0 15px;
}

.registry .image {
  display: block;
  margin: auto;
  height: auto;
  padding-top: 20px;
  width: 148px;
  cursor: pointer;

  -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
       -ms-transition: all .2s ease;
           transition: all .2s ease;
}

.registry .image:hover {
  margin-bottom: 20px;
  padding-top: 10px;
}

/* Target Mobile */
@media only screen and (max-width: 640px) {
  .registry hr {
    width: 90px;
    margin: 0 15px;
  }
}


/*
 * Responsive Helper Classes
 */

   /* --------------------
    * 005 - Helper Classes
    */

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { 
  .show-for-desktop-only {
   xdisplay: none;
  }
}

/* min-width 1025px, large screens */
/* max-width , mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 
  .hide-for-mobile {
    display: none;
  }
}


@media only screen and (max-width: 900px) {
  .show-for-desktop-only {
    display: none;
  }
}



