* {
	margin:0;
	padding:0;
}



html, 
body {
  
}

body {
	font-family:'Helvetica Neue';
	background-color:#0e1218;
	background:url('photo-1428452932365-4e7e1c4b0987.jpg') center center;
	background-size: cover;
    background-attachment: fixed;
	color:#fff;
}


.box {
	position: absolute;
	width:8px;
	height:8px;
	display: block;
	background:#fff;
	bottom:1px;
	overflow:hidden;
}

.spark {
	position: absolute;
	width:8px;
	height:8px;
	display: block;
	background:#fff;
	bottom:1px;
	border-radius: 50%;
	overflow:hidden;
}

#wrapper {
	margin-top:15%;
	font-family: 'Raleway', serif;
	text-align:center;
	overflow:hidden;
}

#wrapper h1 {
	font-size:64px;
	line-height:140%;
	font-family: 'Poiret One', cursive;
}

#wrapper h3 {
    text-transform:uppercase;
    font-size:13px;
}

#wrapper p {
	line-height:140%;
	font-size:21px;
}

.buttons {
	margin-top:20px;
	list-style: none;
	margin-bottom:50px;
}


.buttons a {
    display:inline-block;
	padding:10px 20px;
	border:1px solid #fff;
	color:#fff;
	border-radius:25px;
	transition:all 0.3s ease;
	text-decoration: none !important;
	margin:5px 5px;
}

.buttons a .fa {
	padding-right:5px;
}

.buttons a:hover {
	background-color:rgba(255,255,255,0.3);
}

small {
	display: block;
	font-size:12px;
	padding-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:rgba(255,255,255,0.8);
}

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

a:hover {
text-decoration:underline;
}
