* 
{
	font-family: raleway, sans-serif; 
	box-sizing: border-box;
	text-decoration:none;
}
@font-face 
{
    font-family: 'raleway';
    src: url('Raleway-Thin.eot');
    src: url('Raleway-Thin.eot?#iefix') format('embedded-opentype'),
        url('Raleway-Thin.woff2') format('woff2'),
        url('Raleway-Thin.woff') format('woff'),
        url('Raleway-Thin.ttf') format('truetype');
}
body 
{
	background-color: #151d21; 
	overflow-x: hidden;
}
::-webkit-scrollbar
{
    width: 12px;             
}
::-webkit-scrollbar-track
{
    background-color: #1f272b;  
    width: 50px;    
}
::-webkit-scrollbar-thumb
{
	background-color: #ff7a7a;  
	border-radius: 10px;       
	border: 3px solid #1f272b;  
}
::-webkit-scrollbar-thumb:hover {
  background-color: RGB(255, 102, 102); 
  
}
.logo 
{
	float: left;
	top: 10px;
	position: absolute;
	height:159px;
	width:150px;
	transition: 0.3s all ease-in-out;
}
.logo:hover 
{
    transform: scale(1.1);
}
.to_przyszlosc
{
	color: #ff7a7a; 
	position: absolute; 
	margin-top: 175px; 
	margin-left: 5px; 
	font-size: 11px; 
	letter-spacing: 2px;
	font-weight: bold;
}
ul.nav
{
	list-style-type: none; 
	float: none; 
	margin-top: -10px; 
	text-align:right;
	padding: 5px;
}
#menu_s, #menu_c, #menu_g, #menu_k, #menu_t
{
	margin-top:20px;

}
.wybor_menu
{
	color: white; 
	font-size: 30px; 
	float: right; 
	letter-spacing: 5px;
	margin-right: 80px;
	font-weight: 900;
	text-decoration: none;
	margin-top: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
b {
	color: #00d8ff;
	font-size:xx-large;
}
hr {
	border: 2px solid #d83ce7;
}
a:hover {color: #ff7a7a;}
div.stopka
{
	color: white;
	letter-spacing: 2px;
	position: fixed;
	left: 0;
	font-size: 13px;
	bottom: 0px;
	height: 45px;
	width: 100%;
	background-color: #1f272b;
	color: #ff7a7a;
	text-align: center;
	font-weight: bold;
	
}
.wybor_menu:hover
{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}