/*desktop*/

body {
    background-image: url("images/tlo-glowna.jpg") ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgb(180, 180, 180);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    align-items: center;
    text-decoration-color: blueviolet;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

a {
    text-decoration: none;
}
.footer {
	position: fixed;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: small;
    display: inline-block;
    align-items: center;
}
.hdr {
    position: fixed;
    background-color: #f1f3f4;
    width: 100%;
	display: inline-block;
    align-items: center;
	top: 0px;
    text-align: center;
    font-weight: 600;
    color: dimgray;
	box-shadow: 0 4px 2px -2px black;
    z-index: 1;
}
.hdr a{
    text-decoration: none;
    color: dimgray;
    display: inline-block;
	background-color: #f1f3f4;
	padding: 16px;
	display: inline-flex;
	transition-duration: 0.5s;
}
.hdr a:hover{
    background-color: #a92a2a;
    color: white;
    font-weight: 600;
}
.arw {
    cursor: pointer;
}
.brd {
    width: 12%;
}
.zdj{
    width: 60%;
}
.tbl {
    margin-top: 4%;
}
.mbl{
    display: none;
}
.REG {
    background-image: url("images/tlo-regulamin.jpg") ;
    background-attachment: fixed;
}
.tekst {
    margin-top: 10px;
    margin-left: 20%;
    margin-right: 20%;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1034px) {
    .tbl {
        margin-top: 5%;
    }
}
/*telefon*/
@media screen and (max-width: 700px) {
    body{
        background-image: url("images/www-tlo-telefon.jpg") ;
    }
    .tbl {
        margin-top: 35%;
    }
    .mbl{
        display: inline-flex;
    }
    .pct{
        display: none;
    }
	.REG {
		background-image: url("images/tlo-tel-reg.jpg") ;
		background-attachment: fixed;
		background-color: #d9d9d9;
	}
}



