@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:300,400');

@font-face {
	font-family: 'ROGFontsv';
  	src: url("../fonts/ROG-Fonts-v1.6.1.eot");
  	src: url("../fonts/ROG-Fonts-v1.6.1.eot") format("embedded-opentype"), url("../fonts/ROG-Fonts-v1.6.1.ttf") format("truetype"), url("../fonts/ROG-Fonts-v1.6.1.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Xolonium';
	src: url('../fonts/xolonium-Regular.otf') format("opentype"),
		 url('../fonts/xolonium-Regular.otf') format('embedded-opentype'),
		 url("../fonts/xolonium-Regular.ttf") format("truetype"),
		 url("../fonts/xolonium-Regular.eot");
	font-weight: normal;
	font-style: normal;
}

body { padding: 40px 0px; }

h1 span {
	color: #b80202;
	font-size: 60px;
	line-height: 66px;
	background: #fff;
	background: #b80202;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	display: block;
	margin-top: 20px; }

h1 { 
	font-family: 'ROGFontsv', sans-serif;
    font-size: 6rem;
    color: #FFF;
    line-height: 4rem;
    padding: 0;
    padding-bottom: 40px;
    background: -webkit-linear-gradient(black, white, black);
    background: -o-linear-gradient(black, white, black);
    background: -moz-linear-gradient(black, white, black);
    background: linear-gradient(black, white, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

h2 {   
	font-family: "Fjalla One", sans-serif;
    font-size: 2rem;
    color: #ce004a;
    line-height: 2rem;
    padding: 0;
    padding-bottom: 10px;
    text-transform: uppercase; }

h3 {
	color: #808080;
  font-weight: 400;
	font-size: 24px;
	font-family: "Fjalla One", sans-serif;
  text-transform: uppercase; }

small { font-size: 13px; color: #808080; }

.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }
.mt-200 { margin-top: 240px; }

.spac_list {
    text-align: left;
   
}

.spac_list li {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    letter-spacing: initial;
    line-height: 22px;
  
}
.spac_list li  span{
    font-weight: 300
}
.spac_list li:nth-child(-n+5){
    left: 4%;
}
.spac_list li:nth-child(1) {
    top: 21%;
}

.spac_list li:nth-child(2) {
    top: 30%;
}

.spac_list li:nth-child(3) {
    top: 42.5%;
}

.spac_list li:nth-child(4) {
    top: 59%;
}

.spac_list li:nth-child(5) {
    top: 83%;
}
.spac_list li:nth-child(n+6){
    right: 3%;
    text-align: right;
}
.spac_list li:nth-child(6) {
    top: 17.5%;
}
.spac_list li:nth-child(7) {
    top: 26%;
}
.spac_list li:nth-child(8) {
    top: 41%;
}
.spac_list li:nth-child(9) {
    top: 50.5%;
}
.spac_list li:nth-child(10) {
    top: 60%;
}
.spac_list li:nth-child(11) {
    top: 66%;
}
.spac_list li:nth-child(12) {
    top: 90%;
}

section {
    margin-left: auto;
    margin-right: auto;
	position: relative; }