*{box-sizing:border-box;
padding:0;
margin:0;
}
html{
font-size:10px;
}
body{
    margin: 0;
    width: 100%;
}
img{
    max-width: 100%;
    max-height: 100%;
}
header{   
    position: sticky;
    top: 0;
    height: 120px;  
    background-color: #fff;
    z-index: 9;
    transition: background .3s;
}    
.header-main{
    display: flex;
    height: 120px;
    border-bottom: 1px solid #e6eaea;
}

.logo{  
    margin-top: 10px;
    width: 20%;
    height: 100px; 
    background-image: url(../img/logo100px.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.logo-text{ 
    width: 30%;   
    height: auto;
    font-size: 4.5rem;
    font-family: 'Poiret One' ;
    letter-spacing: 2px;
    color:#000000;   
    text-align: left;
    margin-top: 30px;
}
.box_prawy{
    width: 50%;
    height: auto;
}
.menu{    
    margin: auto;  
	top: 0;  
	right: 0;  
	bottom: 0;  
	left: 0;
    width: 70%;
    height: 40px;       
    position: relative;
    display: flex;  
    justify-content: flex-start;
}
nav{  
    height: 40px;
    width: 80%;   
    display: flex;
    align-items: center;
    justify-content: space-around;    
}
#head_nav a{
    position: relative;
    text-decoration: none;
    font-family: 'Jura',sans-serif;
    color: #2c2305;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 0 10px;
}
a:link, a:visited{
    text-decoration: none;
    color: #46380c;
}
#head_nav a:after{
    content: "";
    position: absolute;
    background-color: #305adb;
    height: 0.5px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}
#head_nav a:hover{    
    color: #0b31a9;       
    text-shadow: 0 0 2px #f9f5ea; 
}
#head_nav a:hover:after{
    width: 100%;
}
section{
    background-color: #f4f7f6;
    width:100%;   
    display: flex;
    justify-content: center;
}
.flex-container{     
    width: 90%;   
    display: block; 
}

.title{
    display: flex;
    width: 100%;
    height: 30px;    
    margin-top: 25px;
    margin-left: 15px;
    font-size: 17px;
}
.title-left {
    padding-right: 10px;
    font-family: 'Jura';
    font-size: 1.9rem;
    letter-spacing: 1px;
}
.title-right{
    font-family: 'Jura';
    font-size: 1.7rem;
    letter-spacing: 0px;
}
.wiersz{    
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;    
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
.main_product{
    margin: 15px;
    display: flex;
    width: 80%;
    height: 350px;
    background: #FFF;
    position: relative;   
}
.main_pic{
    width: 100%;
    height: auto; 
      background-image: url(../img/skrzynki.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center; 
}
.product{
    margin: 15px;
    display: block;
    width: 400px;
    height: 350px;
    background: #FFF;
    position: relative;
   
}

.pic{
    width: 100%;
    height: 250px; 
}
.head{
    margin-left: 10px;
    margin-top: 5px;
    width: 100%;
    height: 50px;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;    
}
.tekst{
    margin-left: 10px;
    margin-top: 20px;
    width: 100%;
   height: 10px;    
   font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 1px; 
}


footer{   
    background: #FFF;
    width:100%;           
}
.flex-container2{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.stopka{
    width: 100%;
    height: 395px;
   background-image: url(../images/tlomenu2.png);
    display: flex;
    justify-content: center;
}
.kreska{
    background-image: url(../images/kreska.png);
    width: 100%;
    height: 5px;
}
.kontakt{
    margin-top: 20px;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
a:link, a:visited{
    text-decoration: none;
    color: #FFF;
}
.folow{
    width: 30%;
    margin: 10px;
    display: block;
    color: #FFF;
}
.ft-head{
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    }
.fol1{
    width: 80px;
    border-bottom: 1px solid #e6eaea;
}
.fol3{
    width: 190px;
    border-bottom: 1px solid #e6eaea;
}
.youtube{
    margin-top: 20px;
    display: flex;
}
.ft-ico{
    width: 30px;
    height: 26px;
}
.ft-text{
    margin-left: 5px;
    margin-top: 3px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.facebook{
    margin-top: 5px;
    display: flex;
}

.dane{
    width: 30%;
    margin: 10px;
    display: block;
    color: #FFF;
}

.nazwa{
    margin-top: 20px;
    display: flex;   
}
.telefon{
    display: flex;
    margin-top: 15px;
}
.mail{
    display: flex;
    margin-top: 15px;
}
.map{
    width: 30%;
    margin: 10px;
    display: block;
    color: #FFF;
}

.mapa{   
    margin-top: 20px;    
}
.title-sell{
    display: flex;
    width: 100%;
    height: 30px;    
    margin-top: 25px;
    margin-left: 15px;
    font-size: 17px;
  
}
.sell{
    width: 100%;
    height: 900px;
    display: block;
    margin-top: 15px;
}
.sell-img{
    width: 1230px;    
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    background-color: dimgrey;
    
 
}
.sell-pic{
    width: 400px;
    height: 300px;
    position: relative;
    margin: 5px;    
}
.sell-text{
    padding-top: 10px;
    width: 1230px;
    height: 250px;
    background-color: #FFF;   
    display: block;
}
.sell-text-opis{
    margin-top: 5px;
    margin-left: 10px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

/* media query responsive site */

@media(max-width: 990px){
   .stopka{
        width: 100%;
        height: 595px;
        background-image: url(../images/tlomenu2.png);
        display: flex;
        justify-content: center;
    }
    .dane{
        width: 45%;
        margin: 10px;
        display: block;
        color: #FFF;
    }
}
@media(max-width: 690px){
   .stopka{
        width: 100%;
        height: 595px;
        background-image: url(../images/tlomenu2.png);
        display: flex;
        justify-content: center;
    }
    .dane{
        width: 45%;
        margin: 10px;
        display: block;
        color: #FFF;
    }
    .logo-text{ 
    display: block;
    position: absolute;
    top: 81px;
    left: 50%;
    width: auto;    
    line-height: normal;
    transform: translateX(-50%);
    font-size: 1.0rem;
    font-family: 'Poiret One' ;
    letter-spacing: 2px;
    color:#000000;    
}
.logo { 
    position: absolute;
    left: 50%;
    margin: 10px;
    width: 70px;
    height: 70px;    
    display: flex;
    transform: translateX(-50%);
    
}
    .box-menu{
    min-width: 95px;
    height: 120px;
    border-right: 1px solid #e6eaea;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease-in-out;  
}
}
