body, html * {
    margin:0;
    padding:0;
	font-family: 'Rubik', Helvetica, 'Segoe UI', Geneva, Verdana, sans-serif;
	color: #0A2943;
}

body {
	font-family: 'Rubik', Helvetica, 'Segoe UI', Geneva, Verdana, sans-serif;
	color: #0A2943; 
	font-size: 24px;
	background-image: url('../_img/Pigy_Tetovacky_branding-web_2023-1.jpg');
	background-position: center top;
	background-color:#FED631;
	font-weight: 400;
}

p, ul{
	line-height: 1.4em;
	margin: 0 0 13px 0;
}

ul>li {
list-style-type: none;
text-align: center;	
margin: 10px 0;
font-size: 23px;
text-transform: uppercase;
font-weight: 600;
}

ul,ol{
	text-align:left;
}

a{
	color: #e53e50;
}
a:hover{
	text-decoration: none;
}


/**/
h2{
	margin: 43px 0 5px 0;
	text-align: center;
}

h1{
	font-size: 50px;
	padding: 0;
	margin: 0;
}
.main-h1{
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.main-h1 span{
	text-indent: -99999px;
	display: block;
	height: 0;
}
h2{
	font-size: 55px;
}
h2 span{
	font-size: 20px;
	display: block;
	font-weight: 400;
}
h3,h4,h5,h6{
	margin: 10px 0;
}
h3{
	font-size: 33px;
}
h4{
	font-size: 23px;
}
h5{
	font-size: 19px;
}
h6{
	font-size: 16px;
}
.hide{
	display:none;
}

.cleaner{
	clear: both;
}

q{
	font-style: italic;
	
}

h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
}

.main{
	width: 1072px;
	margin: 0px auto 0 auto;
	text-align: center;
}
.main-in{
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 0%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    position: relative;
}

.main-in>p {
padding:  0 33px 0 33px;
}

header{
	padding: 44px 0 0 0;
	text-transform: uppercase;
	color: white;
}
header ul{
	list-style-type: none;
	width: 870px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	height: 40px;
}
header li{
	float: left;
	display: block;
	position: relative;
	z-index: 5;
}
header li a{
	display:block;
	margin: 0 10px;
	padding: 0 0 4px 0;
	z-index: 5;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom:1px solid rgba(0, 0, 0, 0);
	transition: border-bottom .3s;
}
header li a:hover{
	border-bottom:1px solid rgba(255, 255, 255, .7);
}

footer{
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	padding: 30px 0;
	background: white;
}
footer a{
	color: white;
	padding: 0 15px 4px 15px;
	text-decoration: none;
	border-bottom:1px solid rgba(0, 0, 0, 0);
	transition: border-bottom .3s;
}
footer a:hover{
	border-bottom:1px solid rgba(255, 255, 255, .7);
}
footer img{
	display: block;
}


.text-left{
	text-align: left;
}

table{
	width:490px;
	border-collapse: collapse;
	background: #fff;
}
th, td{
	border-bottom:1px solid #dbdada;
	padding: 15px 14px 15px 35px;
	font-size: 18px;
}

th{
	color: #374aa7;
}
td{
	color: #4c4848;
	padding: 15px 15px 15px 0;
}
tr:last-child th,tr:last-child td{
	border:none;
}

.logo{
	text-align: center;
	width: 100%;
}

.logo2{
	position: relative;
	left: -56px;
	width: 500px;
}

.float-box{
	float: left;
	width: 33%;
	overflow: hidden;
	margin: 0;
}
.vyhry{
	clear: both;
}
.where{
	/*background: url('../_img/kotva.png') no-repeat;
	background-size: 54px 48px;
	background-position: center center;*/
	overflow: hidden;
}
.button-pri{
	display: block;
	background: #0a2943;
	border-radius: 5px;
	color: #fbc332;
	text-decoration: none;
	padding: 20px;
	width: 200px;
	margin: 30px auto 10px auto;
	text-transform: uppercase;
}

.button-pri:hover {
	font-weight: 600;
	filter:drop-shadow(0px 0px 10px  #eddd4a);
}

.partneri {
	margin: 53px auto;
	display: inline-block;
}
.partneri a{
	float: left;
	display: block;
	padding: 0 50px 0 0;
}

h2 a{
	text-decoration: none;
	color: inherit;
}

.pigy-bottom img{
	width: 700px;
	margin: 0 auto;
}
.pigy-bottom{
	background:url('../_img/bottom-line.gif?d') repeat-x bottom;
}
@media screen and (max-width: 700px) {
	.main{
		width: 100%;
		border: 0;
	}

	.main-in{
		padding: 10px;
	}

	.main-h1{
		width: 100%;
	}
	.float-box{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.logo, .logo2{
		width: 100%;
		position: static;
	}

	h2{
		font-size: 40px;
	}
	h3{
		font-size: 30px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 15px;
	}

	h2 span{
		font-size: 16px;
	}
	.button-pri{
		width: 70%;
	}

	.partneri a{
		float: none;
		padding: 0;
		margin: 10px auto;
	}
	.partneri a img{
		margin: 0 auto;
	}
	.partneri{
		margin: 0;
		width: 100%;
	}

	.pigy-bottom img{
		width: 100%;
	}
	.where{
		background: none;
	}

}