* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    max-width: 1200px;
    margin: 0 auto !important;
    float: none !important;

    color: black;
    font-family: "Carlito", sans-serif;
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0 auto;
}

html {
    font-family: "Carlito", "Calibri", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: black;
    text-rendering: optimizeLegibility;

}
h1, h2, h3, h4, {
    color: #222;
    font-weight: 600;
    line-height: 1;
    margin: auto;
}

h5 {
    color: #222;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.2rem;
}
h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 0.8rem;
}


hr {
    border: none;
    width: 100%;
    border-top: 0.2rem solid orange;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hero {
    width: 100%;
}

/* === menu =
text-transform: uppercase;
*/
#ikon {
/*	text-align: center;*/
	display: inline-block;
	padding-right: 0.6rem;
}
ul li {
    float: left;
    transform: scale(1);
    margin: 0 auto;
    padding: 0.6em;
    text-align: left;
    list-style-position: outside;
    
}

ul li a {
    color: antiquewhite;
    font-weight: 600;
    text-decoration: none;
}

ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

a:hover {
    color: #CCCCCC;
    border-bottom: 3px solid orange;
}

.main-nav {
    margin: 1em;
    background-color: #620909;
}

.main-nav li {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

/* === nagłówki =*/

h2 {
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;

}

h2:after {
    display: block;
    height: 3px;
    background-color: orange;
    margin: 0 auto;
    margin-top: 10px;
    content: "";
}

h3 {
    margin: 0.5em;
    width: 90%;
    height: auto;
    padding: 0.3em;
    background-color: #339dc3;
    color: antiquewhite;
}

h4 {
    margin: 0.5em;
    width: auto;
    height: auto;
    text-align: center;
    line-height: normal;
    padding: 0.8em;
    background-color: #054d23;
    color: antiquewhite;
}
h4 a {
    color: antiquewhite;
    font-weight: 600;
    text-decoration: none;
    }
h5 {
    margin: 0.3em;
    width: 90%;
    
    font-size: 1rem;
    font-style: italic;
    text-align: center;
    padding: 0.4em;
    
    color: #054d23;
}


/* --- treść ---*/


.column {
    display: flex;
    flex-basis: 50%;
    margin: 0.6em
}

.column img {
    width: 100%;
    height: auto;

}

.produkt {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: inherit;
    margin-bottom: 1em;

}
.produkt h3 {
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    padding: inherit;
    margin-bottom: 1em;

}
.products h5 {
    margin-bottom: 0.5em;

}


.footer {
	text-align: center;
    color: antiquewhite;
	background-color: #620909;
	padding: 0.6rem;
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.obraz {
     max-width: 90%;
    
     justify-items: center;
     margin: 5px;
     border-radius: 10px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
/* ========= About   ===========*/


produkt .tlo-1 {
    
    background-color: #f2f2f2;
}

/* ====== CSS for responsiveness =====*/

@media only screen and (max-width: 600px) {

  
    .hero {
        width: 100%;
    }

}