html, body{
height:100%;
font-family: 'Roboto', sans-serif;
}
body {
background:#FFF;
}
h1,h2,h3,h4,h5{
color:rgba(255,204,0,1) !important;	
}
h4,h5,h6{
font-weight:bold;
color:black;
margin-top:20px;	
}
a{
color:#000 !important;
text-decoration:none;
}	
a:hover{
text-decoration:none;
opacity:0.8;
}
.fullwidth{
width:100%;
}
.logo{
height:50px;	
}
.navbar-brand{
padding:0px;
}
#artykul{
background:#FFF;	
}
#artykul div.container div.row{
padding-top:15px;
padding-bottom:15px;	
	}
#stopka{
border-top:solid 1px #CCC;
padding:15px;	
	}
.artykul{
	border:1px solid #DDD;
	}
	
.navbar-default {
border-radius: 0px;
border:none;
/*border-bottom:1px solid rgba(255,204,0,1);*/
	
/*background: -moz-linear-gradient(left,  rgba(255,204,0,0) 0%, rgba(255,204,0,0) 40%, rgba(255,204,0,0.17) 50%, rgba(255,204,0,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(255,204,0,0) 0%,rgba(255,204,0,0) 40%,rgba(255,204,0,0.17) 50%,rgba(255,204,0,1) 100%);
background: linear-gradient(to right,  rgba(255,204,0,0) 0%,rgba(255,204,0,0) 40%,rgba(255,204,0,0.17) 50%,rgba(255,204,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffcc00', endColorstr='#ffcc00',GradientType=1 ); */

background:rgba(255,204,0,1);
}
.navbar-brand{ margin-left:15px; }