/*Logo*/

#Logo
{
    max-width: 200px;
    margin: 50px auto 0 140px;
}
.Logo 
{
    width: 100%;
    padding: 10px;
}


/*Menu*/
#PasekMenu
{
    max-width: 500px;
    height: 30px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.PasekMenu
{
    width: 100%;
    display:table-cell;
    vertical-align:middle;
    font-size: 15px;
    line-height: 10px;
    letter-spacing:1px;
    font-family: MojaCzcionka;
}
#PasekMenu a:link /* linki w menu */
{
    font-size: 16px;
    text-decoration: none;
    color:black;
}
#PasekMenu a:visited /* odwiedzone linki w menu */
{
    font-size: 16px;
    color:black;
    text-decoration: none;
}
#PasekMenu a:hover /* najechane linki w menu */
{
    font-size: 16px;
    text-decoration: none;
    color: red;
}


/*Główna strona*/
*
{
    box-sizing: border-box;
}

#Glowne
{
    max-width: 1000px;
    margin:auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}
#tooltip
{
    max-width: 500px;
    width: 100%;
    height: 500px;
    position: relative;
    cursor: pointer;
    margin: auto;
}
.Obrazomnie
{
    background-image:url('Foto/1aa.jpg');
    
}
.Obrazzamow
{
     background-image:url('Foto/2aa.jpg');
}
.Obrazkup
{
    background-image:url('Foto/3aa.jpg');
}
.Obrazkontakt
{
    background-image:url('Foto/4aa.jpg');
}
#tooltipText
{
    position: absolute;
    margin-top: -222px;
    transform: translateX(-50%);
    color:#fff;
    font-size: 30px;
    white-space: nowrap;
    padding: 220px 214px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 2s ease;
    border: 8px solid white;
}

#tooltip:hover #tooltipText
{
    top:50%;
    visibility: visible;
    opacity: 1;   
}

#Stopka
{
    margin: auto;
    width: 1260px;
    height: 66px;
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    font-family: MojaCzcionka;
    line-height: 20px;
    letter-spacing:1px;
}

.ZakladkaOpis
{
    height:650px;
    max-width: 400px;
    margin-top: -50px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing:1px;
    font-family: MojaCzcionka;
    padding-left: 50px;
}
.ZakladkaOpis2
{
    height:400px;
    max-width: 400px;
    margin-top: 35px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing:1px;
    font-family: MojaCzcionka;
    padding-left: 10px;
}
#Bold
{
    font-family: MojaCzcionka;
    font-weight: bold;
}
#BoldKontakt
{
    font-family: MojaCzcionka;
    font-weight: bold;
    font-size: 30px;
    letter-spacing:1px;
    line-height: 140px;
}

#BoldTytul
{
    font-size: 20px;
    text-align: center;
    font-family: MojaCzcionka;
    font-weight: bold;
}


#obraz  /*Dotyczy Obrazów Podwójnych*/
{
    max-width: 840px;
    margin: auto;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    font-family: MojaCzcionka;
}
.obraz /*Dotyczy Obrazów Podwójnych*/
{
    max-width: 400px;
    width: 100%;
    height: 100%;
    margin: auto;
}
#baner
{
    max-width: 1000px;
    margin:auto;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}
.baner /*Dotyczy Obrazów Podwójnych*/
{
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

#obrazopis2
{
    width: 100%;
    margin: auto;
    text-align: center;
}
#obraz2 /*Dotyczy Obrazów Potrójnych*/
{
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    font-family: MojaCzcionka;
}
.obraz2 /*Dotyczy Obrazów Potrójnych*/
{
    width: 200px;
}
#obrazNew /*Dotyczy Obrazów Potrójnych*/
{
    max-width: 1260px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    font-family: MojaCzcionka;
}
.obrazNew /*Dotyczy Obrazów Potrójnych*/
{
    width: 400px;
}
#odstep{
    margin-top: 20px;
      display: flex;
  justify-content: center;
}

#obraz3 /*Dotyczy Kontaktu oraz O mnie*/
{
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: MojaCzcionka;
}
.obraz3  /*Dotyczy Kontaktu oraz O mnie*/
{
    max-width: 400px;
    width: 100%;
}


#obraz13 /*Dotyczy Tabeli Zamów*/
{
    max-width: 1200px;
    margin: 20px auto 0 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


#cien
{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

    }




@media screen and (max-width: 767px)
{
    *
    {
       max-width: 100%;
    }
    #Logo{
        margin: auto;
    }
    #PasekMenu
    {
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    #Glowne
    {
        margin: auto;
        grid-template-columns: 1fr;
    }
    #tooltip{

        margin: auto;
        margin-bottom: 20px;
    }
    #obraz
    {
        margin: auto;
        padding:20px;
        grid-template-columns: 1fr;
    }
    .obraz
    {
        margin: auto;
        margin-bottom: 20px;
    }
    #obraz3
    {
        margin: auto;
        grid-template-columns: 1fr;
    }
    .obraz3
    {
        margin: auto;
        margin-bottom: 20px;
    }
    #obraz2
    {
        margin: auto;
        padding:20px;
        grid-template-columns: 1fr;
    }
    .obraz2{
        max-width: 200px;
        margin-bottom: 20px;
    }
    #obrazNew
    {
        margin: auto;
        padding:20px;
        grid-template-columns: 1fr;
    }
    .obrazNew{
        max-width: 400px;
       height: 100%;
    }
    #obraz13
    {
        margin: auto;
        padding:20px;
        grid-template-columns: 1fr;
    }
    .box{
        margin: auto;
    }
    
    #Stopka
    {
        margin: auto;
    }
    #tooltipText
    {
        padding: 120px 114px;
    }

}
@media screen and (max-width: 1050px)
{
    *
    {
      max-width: 100%;
    }
    #Logo{
        margin: auto;
    }
    #PasekMenu
    {
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    #Glowne
    {
        margin: auto;
        grid-template-columns: 1fr;
    }
    #tooltip{

        margin: auto;
        margin-bottom: 20px;
    }
    
    #obraz
    {
        margin: auto;
        padding:20px;
        grid-template-columns: 1fr;
    }
    .obraz
    {
        margin: auto;
        margin-bottom: 20px;
    }
    #obraz3
    {
        margin: auto;
        grid-template-columns: 1fr;
    }
    .obraz3
    {
        margin: auto;
        margin-bottom: 20px;
    }
    #obraz2
    {
        margin: auto;
        padding:20px;
        grid-template-columns: 1fr;
    }
    .obraz2{
        max-width: 200px;
        margin-bottom: 20px;
    }
    #obrazNew
    {
        margin: auto;
        padding:20px;
        grid-template-columns: 1fr;
    }
    .obrazNew{
        max-width: 400px;
        height: 100%;
    }
    #obraz13
    {
        grid-template-columns: 1fr;
    }
     .box
    {
        margin: auto;
    }
    #Stopka
    {
        margin: auto;
    }
   #tooltipText
    {
        padding: 220px 124px;
    }

}




