#logo {
	color: white;

}

#title {
	font-size: 56px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>li>a {
	position: relative;
	bottom: 0;
	left: 0;
	-webkit-transition: bottom 0.1s ease, left 0.1s ease;
	-moz-transition: bottom 0.1s ease, left 0.1s ease;
	-o-transition: bottom 0.1s ease, left 0.1s ease;
	transition: bottom 0.1s ease, left 0.1s ease;
}

.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:hover {
	bottom: 2px;
	left: 2px;
}

#navbar {
	float: right;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: transparent;
	font-weight: bold;
|

@font-face {
    font-family: Hel;
    src: url(../fonts/HELR45W.ttf);
}

#pracownie_wstep {
		font-family: Hel;
}

#stopka {
	background-color: red;
}

#paddding {
	padding-top: 100px;
}