/*

Alexandra Steed - Urban Version 1
---------------------------------

*/

body {
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100%;
  background-position: fixed;
  text-align: center;
  padding-top: 6em;
  overflow: hidden;
}

h1 {
  position: relative;
  margin: 0;
  padding: 0;
  top: 50px;
  opacity: 0;
  color: #000;
  text-transform:uppercase;
  font-size: 2.5em;
  font-family:'effra', sans-serif;
  font-weight: 100;
  letter-spacing: 0.15em;
}

h2 {
  position: relative;
  margin: 0;
  padding: 0;
  top: 50px;
  opacity: 0;
  color: #000;
  text-transform:uppercase;
  font-size: 8em;
  font-family:'effra', serif;
  font-weight:600;
  letter-spacing: 0.05em;
  line-height: 0.75em;
}

.contact {
  position: relative;
  top: 50px;
  opacity: 0;
  margin: 6em 0 2em 0;
  padding: 0;
  list-style-type: none;
  color: #000;
  font-size: 2em;
  font-family:'effra', sans-serif;
  font-weight: 100;
}
.contact li {
  padding: 0.25em;
}
.contact li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.contact li a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 40.650em) { /* 650px */
  body {
    padding-top: 2em;
  }
  h1 {
    font-size: 1.25em !important;
  }
  h2 {
      font-size: 4em !important;
  }
  .contact {
      font-size: 1.1em !important;
  }
}