@charset "UTF-8";
body {
  font-family: 'Dosis', sans-serif;
  font-size: 1.7em;
  letter-spacing: .05em;
  padding-top: 80px; }

h2 {
  border-top: 1px solid #bfbfbf;
  font-size: 23px;
  font-weight: 300;
  padding: 15px 0; }

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #bfbfbf; }
  a:hover {
    color: black;
    border-bottom: 1px solid #404040;
    text-decoration: none; }

.btn.btn-primary {
  background: #4b4945;
  border-color: #3a362e; }

#icon {
  text-align: center; }
  #icon img {
    width: 50px;
    height: 50px; }

#menu .menu-bar, #menu .row {
  background: white;
  min-height: 40px; }
#menu a.menu-item {
  font-size: 18px;
  line-height: 40px;
  text-align: center; }

#card {
  text-align: center; }
  #card .names, #card .place {
    text-transform: uppercase;
    font-size: 15px;
    padding: 20px 0;
    position: relative;
    color: gray;
    letter-spacing: .2em; }
    #card .names:after, #card .place:after {
      content: " ";
      position: absolute;
      display: block;
      height: 1px;
      background: #bfbfbf;
      width: 50px;
      bottom: 0;
      left: 50%;
      margin: 0 0 0 -25px; }
  #card .place:after {
    bottom: auto;
    top: 0; }
  #card .date {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    padding: 15px 0; }
  #card #timeleft {
    margin: -10px 0 20px;
    color: gray;
    font-size: 15px; }

#what {
  padding: 30px 0 0;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Dancing Script', cursive;
  text-align: center; }

#know {
  margin-top: 30px; }
  #know p {
    position: relative; }
    #know p:before {
      content: "•";
      position: absolute;
      left: -15px;
      top: 0;
      display: block;
      color: #bfbfbf; }

#main {
  padding-bottom: 150px; }

#about {
  margin-top: 30px; }

.team .member {
  line-height: 100px;
  margin: 0;
  white-space: no-wrap; }
.team p.member {
  margin: 5px 0; }
.team img {
  width: 100px;
  margin-right: 10px; }

#where {
  margin: 50px 0;
  position: relative;
  border: 1px solid #bfbfbf;
  height: 500px; }
  #where #map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }

#hotels {
  padding: 30px 0; }
  #hotels .hotel {
    padding: 15px 20px 15px 0;
    float: left;
    width: 50%;
    min-height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #hotels .hotel .booking {
      margin: 5px 0; }
    #hotels .hotel .details {
      color: gray;
      font-size: 14px; }

.disclaimer {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  padding: 15px 0;
  line-height: 18px;
  color: gray; }

#rsvpButton {
  position: fixed;
  top: 50px;
  right: 15px; }

#flash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }

label.error {
  font-weight: normal;
  color: #b25732;
  padding: 5px 0;
  font-size: .9em; }

.madison .item {
  padding: 30px 0;
  position: relative; }
  .madison .item .description {
    padding: 0 145px 15px 0; }
  .madison .item img {
    height: 130px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -65px 0 0 0; }

.gifts .item {
  padding: 30px 0;
  position: relative; }
  .gifts .item .description {
    padding: 0 145px 15px 0; }
  .gifts .item img {
    height: 130px;
    margin: 0 0 0 15px; }

@media (min-width: 768px) and (max-width: 979px) {
  .team .member {
    line-height: 75px;
    margin: 0; }
  .team p.member {
    margin: 5px 0; }
  .team img {
    width: 75px;
    margin-right: 10px; } }
@media (max-width: 767px) {
  #menu a.menu-item {
    font-size: 14px; }

  #know p:before {
    left: -8px; }

  .madison .item .description {
    padding: 0 65px 15px 0; }
  .madison .item img {
    height: 130px;
    margin: -25px 0 0 0; }

  .team .member {
    line-height: 50px;
    margin: 0; }
  .team p.member {
    margin: 5px 0; }
  .team img {
    width: 50px;
    margin-right: 10px; } }
