@font-face {
  font-family: 'Quicksand';
  src: url(/assets/css/quicksand/Quicksand-Regular.otf) format("opentype");
}

@font-face {
font-family: 'NeutraText';
src: url("/assets/fonts/Neutra-Text.otf") format("opentype");
}


body {
  color: #777;
  font-family: 'NeutraText', sans-serif;
  font-size: 16px;
  height: 100%;
  position: absolute;
  width: 100%;
}

a,
a:visited,
a:active {
  color: #391;
}

a:hover,
a:focus {
  color: #9D4;
  text-decoration: none;
}

img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: 'NeutraText', sans-serif;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 26px;
  margin: 35px 0 70px;
  text-align: center;
}

h3 {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h4 {
  color: #999;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

header {
  background: url(/assets/images/wood.png);
}

header .container a {
  color: #FFF;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}

header .nav a {
  border-bottom: 5px solid transparent;
  padding-bottom: 10px;
}

header .nav a:hover,
header .nav a:focus {
  background: transparent;
  border-bottom-color: #FFF;
}

header .nav .active,
header .nav .active:hover,
header .nav .active:focus {
  background: #777;
  border-bottom-color: transparent;
}

header .navbar-header a {
  font-size: 32px;
}

header .nav a {
  font-size: 16px;
}

footer .container {
  background: #777;
}

footer .nav a {
  color: #FFF;
}

footer .nav a:hover,
footer .nav a:focus {
  background: #EEE;
  color: #391;
}

footer .nav .active,
footer .nav .active:hover,
footer .nav .active:focus {
  background: #FFF;
  color: #000;
}

.navbar {
  border-radius: 0;
  border: 0;
}

.navbar-toggle {
  border-color: #FFF;
}

.navbar-toggle .icon-bar {
  background: #FFF;
}

.button-row {
  margin-bottom: 20px;
  text-align: center;
}

.bottom-button-row {
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content {
  margin: 30px auto 0;
}

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

.img-thumbnail {
  border-radius: 0;
}

.home {
  margin-top: -200px;
}

.our-story h2 em {
  font-style: normal;
  text-decoration: underline;
}

.right-column,
.left-column {
  overflow: hidden;
}

.left-column h3,
.left-column p {
  text-align: right;
}

.person-bubble {
  margin-bottom: 15px;
  overflow: hidden;
}

.person {
  border-radius: 50px;
  float: left;
  height: 47px;
  width: 47px;
}

.left-column .person {
  float: right;
}

.bubble {
  background: #391;
  border-radius: 10px;
  color: #FFF;
  font-size: 125%;
  float: left;
  margin-left: 15px;
  padding: 10px 20px;
}

.left-column .bubble {
  border-bottom-right-radius: 0;
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.right-column .bubble {
  border-bottom-left-radius: 0;
}

.date {
  color: #333;
  /*font-size: 11px;*/
  font-size: 13px;
  text-transform: uppercase;
}

.our-story .mb30,
.mb30 {
  margin-bottom: 30px;
}

.rosemary-divider {
  margin-bottom: 20px;
  text-align: center;
}

.photos img {
  margin: 0 0 15px 0;
}

.photostrip {
  text-align: center;
}

.photostrip img {
  max-height: 848px;
  max-width: 100%;
  width: auto;
}

.profile p {
  margin: 0;
}

.profile strong {
  color: #333;
  font-weight: normal;
}

.our-big-day h3 {
  margin-bottom: 5px;
  text-align: center;
}

.rsvp .profile-photo,
.our-big-day .profile-photo {
  border-bottom: 3px solid #391;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.our-big-day .profile-text {
  margin-bottom: 30px;
}

.our-big-day .person {
  float: none;
  height: 100px;
  width: 100px;
}

iframe,
iframe.img-thumbnail {
  height: 440px;
  width: 100%;
}

.strike {
  text-decoration: line-through;
}

.registry .wanderable {
  max-height: 100px;
}

.registry .crateandbarrel,
.registry .amazon {
  margin: 0 0 30px 10px;
}

.rsvp h3 {
  margin: 0;
}

.rsvp .person {
  float: left;
  height: 75px;
  margin-right: 15px;
  width: 75px;
}

.rsvp .rsvpify {
  border: 1px solid #DDD;
  height: 550px;
  width: 100%;
}

.logo {
  padding-bottom: 60px;
  text-align: center;
}

#carousel-photos {
  margin: 0 0 65px 0;
}

#carousel-photos .carousel-control {
  background-image: none;
  color: #FFF;
}

#carousel-photos .item {
  background: #EFEFEF;
  height: 760px;
  width: 100%;
}

#carousel-photos .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

#carousel-photos .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  margin-right: -50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  width: auto;
}

#carousel-photos .carousel-indicators {
  bottom: -45px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

#carousel-photos .carousel-indicators li {
  border-color: #391;
}

#carousel-photos .carousel-indicators .active {
  background-color: #391;
}

@media (max-width: 768px) {
  .every-second {
    width: 80%;
  }

  .our-big-day iframe {
    height: 250px;
  }

  .our-big-day h3,
  .our-big-day h4 {
    text-align: left;
  }

  .our-big-day .profile {
    overflow: hidden;
  }

  .our-big-day .profile-photo {
    border-bottom: 0;
    float: left;
  }

  .our-big-day .person {
    height: 47px;
    width: 47px;
  }

  .our-big-day .profile-text {
    float: left;
    margin-left: 20px;
    width: 75%;
  }
}

@media (max-width: 991px) {
  header .navbar-header a {
    font-size: 18px;
  }

  header .nav a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 3px;
  }
  
  .home {
    margin-top: -20px;
  }

  .left-column h3, 
  .left-column p {
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .bubble {
    font-size: 100%;
  }

  .surprise .person {
    margin: 0 5px 5px 0;
  }

  .surprise .bubble {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .bubble {
    width: 228px;
  }

  .registry .crateandbarrel {
    margin-left: 0;
  }
}
