body {
  background-image: url('../images/background.png');
  background-color: #ffecce;
  background-position: center top;
  overflow-x:hidden;
}

#bowtie {
  display: none;
  background-image: url('../images/bowtie.png');
  width: 235px;
  height: 150px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -340px;
  z-index: 9999;
}
nav {
  display: none;
  font-family: 'Amatic SC', sans-serif;
  font-size: 2.5em;
}
nav * {
  z-index: 9999;
}
nav #home {
  z-index: -1;
}
.page {
  display: none;
  font-family: 'Amatic SC', sans-serif;
  font-size: 1.5em;
  background-color: white;
  position: absolute;
  width: 650px;
  height: 470px;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  border: 7px solid black;
  padding: 50px 50px 150px 100px;
  overflow: auto;
}
.overlay {
  display: none;
  font-family: 'Amatic SC', sans-serif;
  font-size: 1.5em;
  background-color: white;
  position: absolute;
  border: 7px solid black;
  padding: 30px;
  margin: 0;
  overflow: auto;
  z-index: 10000;
}
p {
  margin: 0.5em 0;
}
h2 {
  margin: 0.5em 0;
}
.right {
  border: 0;
  float: right;
}
.left {
  border: 0;
  float: left;
}
.clear {
  clear: both;
}
.hand:hover {
  cursor: pointer;
}
.nobr {
  white-space:nowrap;
}
.noneleft {
  color: #BBB;
}

#audiocontrols {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 3px solid black;
  padding: 0;
  margin: 0;
  opacity: 0.7;
  cursor: pointer;
}
#audiocontrols img {
  position: absolute;
}

#connaught {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -312px;
}
#countdown {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 240px;
  height: 50px;
  background-color: white;
}
#pager {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
#pager a {
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  border: 1px solid black;
  padding: 0 0.2em;
  margin: 0 0.1em;
  opacity: 0.5;
}
#pager a:hover {
  opacity: 0.8;
}
#gallery .caption {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  padding: 0 0.2em;
  opacity: 0.7;
  background-color: white;
  border: 1px solid black;
  max-width: 500px;
}

#crane-left {
  position: absolute;
  width: 226px;
  height: 240px;
  left: -226px;
  top: 300px;
  background-image: url('../images/crane-body-left.png');
}
#crane-right {
  position: absolute;
  width: 226px;
  height: 240px;
  right: -226px;
  top: 300px;
  background-image: url('../images/crane-body-right.png');
}
#crane-pattern-left {
  display: none;
  position: absolute;
  width: 226px;
  height: 240px;
  left: -226px;
  top: 300px;
  background-image: url('../images/crane-body-pattern-left.png');
}
#crane-pattern-right {
  display: none;
  position: absolute;
  width: 226px;
  height: 240px;
  right: -226px;
  top: 300px;
  background-image: url('../images/crane-body-pattern-right.png');
}

#wing-up-left {
  position: absolute;
  top: 0px;
  left: 64px;
}
#wing-up-right {
  position: absolute;
  top: 0px;
  left: 50px;
}
#wing-down-left {
  position: absolute;
  top: 120px;
  left: 64px;
}
#wing-down-right {
  position: absolute;
  top: 120px;
  left: 50px;
}
#date {
  display: none;
  font-family: 'Amatic SC', sans-serif;
  font-size: 3em;
  background-color: white;
  position: absolute;
  width: 800px;
  height: 270px;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  border: 7px solid black;
  padding-top: 400px;
}

#photos-page {
  display: none;
  position: absolute;
  width: 800px;
  height: 670px;
  padding: 0;
  overflow: auto;
}

#guestbook-div {
  display: none;
  font-size: 1em;
}
#guestbook-thanks {
  display: none;
  font-size: 1em;
}

#rsvp-div {
  font-size: 1em;
}
#rsvp-thanks {
  display: none;
  font-size: 1em;
}

#honeymoon-div {
  display: none;
  font-size: 1em;
}
#honeymoon-thanks {
  display: none;
  font-size: 1em;
}

.honeymoon-table {
  width: 100%;
}
.honeymoon-table-checkout .honeymoon-available {
  display: none;
}
.honeymoon-table-checkout .honeymoon-buttons {
  display: none;
}
