body {
	margin: 0;
	padding: 0;
	border: 0;
	background:  #0f2135 url('img/todays.png') no-repeat bottom left;
    background-size: 200px auto;
	color: #fff;
	font-size: 22px;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;  /* Prevent scroll on narrow devices */

}

div{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    a{
    text-decoration: none;
    color: #fff;
    border: 0;
    }
    
    a:hover{
    text-decoration: underline;
    }
    
    img{
    border: 0;
    }

.wrapper{
    width: 100%;
    height: 100vh;
}

#slide2{
    display: none;
}

.postac {
width: 160px;
height: 300px;
background: url('img/ludzik.svg') no-repeat center;
background-size: 100% auto;
position: absolute;
left: 20%;
right: 0;
top: calc((100vh / 2) - 60px);
animation: backInLeft; 
animation-duration: 2s; 
    /*
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
	flex-direction: column;
	justify-content: center;
    */
}

.plansza{
    position: absolute;
    top: -62%;
    left: 77%;
    margin: 0 auto;
    width: 340px;
    height: 253px;
    background:   url('img/plansza.svg') no-repeat center;
    background-size:  100% auto;
    display: none;
}

#plansza1, #plansza2{
    display: none;
}


.karta{
    position: absolute;
    top: 8px;
    left: 60px;
    margin: 0 auto;
    width: 273px;
    height: 176px;
    background-size:  100% auto;
    border-radius: 10px;
    overflow: hidden;
    
}

#karta1{
    background: url('img/karta1.jpg') no-repeat;
    background-size: cover;
}

#karta2{
    background: url('img/karta2.jpg') no-repeat;
    background-size: cover;
}

.tekst{
    position: absolute;
    left: calc(20% + 200px);
    top: calc((100vh / 2) - 80px);
    width: calc(100% - (20% + 240px));
    line-height: 1.1;
}



.litera{
    position: absolute;
    left: calc(20% + 20px);
    top: calc((100vh / 2) - 220px);
    display: block;
    font-size: 152px;
    line-height: 102px;
    font-weight: 800;
    color: #0f2135;
    text-shadow: 
        -1px -1px 0px #6B7682,
         0px -1px 0px #6B7682,
         1px -1px 0px #6B7682,
        -1px  0px 0px #6B7682,
         1px  0px 0px #6B7682,
        -1px  1px 0px #6B7682,
         0px  1px 0px #6B7682,
         1px  1px 0px #6B7682;
         animation: fadeInRight;
         animation-duration: 1s; 
}
.litera span{
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: #ffffff82;
    margin-top: 16px;
    text-align: center;
    text-shadow: none;
}
#next{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 100px;
    height: 60px;
    background:  url('img/next.svg') no-repeat right;
    cursor: pointer;
    display: none;
    z-index: 10;
}
#next-top{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 100px;
    height: 18px;
    display: none;
    font-size: 11px;
    text-align: right;
    z-index: 1;
}
#back{
    position: absolute;
    top: 50%;
    left: 30px;
    width: 100px;
    height: 60px;
    background:  url('img/back.svg') no-repeat left;
    cursor: pointer;
    display: none;
    z-index: 10;
}

#back-top{
    position: absolute;
    top: 50%;
    left: 30px;
    width: 100px;
    height: 18px;
    display: none;
    font-size: 11px;
    text-align: left;
    z-index: 1;
}


h1{
    position: absolute;
    left: 0;
    top: 90px;
    font-size: 46px;
    display: none;
}

h1 span{
    margin-top: 5px;
display: block;
font-size: 14px;
font-weight: 400;
line-height: 1.3;
}


h4{
    position: absolute;
    width: calc(100% - 40px);
    text-align: left;
    font-size: 12px;
    left: 20px;
    top: 20px;
    margin: 0;
    
}

h4 div{
    position: absolute;
    right: 20px;
    text-transform: none;
}
h4 div span{
font-weight: 400;
}

h4 > span{
    position: relative;
    top: -5px;
    font-size: 10px;
}

#stopka{
    position: absolute;
    bottom: 26px;
    text-align: right;
    width: calc(100% - 40px);
    height: 80px;
   /* background: url('img/logo.svg') no-repeat right;
    background-size: auto 100%; */
}

#stopka > div{
    display: inline-block;
    width: 92px;
    height: 60px;
    margin: 0 5px;

}
#kartazoo1{
    background:  url('img/karta1.svg') no-repeat center;
    background-size: auto 60px;
}
#kartazoo2{
    background:  url('img/karta2.svg') no-repeat center;
    background-size: auto 60px;
}
#stopka > span{
    display: block;
    font-size: 10px;
    padding-right: 8px;
}




#Miarka{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    }
    






    @media only screen and (max-width: 680px) {


        h1{

            top: 70px;
            font-size: 36px;
   
        }


        h1 span{
        font-size: 12px;
        }




    }




    @media only screen and (max-width: 560px) {


        .postac {
            width: 110px;
            height: 220px;
            left: 20px;
            top: calc((100vh / 2) - 60px); 
            }

            .plansza{
                top: -64%;
                left: 77%;
                margin: 0 auto;
                width: 260px;
                height: 196px;
            }


            .karta{
   
                top: 6px;
                left: 44px;
                margin: 0 auto;
                width: 212px;
                height: 138px;
    
                border-radius: 8px;
 
                
            }


            .tekst{
                left: 150px;
                top: calc((100vh / 2) - 80px);
                width: calc(100% - 180px);
            }

            

        h4{
            width: calc(100% - 20px);
            font-size: 11px;
            left: 10px;
            top: 10px;
        }

        h4 div{
            right: 10px;
        }


        h1{
            top: 70px;
            font-size: 32px;
        }


        h1 span{
        font-size: 11px;
        }


        #stopka{
            position: relative;
            bottom: auto;
            height: 100px;
            width: calc(100% - 20px);
        }





        .litera{
            left: 36px;
            top: calc((100vh / 2) - 196px);
            font-size: 112px;
        }


        .litera span{
            font-size: 14px;
            line-height: 1;
            margin-top: 0;
        }




        #next, #next-top{
    
            top: 90%;
     
      
        }
        #back, #back-top{

            top: 90%;
       
        }



    }