@charset "UTF-8";

/************************************************************************
                              CSS DOCUMENT
************************************************************************/
/************************************************************************
                                UNIVERSAL
************************************************************************/

html {
    
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #222;
    background-color: #fafafa;
    background: #200024;
    margin: 0px;
    padding: 0px;
}


/************************************************************************
                               STRUCTURE
************************************************************************/



/************************************************************************
                              TYPOGRAPHY
************************************************************************/

div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/space.gif);
    background-image: url(../img/space.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p {
    font-size: 150px;
    text-align: center;
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -4px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -350px;
    margin-top: -90px;
    color: #fffcda;
    padding-right: 10px;
    width: 700px;
}

p span {
    font-size: 180px;
    letter-spacing: -12px;
}

h1 {
    width: 764px;
    height: 156px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -382px;
    margin-top: -85px;
    background-image: url(../img/logo.png);
    background-size: 100% auto;
}

h1 em {
    display: none;
}

/************************************************************************
                                COLUMNS
************************************************************************/





/************************************************************************
                                 LISTS
************************************************************************/

ul {

}

ol {

}

li {

}

/************************************************************************
                                 LINKS
************************************************************************/

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #444;
}

/************************************************************************
                                 FORMS
************************************************************************/

input:focus {
    outline: none;
}

/************************************************************************
                                 MEDIA
************************************************************************/

a img {
    outline: none;
    border: none;
}

/************************************************************************
                               ANIMATION
************************************************************************/




/************************************************************************
                             MISCELLANEOUS
************************************************************************/

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/************************************************************************
                                MOBILE
************************************************************************/




/************************************************************************
                                 HACKS
************************************************************************/



