@import url(https://fonts.googleapis.com/css?family=Halant:300);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

body {
    font-family: 'Titillium Web', sans-serif;;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    background: #151618;
    color: #FFF;
    margin: 0;
}

h1 {
    font-family: 'Halant', serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: normal;
    font-size: 28px;
    border-bottom: 1px dotted;
}

p {
    line-height: 1.6em;
    text-align: center;
    font-size: small;
}

a {
    transition: color 0.2s ease-out;
    text-decoration: none;
    color: #FFF;
}

a:hover {
    color: #333;
}

.container {
    position: absolute;
    height: 100%;
    width: 100%;
}

.wrapper {
    margin: -230px -180px;
    text-align: center;
    position: absolute;
    height: 320px;
    width: 360px;
    left: 50%;
    top: 50%;
}

.header {
    margin: 60px 20px;
    
}

.header p{
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.contact {
    margin-bottom: 60px;
}

.overlay {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.vignette {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* W3C */

}
