*, ::before, ::after {
	box-sizing: border-box;
}

html {
	font-family: Roboto, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
}

body {
	margin: 0;
    padding: 0;
    /* background-color: #000068; */
    background-image: url('../img/sportsko-ime-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    z-index: 10;
    color: #fff;
}

hr {
	height: 0;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, select {
	text-transform: none;
}

p {
   margin: 0 auto 10px auto; 
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

@keyframes gradient {
    0% {background-position: 0% 0%;}
    50% {background-position: 100% 100%;}
    100% {background-position: 0% 0%;}
}

@keyframes logo {
    0% {scale: 1.4; opacity: 0;}
    5% {scale: 1; opacity: 1;}
    94% {scale: 1; opacity: 1; rotate: 0deg;}
    99% {scale: 0.8; opacity: 0; rotate: 360deg;}		
    100% {scale: 0.8; opacity: 0;}
}

.site {
    position: relative;
    width: 100%;
    min-width: 310px;
    max-width: 1260px;
    margin: 0 auto;
    /* background: linear-gradient(-45deg, #006AFF, #000068, #a00041, #356aac);
    background-size: 400%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation: gradient 12s ease infinite; */
    z-index: 1;
}

.container {
    min-height: 100vh;
    position: relative;
    padding: 10px;
    /* background-image: url('../img/sportsko-ime-bg.jpg'); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    z-index: 10; */
}

.col-left, .col-right {
    position: relative;
}

.col-left {
    margin-bottom: 50px;
    text-align: center;
}

.logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", Roboto, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    animation: logo 10s ease infinite;
}

.logo {
    width: 200px;
    height: auto;
    
}

.partners {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    text-align: center;
    row-gap: 20px;
}

.card-partners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partners-label {
    margin: 0 auto 5px auto;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.card-partners .img {
    display: block;
    width: 100%;
    height: auto;
}

.card-partners .organiser-img {
    max-width: 160px;
}

.card-partners .partners-img {
    max-width: 500px;
}

.category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.category-poster {
    width: 45%;
}

.category-content {
    width: 50%;
}

.category-img {
    width: 100%;
    height: auto;
    transition: all .4s linear;
}

.category-link {
    display: block;
    text-decoration: none;
    color: #fff;
}

.category-title {
    font-family: "Roboto Condensed", Roboto, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    text-transform: uppercase;
    margin: 0 auto 10px auto;
    font-size: 30px;
    line-height: 1;
    transition: all .4s linear;
}

.category-description {
    font-size: 18px;
}

.category-poster .category-link:hover .category-img {
    transform: translateY(-20px);
}

.category-content .category-link:hover .category-title {
    color: #ffca41;
}

.btn-vote {
    display: block;
    max-width: 90px;
    margin-top: 15px;
    padding: 4px 10px;
    background-color: #ffca41;
    border: 4px solid #ffca41;
    border-radius: 16px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all .4s linear;
}

.poll-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.btn-vote:hover, .btn-vote:focus {
    border: 4px solid #000;
    background-color: #fabe26;
}

.btn-back {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50rem;
    width: 32px;
    height: 32px;
    margin-left: auto;
    transition: all .4s linear;
}

.btn-back:hover, .btn-back:focus {
    border: 2px solid #fabe26;
}

.poll-title {
    font-family: "Roboto Condensed", Roboto, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-size: 34px;
    text-transform: uppercase;
}

.poll-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 734px) {

    .logo {
        width: 280px;
    }

    .logo-link {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .card-partners .organiser-img {
        max-width: 190px;
    }

    .card-partners .partners-img {
        max-width: 230px;
    }
}

@media screen and (min-width: 735px) {
    .container {
        padding: 20px;
        display: flex;
        justify-content: space-between;
    }

    .col-left {
        width: 200px;
        margin-bottom: 0;
    }

    .col-right {
        width: 480px;
    }

    .logo-link {
        position: sticky;
        top: 20px;
    }

    .partners {
        position: sticky;
        top: 180px;
    }

    .category {
        margin-bottom: 50px;
    }

    .category-poster {
        width: 260px;
        margin-bottom: 0;
    }

    .category-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 200px;
        height: auto;
    }

    .category-title {
        font-size: 34px;
    }

    .poll-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 980px) {
    .container {
        padding: 50px;
    }

    .col-left {
        width: 340px;
    }

    .col-right {
        width: 540px;
    }

    .logo-link {
        top: 50px;
    }

    .logo {
        width: 300px;
    }

    .category {
        margin-bottom: 70px;
    }

    .category-poster {
        width: 250px;
    }

    .category-content {
        width: 250px;
    }

    .category-title {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .category-description {
        font-size: 24px;
    }

    .btn-back {
        width: 48px;
        height: 48px;
    }
    
    .btn-back .bi {
        width: 24px;
        height: 24px;
    }

    .poll-title {
        font-size: 48px;
    }
}

@media screen and (min-width: 1240px) {
    .logo-link {
        margin-bottom: 80px;
    }

    .organiser-img {
        width: 64%;
        height: auto;
    }

    .col-right {
        width: 760px;
    }

    .category {
        margin-bottom: 100px;
    }

    .category-poster {
        width: 420px;
    }

    .category-content {
        width: 310px;
    }

    .category-title {
        font-size: 62px;
    }

    .category-description {
        font-size: 26px;
    }

    .btn-vote {
        max-width: 120px;
        padding: 10px 20px;
        font-size: 18px;
    }

    .poll-title {
        font-size: 62px;
    }
}