.contact-form{
    padding: 10px;
    max-width: 400px;
    height: 650px;
}

.contact-box{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.contact-form label{
    margin-bottom: 5px;
    font-size: 16px;
}
.contact-form input,
.contact-form textarea,
.contact-form button{
    padding: 5px;
    font-size: 16px;
    border: 2px solid hsl(0,0%,67%);
    border-radius: 12px;
}
.contact-form textarea{
    resize: vertil;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
}
.contact-form button{
    padding: 12px;
    width: 100%;
    cursor: pointer;
}
.contact-form button:hover{
    color: #fff;
    background-color: hsl(220,100%,50%);
}

.msg-status{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 10px;
    width: 380px;
    border-radius: 12px;
    font-size: 16px;
}

.success{
    display: flex;
    background-color: hsl(143,83%,55%);
}
.error{
    display: flex;
    background-color: hsl(9,100%,64%);
}


hr { 
  border: 0;
  width: 1100px;
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.box {
        width: 100%;
        max-width: 400px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 200;
        font-family: MojaCzcionka;
        text-align: center;
	padding: 0 4vw 4vw;
	border-right: 1px;
	border-left: 0;
	border-style: solid;
/* 	border-image: linear-gradient(to bottom, #ccc, #555 66%, #181818) 1 100%; */
	border-image: linear-gradient(to bottom, #eee, grey, #eee) 1 100%;
}


.box h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 4000;
	line-height: 1em;
	color: black;
}
.obraz h2 {
	font-size: 1em;
        margin-top: 5%;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 4000;
	line-height: 1em;
	color: black;
        font-family: MojaCzcionka;
}
.box .piece-count {
	font-style: italic;
	color: #9f9f9f;
	margin-bottom: 1.2em;
	letter-spacing: 1px;
	font-family: Lora, serif;
}


.icon{
       padding-left: 10px;
}


figure.snip0019 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  max-width: 400px;
  width: 100%;
  max-height: 269px;
  background: #000000;
  text-align: center;
}
figure.snip0019 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0019 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0019 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.snip0019 figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
figure.snip0019 figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0019 h2,
figure.snip0019 p,
figure.snip0019 h3{
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  top:0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
figure.snip0019 h2 {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0019 h2 span {
  font-weight: 800;
}
figure.snip0019 h3 {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 100;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0019 p {
  display: block;
  bottom: 0;
  text-align: center;
  font-weight: 300;
  font-family: MojaCzcionka;
  top: 0%;
  color: #000;
  background: #ffffff;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0019 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0019:hover img {
  opacity: 0.7;
}
figure.snip0019:hover figcaption h2,
figure.snip0019:hover figcaption p,
figure.snip0019:hover figcaption h3
{
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0019:hover figcaption h2 {
  opacity: 1;
}
figure.snip0019:hover figcaption p {
  opacity: 1;
}
figure.snip0019:hover figcaption h3 {
  opacity: 1;
}
figure.snip0019:hover figcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


#kupno
{
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    margin-top: 160px;
    margin-left: 264px;
    z-index:1;
}
.kupno
{
    width: 100%;
}
#kupno2
{
    position: absolute;
    width: 150px;
    height: 55px;
    margin-top: 210px;
    margin-left: 230px;
    z-index:1;
}
.kupno2
{
    width: 100%;
}
#cena
{
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-left: 274px;
    z-index:1;
}
.cena
{
    width: 100%;
}
