body
{
    font-family:American Typewriter, serif;
    background-size: 100%;
    background-image:url(../img/327935502_215999604354392_2080331133760052888_n.jpg);
    background-attachment:fixed;
    color: white;
    
}
div#main
{
    margin:0% 10%;
    padding-bottom: 3em;
    min-height: 30em;

}
img#logo
{
    width:80%;
    margin-left: 11%;
    
}
table#kontakt
{
    width: 100%;
    padding: 0 1.5em;
}
td.kontakt
{
    max-width: 30%;
}
td
{ 
    /*border: 1px solid black;*/
    max-width: 30%;
    padding: 1%;
    font-size: 20px;
}
h1
{
    border-bottom: solid 1px white;
    text-align:center;
    
}
div.artykul
{
    margin:10 3%;
}
div.artykulA
{
    padding: 0 3%;
}
div#gallery
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
}
div#tlo-centrum
{
    margin:0 10%;
    min-height: 30em;
    background: rgba(0, 0, 0, 0.3);
}
div#lista
{
    padding: 0 7%;
}
div#stopka
{
    color:white;
    padding:15px;
    margin:0;
    background: rgba(0, 0, 0, 0.3);
}

/*
#powrot
{
    color: white;
    text-decoration: none;
}
#powrot  a:hover
{
    color: black;
    border-bottom: black solid 1px;
}
*/

img.obrazki
{
    float: right;
    width:20%;
    vertical-align: middle;
    margin-left: 3%;
}
h2
{
    line-height: 0;
    padding: 0.5em 0;
}
h3
{
    line-height: 0;
    margin-bottom: 30px;
    padding: 0.5em 0 0 0;
}
p
{
    text-align: justify;
    padding: 2% 10%;
    font-size: 20px;
    margin: 1%;
}
p.glowny
{
    
    text-align: justify;
    padding: 2% 10%;
    font-size: 20px;
    
    
}
p.bold
{
    font-weight: bold;
    font-size: 20px;
}
img.wujek
{
  float: right;
    width: 25%;
    text-align: justify;
    border-radius: 15px;
    padding: 2%;
    
}
p.towar
{
    float:left;
    margin:6px;
    text-align: right;
}
p.clean
{
    clear:both;
}
.gallery
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evnly;
    list-style-type: none;
}
.thumbnail
{
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 48px 1px rgba(60, 60, 60, 0.5);
    cursor: pointer;
    margin: 1%;
    max-height: 20%;
    max-width: 30%;
    transform: scale(1);
    transition: transform 0.3s;
}
.thumbnail:hover
{
    transform: scale(1.1);
}
.thumbnail img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.popup
{
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vm;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.popup.hidden
{
    display: none;
}
.popup_img
{
    max-height: 80%;
    max-width: 80%;
}
img.towar
{
    max-height: 100%;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 48px 1px rgba(60, 60, 60, 0.5);
    cursor: pointer;
}
ul
{
    font-size: 20px;
}
ul#menu
{
    list-style: none;
}
ul#menu li
{
    display:inline-block;
    width:15.3%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 18px;
    border-radius: 15px;
}
ul#menu li a
{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding:0.5em 0;
    /*background-color:bisque;*/
    display:block;
    border-bottom: white solid 1px;
    /*color: black;*/
    color: white;
    font-size: 18px;
    margin: 1%;
    
}
ul#menu li a:hover
{
    color: black;
    font-size: 18px;
    margin: 1%;
    border-bottom: black solid 1px;
}
li.mySlides{
    width: 20%;
}
a.zwykly
{
    text-decoration: none;
    color: white;
}

a
{
color: white;
}

a:hover
{
    color: black;
}

// galeria

