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

#tytulstrony
{
    text-align: center;
}
#opisstrony
{
    font-size: 150%;   
    opacity: 0.5;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

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

#miniatury
{
    padding-bottom: 50px;
}

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

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

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

h4
{
    color: rgb(107, 105, 105);
}
h5
{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(148, 142, 142);
}
h6
{
    color: bisque;
    text-align: center;
}

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

.kolekcje p
{
    margin-bottom: 30px;
}

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

.kolekcje figcaption
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgb(227, 229, 203);
}

.row
{
    margin: auto;
}

.obrabiarka
{
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #C4C6C8;
}

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

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

a:visited
{
    color: gray;
}

#cookies-message
{
    color: white;
    padding: 12px 10px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    display: none;
}

#accept-cookies-checkbox
{
    background-color: #00AFBF;
    color: white;
    border: solid 1px #00AFBF;
    transition: all 0.5s;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

#accept-cookies-checkbox:hover
{
    background-color: transparent;
    border-color: white;
}

.carousel-inner img 
{
    width: 100%;
    height: 100%;
}