@charset "utf-8";
/* CSS Document */



p {
	font-family: korolev-rounded, sans-serif;
	color: #898989;
	font-size: 18px;
	font-weight: 300;
	}
	
	
h1 {
	font-family: korolev, sans-serif;
	color: #000000;
	font-size: 35px;
	font-weight: 300;
	}
	
h2 {
	font-family: korolev, sans-serif;
	color: #F4F4F4;
	font-size: 21px;
	font-weight: 300;
	}	
	
h4 {
	font-family: korolev, sans-serif;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	}
	
	
	#header_home {
	font-family: korolev, sans-serif;
	color: #ffffff;
	font-size: 60px;
	line-height: 65px;
	font-weight: 400;
	}
		
	#nav_link_desktop {
	font-family: korolev, sans-serif;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	}
	
	#statnumber {
	font-family: korolev, sans-serif;
	color: #000000;
	font-size: 100px;
	margin: 0px;
	font-weight: 700;
	text-transform: uppercase;
	}
	
	#statunit {
	font-family: korolev, sans-serif;
	color: #000000;
	font-size: 25px;
	margin: 0px;
	font-weight: 700;
	text-transform: uppercase;
	}
	

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 0.80em;
	background-color: #e8e8e8;
	}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,159,0.1);
	}
 
::-webkit-scrollbar-thumb {
  background-color: #266FE3;
  outline: 1px solid #000000;
	}

::selection {
  background: #266FE3; /* WebKit/Blink Browsers */
	}
::-moz-selection {
  background: #266FE3; /* Gecko Browsers */
	}
	