body {
    width: 75%;
    margin: auto;
    background: white;
    color: black;
    font-family: Arial, sans-serif;
    }
nav {
    padding:  0 0 3.5em 0;
}
nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding-inline-start: 0px;
}
nav li a {
    display:block;        
    color: rgb(43, 43, 43);
    font-style: italic;
    text-transform:none;
    font-weight: bold;
    font-size:2em;
    text-decoration: none;   
    padding: 15px 20px;
}
.active {
    color: #af1a1a;
}
nav li a:hover {
    color: #265500;
}
.active:hover {
    color: #831313;
}
footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
footer ul {
    list-style-type: none;
}
footer li {
    float: left;
    padding: 1em;
}
.socialicon {
    width: 2em;
    height: auto;
}
#logos {
    text-align: center;
}
#logo {
    width: 25%;
}
#name {
    padding-bottom: 1.5em;
    width: 70%;
}
h1 { 
    color: black;
    text-align: center;
}
p {
    color:rgb(109, 109, 109);
}
.button { 
    background:#265500;
    color: white;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    text-transform: uppercase;
}
.button:hover {
    background: #193800
}
.centerbigger {
    font-size: 2em;
    color: black;
    text-align: center;
}
#icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    padding-bottom: 3em;


}
.icon {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(109, 109, 109);
    text-align: center;
    width: fit-content;
    padding: 1em 0 1em 0;
}

.icon h2 {
    margin-top: 0.4em;
    margin-bottom: 0.5em;
    font-size: 2.5em;
}
.iconimg {
    width: fit-content;
}
#godziny {
    list-style-type: none;
}
#welcome {
    width: 75%;
    font-size: 1.5em;
    text-align: center;
    margin: auto;
    padding-bottom: 3em;
}
.h1h {
    font-size: 3em;
    line-height: 1em;
}
.tablecont {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.table {
    background-color: #f9f9f9;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.tr1 {
    background-color: white;
}
.tr2 {
    background-color: #f9f9f9;
}
#tableheader {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: larger;
    color:#af1a1a;
}
td h2 {
    text-align: left;
    font-size: medium;
}
.article1 {
    text-align:center;
}
#promocje {
    margin-bottom: 2.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
}
.promo {
    width: 15em;
    border: 1px black solid;
    margin: 2em;
}
.center
{
    text-align: center;
}
.centermarg
{
    margin-left: auto;
    margin-right: auto;
}
#open
{
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.hour
{
    text-align: right;
    padding-left: 1em;
}
.day {
    text-align: left;
}

.gallery1 {
    padding-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.gallery1 img {
    border: 1px black solid;
    margin: 1em;
}

#zoomi1 img {
    width: auto;
    height: 87%;
    position: fixed;
    padding: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: 1% auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#zoomi1 {
    display: none;
    text-align: center;
}
.mapouter{
    position:relative;
    text-align:right;
    width:100%;
    height:600px;
}

.gmap_canvas {
    overflow:hidden;
    background:none;
    width:100%;
    height:600px;
}

.gmap_iframe {
    border: none;
    width: 100%;
    height:600px;
}

@media (max-width: 1200px) {
    body {
	width: 80%;
    }
}

@media (max-width: 900px) {
    body {
	width: 85%;
    }
}

@media (max-width: 720px) {
    body {
    width: 90%;
    }
    
    nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        list-style-type: none;
        flex-direction: column;
        align-items: center;
    }
}

