.pszp * { font-family: 'Nunito Sans', sans-serif; text-decoration: none; outline: none !important; color: #fff; }

.pszp { background-color: #001580; }
.pszp .prijava-form { position: relative; overflow: hidden; width: 100%; }
.pszp a { color: #f00; }
.pszp a:hover { color: white; }

.pszp .hero { background: url('/slike/navijaci.webp') no-repeat center top; background-size: contain; height: 130vh; position: relative; }
/* .jss.pravila .hero { background-image: url('/slike/hero3-h.jpg'); }
.jss.nagrade .hero { background-image: url('/slike/hero2-h.jpg'); } */

.pszp h1 { font-size: clamp(90px, 8vw, 140px); font-weight: 800; text-transform: uppercase; }
.pszp h1 span { line-height: .9; display: block; color: #f00; }
.pszp h2 { font-size: clamp(48px, 5vw, 54px); font-weight: 400; text-transform: uppercase; }
.naslovnica h2 { margin: 0 0 40px 0; }
.pszp h3 { font-size: clamp(36px, 4vw, 48px); font-weight: 700; margin: 40px 0 20px 0; color: #f00; position: relative; display: inline-block; text-transform: uppercase; }
.pszp h3 span { pointer-events: none; position: absolute; font-size: 180px; font-weight: 700; color: rgba(255,255,255,.1); top: -110px; left: -60px; }
.pszp p { font-size: clamp(20px, 2vw, 28px); font-weight: 300; line-height: 1.4; margin: 15px 0; }
.pszp li { font-size: clamp(20px, 2vw, 28px); font-weight: 300; line-height: 1.4; margin: 15px 0; }
.pszp .btn { font-size: clamp(20px, 2vw, 28px); }
.pszp h5 { margin: 15px 0; }
.pszp label { font-size: 16px; line-height: 1; }
.pszp p.small { opacity: .4; font-size: 16px; line-height: 1.3; }
.pszp p.xtrasmall { font-size: 14px; line-height: 1.2; margin: 5px 0; }

.pszp nav { display: flex; justify-content: center; align-items: center; }
.pszp nav a { display: inline-block; line-height: 60px; padding: 0 30px; font-size: 24px; text-transform: uppercase; letter-spacing: 5px; }
.pszp nav a:nth-child(1) { order: 3; /* overflow: hidden; text-indent: -999999px; background: url('slike/logo.svg') no-repeat center center; background-size: contain; width: 185px; height: 150px; margin: 30px 0; */ }
.pszp nav a:nth-child(2) { order: 1; }
.pszp nav a:nth-child(3) { order: 2; }
.pszp nav a:nth-child(4) { order: 4; }
.pszp nav a:nth-child(5) { order: 5; }

#f_galerija .single-img { position: relative; border-radius: 8px; overflow: hidden; border: 2px solid rgba(255,255,255,0); transition: all .3s linear; }
#f_galerija .single-img:hover { border-color: rgba(255,255,255,1); }
#f_galerija .single-img span { position: absolute; color: #fff; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(64,58,62,0) 0%, rgba(64,58,62,0.95) 100%); bottom: 0; left: 0; width: 100%; padding: 30% 10px 5% 10px; text-align: center; transform: translateY(100%); transition: .2s all ease-out; }
#f_galerija .single-img:hover span { transform: translateY(0%); }

#prijava .single-img img { position: relative; border-radius: 8px; overflow: hidden; border: 2px solid rgba(255,255,255,0); transition: all .3s linear; }
#prijava .single-img img:hover { border-color: rgba(255,255,255,1); }

#error-response span { display: block; margin: 30px auto; border-radius: 8px; padding: 10px; background: #f00; color: white; text-align: center; }

.pszp .text-label { font-weight: 700; color: rgba(255,255,255,.5); }

.pszp .form-control { color: #001580; border-color: #eef4e1; font-size: clamp(20px, 2vw, 28px); line-height: 1; }
.pszp .form-control:focus { box-shadow: none; border-color: #001580; }

.pszp .btn { text-transform: uppercase; font-weight: 700; }

.pszp .btn-outline-dark { border-color: #0f2eeb; background-color: #0f2eeb; }
.pszp .btn-outline-dark:hover,
.pszp .btn-outline-dark:focus { border-color: #fff; box-shadow: none; }

.pszp .btn-primary { font-size: clamp(26px, 3vw, 36px); letter-spacing: -1px; padding: 0.5rem 4rem; color: #fff; background-color: #0f2eeb; border: 2px solid #0f2eeb; border-radius: 8px; }
.pszp .btn-primary:hover,
.pszp .btn-primary:focus { border-color: #fff; color: #fff; box-shadow: none; }

.pszp .form-group { margin: 16px 0; }
.pszp .form-control::placeholder { color: #ccc; opacity: 1; }
.pszp .form-control:-ms-input-placeholder { color: #ccc; }
.pszp .form-control::-ms-input-placeholder { color: #ccc; }

#preview-image { width: 200px; margin: 0 auto; }
#preview-image img { border-radius: 8px; }

input[type="text"],
input[type="email"] { width: 50%; margin: 0 auto; }

.step-alternate { background-color: #272226; }
.step-emphasized { background-color: #5b2f32; }

.pszp .form-check { padding-left: 0; }

.pszp .modal-body { padding: 0; }
.pszp .modal-body button { position: absolute; top: 20px; right: 20px; width: 57px; background: rgba(255,255,255,.2); border: none; transition: background .3s ease-out; }
.pszp .modal-body button:hover { background: rgba(255,255,255,.3); }
.pszp .modal-content { background: transparent; }
.pszp .single-image-wrapper { position: relative; display: inline-block; }
.pszp .single-image-wrapper img { border-radius: 8px; border: 2px solid #fff; }

@media screen and (min-width: 2400px){

	.pszp nav a:nth-child(1) { width: 300px; height: 300px; }
}

@media screen and (min-width: 1800px){

	.pszp nav a:nth-child(1) { width: 220px; height: 220px; }
	.pszp .hero { height: 110vh; }
}

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

	.pszp nav a { padding: 0 18px; font-size: 18px; }
	input[type="text"],
	input[type="email"] { width: 90%; }
}

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

/*	.jss .hero { background-image: url('/slike/hero1-v.jpg'); }
 	.jss.pravila .hero { background-image: url('/slike/hero3-v.jpg'); }
	.jss.nagrade .hero { background-image: url('/slike/hero2-v.jpg'); } */
	.naslovnica h1.slogan { font-size: 50px; }
	.naslovnica h2 { font-size: 34px; margin-bottom: 0.5rem; }
	.naslovnica h3 { font-size: 28px; }
	.pszp nav a { margin-top: 160px; padding: 0 10px; font-size: 16px; letter-spacing: 0; }
	.pszp nav a:nth-child(1) { position: absolute; margin-top: 0; }
}

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

	.pszp nav a { padding: 0 8px; font-size: 13px; }
}