body {
  font-family: "Trebuchet MS", Arial, sans-serif;
}
@font-face {
  font-family: AlternateGothic2BTRegular;
  src: url(alternate-gothic-no2-bt-webfont.woff);
}
@font-face {
  font-family: Copse;
  src: url(copse.woff);
}
#outerFrame {
  background-color: #01a89e;
  /*width: 1024px;*/
}
#main {
  background-color: white;
  margin-bottom: 15px;
  margin-top: 15px;
}
#ourHeading {
  text-align: center;
}
#weddingOf {
  color: #808080;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  padding-top: 25px;
}
#littleBar {
  display: inline-block;
  border-top: solid #C0C0C0 2px;
  width: 100px;
}


#ourNames {
  display: table;
  line-height: 78px;
  width: 100%;
  color: #01a89e;
  font-family: AlternateGothic2BTRegular, Helvetica, Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#ourNames div {
  width: 50%;
  display: table-cell;
  white-space: nowrap;
}
#hisName {
  text-align: right;
}
#herName {
  text-align: left;
}
#ourNames #ourNamesAmp {
  min-width: 78px;
  width: 78px;
  height: 78px;
  background: url("ampersand.png") 50% 50% no-repeat;
}
#ourDate {
  color: #777777;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 2px;
}
#ourLocation {
  font-weight: bold;
}


#welcomeText {
  margin-bottom: 15px;
  text-align: center;
}
#welcomeText > * {
  display: block;
}
strong {
  font-size: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
p.lead {
  color: #01a89e;
  font-family: AlternateGothic2BTRegular, Helvetica, Arial, sans-serif;
  font-size: 38px;
  letter-spacing: 5px;
  line-height: 40px;
  text-transform: uppercase;
}
footer {
  color: #777777;
  font-size: 12px;
  text-align: right;
}
footer::before {
  content: '\2014 \00A0';
}
.alert-danger a {
  color: #b94a48;
  text-decoration: underline;
}


#ourContent h2 {
  font-size: 18px;
}
#mapContainer h2 {
  text-transform: uppercase;
}
#mapContainer h3 {
  padding-top: 20px;
  border-top: dotted #C0C0C0 1px;
  text-transform: uppercase;
  font-size: 11px;
  color: #797979;
  margin-bottom: 16px;
}
.addressDivider {
  display: inline-block;
  width: 20px;
}
#doubleBars {
  border-bottom: solid #C0C0C0 2px;
  border-top: solid #C0C0C0 2px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 3px;
}
#ourNavbar {
  text-align: center;
}
#ourNavbar li {
  display: inline-block;
  float: none;
}
#ourNavbar a,
#ourWelcomeNavbar a {
  color: black;
}

#ourNavbar.welcome {
  display: none;
}
#ourWelcomeNavbar li {
  border-bottom: dotted #C0C0C0 2px;
  text-align: center;
}


#ourContent {
  margin: 20px 0;
  padding: 0;
  font-family: Copse, Helvetica, Arial, sans-serif;
}
#ourContent h1 {
  font-size: 24px;
}
#rsvpContainer {
  padding-right: 50px;
  border-right: solid #C0C0C0 3px;
}
#ourContent label {
  font-weight: normal;
}
#rsvpContainer .isAttending {
  font-family: Copse, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#ourContent .bottom-dotted {
  padding-bottom: 10px;
  border-bottom: dotted #C0C0C0 1px;
}
#RSVPSuccess, #RSVPFail, #TipsSuccess, #TipsFail {
  display: none;
}
.sidenote {
  color: gray;
}
#mapContainer {
  padding-left: 50px;
}
#mapContainer iframe {
  /*border: solid black 1px;*/
  border: none;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
#ourContent .radio input ~ input {
  background-color: #eee;
  color: #555;
}
#ourContent .radio input:checked ~ input {
  background-color: white;
  color: #333;
}

@media (max-width: 768px) {
  #ourNavbar.welcome {
    display: block;
  }
  #ourWelcomeNavbar {
    display: none;
  }
  #ourWelcomeNavbar li {
    border-bottom: none;
    display: inline-block;
  }
  #rsvpContainer {
    padding: 0 15px;
    border-right: none;
  }
  #mapContainer {
    border-top: solid #C0C0C0 3px;
    margin-top: 20px;
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  #ourNames {
    display: block;
  }
  #ourNames div {
    margin: 0 auto;
    width: auto;
    display: block;
    text-align: center;
    line-height: normal;
  }
  #hisName,
  #herName {
    text-align: center;
  }
}
