body {
    margin: 0 !important;
    background-color: black;
    overflow: hidden;
}

.wrapper {
    display: none;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "HelveNeue";
    letter-spacing: 0.05em;
    background-image: url(assets/images/bg.jpg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
	  -moz-background-size: cover !important;
	  background-size: cover !important;
}
.urrythang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "HelveNeue";
    letter-spacing: 0.05em;
    display: table;
}

.goodies {
    display: table-cell;
    vertical-align: bottom;
    padding: 100px 50px;
}

h1 {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: white;
    margin: 0 0 20px 0;
    text-shadow: rgba(0,0,0,0.8) 0px 0px 60px;
}

h2 {
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 0.14em;
    color: white;
    margin: 0;
    word-break: break-all;
    text-shadow: rgba(0,0,0,0.8) 0px 0px 60px;
    -webkit-transition: text-shadow 0.2s ease-in;
    -moz-transition:    text-shadow 0.2s ease-in;
    -o-transition:      text-shadow 0.2s ease-in;
    -ms-transition:     text-shadow 0.2s ease-in;
    transition:         text-shadow 0.2s ease-in;
}

h2 .at {
    position:relative;
    padding: 0 0.2em;
    top: 0.05em;
}


a {
    text-decoration: none;
    color: white;


}

a:hover > h2 {
    text-shadow: black 0px 0px 10px, black 0px 0px 20px, black 0px 0px 30px;
}