@charset "UTF-8";

@font-face {
	font-family: 'EuroNormal';
	src: url('../media/EurostileNextLTProCond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*{
	margin:0;
	padding:0;
	line-height: 100%;
	color: #000;
}

*:after,*:before,*{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body{
	background-color: #11001e;
	overflow: hidden;
}

a,b,p,h1,h2{
	font-family: 'EuroNormal';
	color: #f4faff;
	font-weight: normal;
	font-style: normal;
}

b{
	color: #bf4e30;
}

a{
	text-decoration: none;
	position: relative;
	color: #bf4e30;
	cursor: pointer;
}

a:after{
	content:'';
	position: absolute;
	top: 14px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #bf4e30;
	-webkit-transition: width 250ms ease;
	-o-transition: width 250ms ease;
	transition: width 250ms ease;
}

a:hover:after{
	width: 100%;
}

p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 70px;
	position: absolute;
	right: 51px;
	text-align: right;
	top: 50%;
	cursor: default;
}

#logo {
    height: 53px;
    position: absolute;
    right: 50px;
    top: 50%;
    width: 208px;
}

#particle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
