@import url("https://fonts.googleapis.com/css?family=Nunito+Sans");
@import url("https://fonts.googleapis.com/css?family=Rubik");
@import url('https://fonts.cdnfonts.com/css/matrix');

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	color: #555;
	font-family: "Nunito Sans", sans-serif;
}

header, main {
	display: block;
}

h1 {
	margin: .67em 0;
	font-size: 2.5rem;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

canvas {
	display: inline-block;
}

img {
	border-style: none;
}

[type=reset], [type=submit], html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes pulse {
	0%, to {
		opacity: .4;
		top: 0;
	}
	
	50% {
		-ms-filter: none;
		-webkit-filter: none;
		filter: none;
		opacity: 1;
		top: -10px;
	}
}

@keyframes pulse {
	0%, to {
		opacity: .4;
		top: 0;
	}
	
	50% {
		-ms-filter: none;
		-webkit-filter: none;
		filter: none;
		opacity: 1;
		top: -10px;
	}
}

header {
	display: block;
}

h1, h2, h3, h4 {
	margin-top: 1em;
	padding-top: 1em;
	line-height: 1.25;
	color: #333;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1rem;
}

a img {
	border: 0;
}

#particles-js {
	background: #000;
	background: -webkit-linear-gradient(to right, #000, #000);
	background: linear-gradient(to right, #000, #000);
	display: flex;
	vertical-align: bottom;
	width: 100%;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.header {
	z-index: 1;
	text-align: center;
	color: #fff;
	position: absolute;
	font-family: Matrix, sans-serif;
	width: 80%;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header .site-title {
	font-size: 35px;
	display: block;
	line-height: 1;
	color: #fff;
}

@media only screen and (min-width:550px) {
	.header .site-title {
		margin: 0;
		font-size: 100px;
	}
}

.header .site-description {
	font-size: 20px;
	display: block;
	line-height: 1;
	color: #fff;
	margin-top: 10px;
}

@media only screen and (min-width:550px) {
	.header .site-description {
		font-size: 40px;
	}
}

.header-icons {
	display: flex;
	justify-content: center;
	text-align: center;
}

.header-icons .icon {
	color: #fff;
	text-align: center;
}

.header-icons .icon {
	height: 20px;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: all .7s;
	width: 20px;
	font-size: 20px;
	margin: 5px;
}

.header-icons .icon:active, .header-icons .icon:hover {
	color: #0f0;
	background: #fff;
}

@media only screen and (min-width:550px) {
	.header-icons .icon {
		width: 35px;
		height: 35px;
		font-size: 35px;
	}
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
}

::selection {
    background:#0F0;
    color:#000;
}

canvas {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1000;
}
