@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'ridleygrotesk-light';
    src: url('fonts/ridleygrotesk-light-webfont.woff2') format('woff2'),
         url('fonts/ridleygrotesk-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ridleygrotesk-regular';
    src: url('fonts/ridleygrotesk-regular-webfont.woff2') format('woff2'),
         url('fonts/ridleygrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @group Tag Selectors */

html, body {
    height:100%;
    background-color: #000;
    overflow: hidden;
    
}

.bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(splash-bg.jpg);
    background-attachment: fixed;
    height: 100%;
    width: auto;
    
}

a:link {
    color: #4d585a;
    text-decoration: none;
	}

a:visited {
    color:#4d585a;
    text-decoration: none;
}

a:hover {
    color:#6f625a;
    text-decoration: underline;
	}

a:active {
    color:#6f625a;
    text-decoration: none;
	}

p {
    margin-top: 30px;
    font-family: 'ridleygrotesk-light', sans-serif;
    color: #4d585a;
    text-align: center;
    line-height: 150%;
}

h2 {
    font-family: 'ridleygrotesk-light', sans-serif;
    font-weight: normal;
    color: #4d585a;
    margin-top: 50px;
    font-size: 1.3em;
}

/* @end */

/* @group ID Selectors */

#wrapper {
    max-width: 320px;
    margin: 0 auto;
}

/* @end */

/* @group Class Selectors */

.logo {
    margin-top: 60px;
    text-indent: -9999px;
    width: 300px;
    height: 148px;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.payoff {
    text-align: center;
}

/* @end */