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%;
}

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

#tytulstronycldata
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #3A6FB2;
}

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

#tytulstronycycle
{
    text-align: left;
    padding-top: 60px;
    padding-left: 120px;
    background-color: #1C3251;
}

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

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

.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
{
    text-align: left;
    color: rgb(188, 189, 134);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h6
{
    color: #F36161;
    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;
}

ul, li 
{
    color: bisque;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    clear: both;
}

.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;
}

img {
    float: left;
}

#appscreen
{
    padding: 20px;
}
  
