body {
  font-weight: 400;
  font-size: 1em;
  font-family:  'Oswald', serif;
  background: #000;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.bg{
  max-width: 100%;
  min-height: 100vh;
  left: 0;
  transition: all 0.8s cubic-bezier(0.85, 0.05, 0.15, 0.88);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.container{
  background-color: rgba(0,0,0,0.7);
  min-height: 100vh;
}
.hero {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    border: 20px double rgba(255, 255, 255, 0.25);
    padding: 1.5em 0em;
    z-index: 2;
    max-width: 80%;
    width: 640px;
    margin-top: 10%;
}
.hero a{
  display: block;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  letter-spacing: .2em;
  font: 400 0.8em/1.5 "Oswald", sans-serif;
}
.hero a:hover{
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.hero h2 {
  font-weight: 400;
line-height: 1.1em;
    font-size: 4.3em;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 2px;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  color: #FFF;
}


.hero h1{
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 400;
    line-height: 30px;
}
.dash:before,
.dash:after {
  background-color: rgba(255, 255, 255, 0.25);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 45%;
}

.dash:before {
  margin-left: -50%;
}

.dash:after {
  margin-right: -50%;
}


.marquee {
  max-width: 640px;
  overflow: hidden;
}







@media (max-width: 608px){
  .hero h2 span:nth-child(1){
    letter-spacing: 4px;
} 
}
@media (max-width: 480px){
  .hero{
    left: 0;
    margin-left: 0;
  }
}