body {
 background-color: black;
}

.content-wrap {
  max-width:700px;
  width:100%;
  float:right;
}

.background-pic {
  background-image: url('/background-pic.jpg'); 
  background-size: cover;
  background-position: top left;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  opacity: .5;

}

.hashtag {
  font-family: monospace;
  color: #fff;
  font-size: 2em;
  margin-bottom: 2em;
}

.hashtag a {
  color: #fff;
}

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

.text-wrap{
  position: relative;
  z-index: 1;
  max-width: 90%;
  width: 620px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.registry-wrap{
  position: relative;
  z-index: 1;
  max-width: 90%;
  width: 620px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rsvp-wrap{
  position: relative;
  z-index: 1;
  max-width: 90%;
  width: 620px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rsvp-link {
  color:#fff;
  font-family: Fjalla One;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: -10px;
  text-decoration: none;
  padding: .2em 2em;
  border: 1px solid #fff;
  border-radius: 8px;
}

.text {
  color:#fff;
  font-family: Fjalla One;
  text-transform: uppercase;
  font-size: 4em;
  margin-top: -80px;
}

.copy-wrap {
  color:#fff;
  font-family: Fjalla One;
  font-size: 1.2em;
  padding: 0 1em 1em 1em;
  max-width: 25em;
  margin: 0 auto;
}

.registry-wrap .title {
  color:#fff;
  font-family: Fjalla One;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: -10px
}

.registry-wrap .item {
    display: inline-block;
    max-width: 47%;
    width: 10em;
    margin: 2%;
}
