html{
	height:100%;
	scroll-behavior: smooth;
}

body{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	position:relative;
	min-height:100%;
	font-size:20px;
	background-color: #efefff;
	scroll-behavior: smooth;
}

.strona{
	max-width:1050px;
	max-height:100%;
	margin-left:auto;
	margin-right:auto;
}

a{
	color:blue;
}

#top1{
	width: 100%;
	height: 250px;
	background-image:url(img/uciete_02.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
	font-size:40px;
}

#top2{
	width: 100%;
	height: 250px;
	background-image:url(img/uciete_01.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
	font-size:40px;
}

#top3{
	width: 100%;
	height: 250px;
	background-image:url(img/uciete_03.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
	font-size:40px;
}

#softel{
	position:relative;
	max-width:1050px;
	height:50px;
	top:180px;
	margin-left:auto;
	margin-right:auto;
}

#napis{
	font-weight:bold;
	text-decoration:underline;
	text-decoration-color:#65bfcc;
	color:white;
}

#napis:hover{
	text-decoration-color:#98efff;
}

#menu{
	overflow:auto;
	width:100%;
	height: auto;
	background-color: #dfdfdf;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size: 30px;
}

#href{
	text-decoration:none;
	color: black;
	padding-left:7px;
	padding-right:7px;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;  
	-ms-user-select: none;     
	user-select: none;
}

#href:hover{
	opacity:0.5;
}

#content{
	width:81%;
	padding-left:2%;
	padding-right:2%;
	padding-top:2%;
	padding-bottom:6%;
}

.lista{
	position:relative;
	text-align:center;
	width:100%;
	height:auto;
	margin:10px auto;
	padding-bottom:50px;
}

#strzalka{
	position:absolute;
	top:100px;
	left:50%;
	transform: translate(-50%);
}

#strzalka2{
	position:absolute;
	top:110px;
	left:50%;
	transform: translate(-50%);
}

.kafelki{
	position:relative;
	display:inline-block;
	width:80%;
	height:220px;
    margin:10px;
	border: 4px solid black;
	-webkit-user-select: none;
	-moz-user-select: none;  
	-ms-user-select: none;     
	user-select: none;
}

.kafelki:hover{
	background-color:#cdcccc;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.kafelki:focus{
	background-color:#cdcccc;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#rozwijane{
	width:100%;
	height:auto;
	display: none;
	text-align:center;
    position: absolute;
	left:0;
    background-color: #f9f9f9;
    z-index:1;
}

.kafelki:focus #rozwijane{
	position:relative;
	max-width:100%;
	height:auto;
	background-color:#cdcccc;
    display: block;
	padding-top:20px;
	padding-bottom:20px;
	border:4px solid black;
	top: 220px;
	left:-4px;
	border-top:none;
	scroll-behavior:smooth;
}

.kafelki:focus + #odstep {
	padding-bottom:260px;
}

.kafelki:focus #strzalka{
	display:none;
}

i{
	font-size:38px;
}

#tekst{
	font-size:20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#p{
	text-align:center;
	clear:both;
	color:red;
	font-weight:bold;
	font-size:32px;
	width:50%;
	left: 50%;
	transform: translate(50%);
	text-shadow: 2px, 2px, #000000;
	
}

#zdjecia{
	text-align:center;
}

#img-uslugi{
	position:relative;
	width:auto;
	height:auto;
	max-width:90%;
	max-height:auto;
	margin-bottom:10px;
	margin-top:10px;
	object-fit: contain;
}

#img{
	position:relative;
	width:auto;
	height:auto;
	width:720px;
	max-width:100%;
	object-fit: contain;
}

#kontakt{
	text-align:center;
	width:83%;
	padding-left:1%;
	padding-right:1%;
	padding-top:2%;
	padding-bottom:6%;
	font-size:100%;
}

#dane{
	font-size:150%;
}

table{
	border-collapse:collapse;
}

table, tr, td {
	margin:auto;
	border:2px solid black;
}

#lokalimg{
	position:relative;
	width:1024px;
	height:768px;
	max-width:100%;
	max-height:auto;
	height:auto;
}

#ikony{
	text-decoration:none;
	color:black;
	position:absolute;
	right:10px;
}

#licencja{
	width:80%;
}

#ikony:hover{
	opacity:0.5;
}

#foot{
	width:100%;
	text-align:center;
	height:20px;
	position:absolute;
	left:0px;
	bottom:0px;
	padding-top:1rem;
	padding-bottom:1rem;
	background-color: #dfdfdf;
}