
body,html{
  height: 100%;
  margin:0px;
}

  h1{
  font-family: Nixie One,cursive;
  font-size: 8vw;
  font-weight: 100;
  letter-spacing: -4pt;
  line-height: 80%;
  color: lightgrey;
  margin:0px;
  text-align: left;
  text-shadow: 1pt 1pt 8pt black

  }




  .bg {
    background-image: url("http://jakeblevins.com/content/resources/images/IMG_5617");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
