/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
  line-height: 1.231;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear:before,
.clear:after {
  display: block;
  content: "";
  clear: both;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  color: #222222;
}
.parallax .viewport {
  height: 100%;
}
.parallax header {
  display: none;
}
.picture {
  background: url(../images/default.jpg) no-repeat 28% 25%;
  background-size: cover;
  background-attachment: fixed;
}
.picture .promo {
  right: 0;
  top: 150px;
  position: absolute;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .picture .promo {
    position: relative;
    top: 0;
    margin: 50px 0;
  }
}
.blur {
  background: url(../images/blur.jpg) no-repeat 28% 25%;
  background-size: cover;
  background-attachment: fixed;
}
.blur .promo {
  margin: 50px 0;
}
header {
  transition: all .4s ease;
  background: #ffffff;
  padding: 0 18px;
}
header .siteTitle {
  text-decoration: none;
  color: #222222;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 44px;
  float: left;
  display: block;
}
header nav {
  float: right;
}
header nav a {
  display: inline-block;
  line-height: 44px;
  text-decoration: none;
  color: #000;
  margin-left: 8px;
}
header nav a:hover {
  text-decoration: underline;
}
.content {
  padding: 0 18px;
}
.container {
  transition: all .4s ease;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}
.location {
  color: #6a1b9a;
  font-size: 25px;
}
.attractions {
  text-align: left;
}
.attractions h4 {
  font-weight: 400;
  margin-bottom: 10px;
}
.attractions ul ul {
  padding-left: 15px;
}
.attractions h2 {
  margin: 20px 0 15px;
  text-transform: none;
}
.attractions li {
  margin-bottom: 15px;
}
.attractions li .fa {
  position: absolute;
  left: 0;
  line-height: 32px;
  font-size: 23px;
  width: 22px;
  text-align: center;
}
.attractions li a {
  text-decoration: none;
  color: #222222;
  display: block;
  padding-left: 30px;
  line-height: 17px;
  position: relative;
}
.attractions .descriptor {
  color: #888;
  font-size: 13px;
  display: block;
  line-height: 15px;
}
.section,
.promo,
header {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.promo {
  background: #ffffff;
  text-align: center;
  width: 500px;
  margin: 0 auto;
  border-radius: 10px;
}
.promo.showOptions .fab:after {
  content: "";
}
.promo.showOptions .options {
  opacity: 1;
  visibility: visible;
  height: 40px;
}
.promo.itinerary .main {
  padding: 18px;
}
.promo .main {
  padding: 18px;
}
.promo .subtitle {
  font-size: 36px;
  margin-bottom: 15px;
}
.promo a.date {
  display: block;
  color: #6a1b9a;
  font-size: 50px;
  margin-bottom: 8px;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .promo a.date {
    font-size: 32px;
  }
}
.promo .options {
  font-size: 16px;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.promo .options li {
  width: 50%;
  float: left;
}
.promo .options li a {
  color: #222222;
  font-weight: normal;
  text-align: center;
  display: block;
  line-height: 40px;
}
@media (max-width: 1000px) {
  .promo {
    position: relative;
    top: auto;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .promo {
    width: auto;
  }
}
.fab {
  transition: all .4s ease;
  background: #6a1b9a;
  border-radius: 50%;
  color: white;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 32px;
  text-align: center;
  line-height: 47px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  z-index: 10;
}
.fab:after {
  content: "26";
  display: block;
  text-decoration: none;
  font-size: 18px;
  position: absolute;
  font-weight: normal;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 58px;
}
.section {
  background: #ffffff;
  padding: 18px;
  border-radius: 5px;
  margin: 50px 0;
}
h2 {
  font-weight: bold;
  text-transform: uppercase;
}
h3 {
  margin-top: 20px;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 2px solid #6a1b9a;
  color: #6a1b9a;
}
.line {
  margin-bottom: 10px;
}
strong {
  font-weight: 500;
}
.info {
  padding-left: 5px;
}
.info label {
  width: 150px;
  float: left;
  padding-right: 10px;
  font-weight: 500;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
}
@media only screen and (max-width:500px) and (orientation:portrait), only screen and (max-height:500px) and (orientation:landscape) {
  .info label {
    width: 72px;
  }
}
.info .value {
  margin-bottom: 10px;
  padding-left: 160px;
  padding-right: 26px;
}
@media only screen and (max-width:500px) and (orientation:portrait), only screen and (max-height:500px) and (orientation:landscape) {
  .info .value {
    padding-left: 82px;
  }
}
.info a.map {
  opacity: 0;
  transition: opacity .4s ease;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.info a.map img {
  border: 1px solid #6a1b9a;
  box-sizing: border-box;
  width: 100%;
  transition: opacity .4s ease;
  display: block;
}
.info a.map.visible {
  opacity: 1;
  visibility: visible;
  height: 100%;
  margin-bottom: 10px;
}
.info .toggleMap {
  float: right;
  font-size: 18px;
  width: 26px;
  line-height: 24px;
}
.info .toggleMap.open {
  background: rgba(106, 27, 154, 0.5);
}
p.note {
  font-size: 14px;
}
button {
  background: #6a1b9a;
  color: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
button:hover {
  background: rgba(106, 27, 154, 0.5);
}
.registryList {
  margin-top: 10px;
  text-align: center;
}
.registryList li {
  margin-top: 20px;
}
.registryList img {
  width: 250px;
}
.registryList a {
  display: inline-block;
}
.registryList .disabled {
  opacity: .4;
}
.aboutPage .container {
  max-width: 600px;
}
.aboutPage .image {
  display: block;
  background-image: url(../images/savethedate.jpg);
  height: 150%;
  background-position: center;
  background-size: cover;
}
.aboutPage .image.rowing {
  background-image: url(../images/about/rowing.jpeg);
}
.aboutPage .image.graduation {
  background-image: url(../images/about/graduation.jpeg);
  background-position: center 5%;
}
.aboutPage .image.halloween {
  background-image: url(../images/about/halloween.jpg);
  background-position: center 14%;
}
.aboutPage .image.proposal {
  background-image: url(../images/about/proposal.jpg);
  background-position: center 0;
}
.aboutPage .image.baxter {
  background-image: url(../images/about/baxter.jpg);
  background-position: center 5%;
}
.aboutPage .image.bch {
  background-image: url(../images/about/BCH.jpg);
  background-position: center 0;
}
.aboutPage .image.kayak {
  background-image: url(../images/about/kayak.png);
  background-position: center 35%;
}
.aboutPage .image.boston {
  background-image: url(../images/about/boozecruise.jpg);
  background-position: center 35%;
}
.aboutPage .image.wedding {
  background-image: none;
  background-color: #e5e5e5;
}
.aboutPage .image.wedding:before {
  content: "THE WEDDING!";
  text-align: center;
  font-size: 40px;
  line-height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #aaa;
}
.aboutPage .date {
  background-color: #6a1b9a;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
.aboutPage .imageWrapper {
  height: 400px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 50px auto 0;
}
.aboutPage p {
  padding: 20px 0;
  line-height: 1.231;
}
.quickLinks .item {
  text-align: left;
  position: relative;
  margin: 20px 0;
  padding-right: 64px;
}
.quickLinks .item .col {
  float: left;
}
.quickLinks .item .col-1 {
  width: 100px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 19.696px;
}
.quickLinks .itemTitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.quickLinks .value {
  color: #aaa;
}
.quickLinks .mapsLink {
  text-align: center;
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  text-decoration: none;
  color: #6a1b9a;
  right: 0;
  top: 50%;
  margin-top: -32px;
  font-size: 13px;
}
.quickLinks .mapsLink .icon {
  display: block;
  font-size: 28px;
}
.socialPage {
  margin-left: -18px;
  margin-right: -18px;
}
.socialPage .subheader {
  padding: 18px;
}
.socialPage ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.socialPage .post {
  flex: 1 auto;
  width: 50%;
  padding: 18px;
}
.socialPage .post img {
  display: block;
  width: 100%;
}
.socialPage .post a {
  display: block;
  color: #000;
  text-decoration: none;
}
.socialPage .postWrap {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}
.socialPage .imageWrap {
  border-bottom: 1px solid #e2e2e2;
}
.socialPage .textWrap {
  padding: 9px 18px;
}
.socialPage .textWrap .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.socialPage .textWrap .user {
  color: #6a1b9a;
  font-weight: bold;
}
