@font-face {
  font-family: Oswald;
  src: url('/public/assets/fonts/Oswald-VariableFont_wght.ttf');
  font-display: swap;
}
p, h1, h2, h3, h4, h5, h6, k7{
	font-family: "Oswald", sans-serif !important;
}
*{
	behavior: smooth;
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: "Oswald", sans-serif;
}
.text-small{
	font-size: 20px !important;
}

.text-medium{
	font-size: 30px !important;
}

.text-large{
	font-size: 40px !important;
}

.text-primary{
	color: #222 !important;
}
.text-secondary{
	font-weight: bold;
	text-transform: uppercase;
	color: #FDD600 !important;
}
.text-white{
	color: #fff !important;
}
.bg-primary{
	background-color: #FDD600;
}
.bg-secondary{
	background-color: #222;
}
.primary-separator{
	width: 100%;
	height: 10px;
	background-color: #FDD600;
}
.secondary-separator{
	width: 100%;
	height: 10px;
	background-color: #222;
}
.decoration-title-divider{
	display: inline-block;
	width: 80px;
	height: 6px;
	background: #222;
	margin-bottom: 20px;
}
.button{
	overflow: visible;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 18px;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.button-primary{
	border: 2px solid #222;
	background-color: #FDD600;
	color: #222 !important;
}
.button-primary:hover{
	border: 2px solid #222;
	background-color: #222;
	color: #FDD600 !important;
	text-decoration: underline;
}

.button-secondary{
	border: 2px solid #222;
	background-color: #222;
	color: #FDD600;
}
.button-secondary:hover{
	border: 2px solid #222;
	background-color: #FDD600;
	color: #222;
	text-decoration: underline;
}
.input-primary{
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: all .3s ease-in-out;
	border: 2px solid #222;
}
.section-title{
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.text-small{
		font-size: 10px !important;
	}

	.text-medium{
		font-size: 20px !important;
	}

	.text-large{
		font-size: 25px !important;
	}
}

/*NAVBAR*/
header{
	font-family: "Oswald", sans-serif;
}
nav li{
	width: auto;
	height: auto;
}
nav li a{
	display: block;
}
nav li:hover{
	/*	font-weight: bold;*/
}
nav li:hover .link-underline {
	transition: all .3s ease-in-out;
	width: 100%;
}
.navbar-logo{
	width: 80px;
	height: auto;
}
.active-link{
	font-weight: bold;
}
.active-link .link-underline{
	display: block;
	width: 100%;
	height: 4px;
	background: #FDD600;
}
.link-underline{
	display: block;
	width: 0%;
	height: 4px;
	background: #FDD600;
}
.burger {
	border: 0;
	padding: 0;
	background-color: transparent;
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	cursor: pointer;
}
.burger span {
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
	opacity: 1;
}
.burger span:nth-of-type(1) {
	top: 6px;
}
.burger span:nth-of-type(2) {
	top: 12px;
}
.burger span:nth-of-type(3) {
	top: 18px;
}
.burger:hover span:nth-of-type(1) {
	background-color: gray;
	width:10px;
}
.burger:hover span:nth-of-type(2) {
	background-color: gray;
	width:15px;
}
.burger:hover span:nth-of-type(3) {
	background-color: gray;
	width:20px;
}
/*HERO SECTION*/
.hero_image{
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/public/assets/img/background.webp');
	padding: 80px 0;
	background-position: center bottom;
	background-attachment: fixed;	
}

.mapa{
	max-width:100%;
	height:100%;
	overflow:hidden;
}

@media screen and (max-width: 1500px) {
	.mapa{
		height:100%;
	}
	.hero_image{
		padding: 30px 0;
	}
}

@media screen and (max-width: 600px) {
	.mapa{
		margin-top: 30px;
	}
	.hero_image{
		padding: 60px 0;
	}
}
	/*LICZNIK*/
.countdown-block p{
	color: #222;
}
.countdown-block{
	background: #FDD600;
	font-size: 35px;
	text-align: center;
	border: 2px solid #222;
	padding: 20px 30px;
	box-sizing: border-box;
	color:#222 !important;
	max-width:750px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.countdown-block{
		font-size: 25px;
	}
}

#hero_newsletter{
/*	background-image: url("/kc/public/assets/img/envelope-open-text-solid.svg");*/


	/* default value */
/*	background-repeat: repeat;*/
}
.uk-checkbox:checked {
	background-color: #FDD600 !important;
	border-color: 1px solid black !important;
	color: #222 !important;
}


/*FOOTER*/
footer{
	bottom: 0;
	width: 100%;
	position: relative;
	color: #222;
}
footer h5{
	margin-bottom: 10px;
	font-weight: bold;
}
footer p{
	margin-top: 0;
}
footer ul{
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}
footer ul li{
	margin-bottom: 15px;
}
.social_icon{
	color: #222;
	text-decoration: underline;
	font-size: 40px;
	padding: 10px 25px;
}

.social_icon:hover{
	color: black;
}

.contact_link{
/*	font-size: 40px;*/
	color: #222;
	text-decoration: underline;
	padding: 10px 0;
}
.contact_link:hover{
	color: black;
	text-decoration: underline;
}
.rodo_link{
	padding: 0px 0px 0px 25px;
	color: rgba(255, 255, 255, 0.7);

}
.rodo_link:hover{
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}
.footer-title{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: flex-end;
}
.decoration-divider{
	display: inline-block;
	width: 40px;
	height: 4px;
	background: #222;
	margin-bottom: 20px;
}
.gallery-row{
	display: flex;
}
.image-box{
	margin: 1px;
	display: block;
	width: 150px;
	height: 150px;
	cursor: pointer;
	border: 2px solid #FDD600;
	transition: all .3s ease-in-out;
}
.image-box:hover{
	border: 2px solid #222;
} 
.gallery-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top-button{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #FDD600;
	border: solid 2px #222;
	color: #222;
	cursor: pointer;
	padding: 17px 20px;
}
.uk-modal-dialog {
	width: 800px !important;
}
@media screen and (max-width: 600px) {
	footer{
		padding: 0;
	}
	#top-button{
		display: none;
		position: fixed;
		bottom: 15px;
		right: 15px;
		z-index: 99;
		font-size: 14px;
		border: none;
		outline: none;
		background-color: #FDD600;
		border: solid 2px #222;
		color: #222;
		cursor: pointer;
		padding: 6px 10px;
	}	
}