body {
    background-color: #3C3C3C;
    margin: 0;
}

.navbar
{ 
    position: absolute;
    width: 100%;
}

.navbar-brand
{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: 5%;
}

#tytulstronyaktualnosci
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #bb2d34;
}

#tytulstronyomnie
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #4863bd;
}

.pojemnik 
{
    padding-left: 100px;
    padding-right: 100px;
}

h1
{
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h2 
{
    text-align: center;
    color: #6BBAAB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h3 
{
    text-align: center;
    color: #6BBAAB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h4
{
    color: rgb(107, 105, 105);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h5
{
    color: bisque;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h6
{
    color: bisque;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p 
{
    color: bisque;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.news
{
    color: bisque;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-bottom-style: solid;
    border-color: #F36161;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

.about
{
    color: bisque;
    text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
}

.row
{
    margin: auto;
    text-align: center;
}

footer 
{
    text-align: center;
    padding: 30px;
    background-color: #F8F9FA;
    color: gray;
    border-top-style: solid;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a:link
{
    color: gray;
}
a:hover
{
    color: gray;
	opacity: 0.50;
    filter: alpha(opacity=70);
}

a:visited
{
    color: gray;
}

ul
{
    color: bisque;
}
