@import url(https://fonts.googleapis.com/css?family=BenchNine:300);
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}
h1 {
	text-align: center;
	font-family: 'BenchNine', sans-serif;
	font-size: 150px;
	font-weight: normal;
	margin: 0;
	color: #000;
	padding: 0;
/*	font-style: italic;*/
}
#content {
	position: relative;
	margin-top: -150px;
}
#particles {
	width: 100%;
	height: 200px;
}
#footer {
	width: 100%;
	height: 100px;
}
#sns {
	text-align: center;
}
p.r-image {
	margin: 0 auto;
	max-width: 500px;
	margin-bottom: 10px;
}
p.r-image img {
	width: 80%;
	border-radius: 25px;
}
.fb:before {
	font-family: 'FontAwesome';
}
.fb-insta:before {
	content: '\f16d';
	font-size: 40px;
}
::selection {
    background: #0c9;
    color: #fff;
}
::-moz-selection {
    background: #0c9;
    color: #fff;
}