body {
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #000;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #fff;
}

#overlay:after {
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    background-image: radial-gradient(white 20%, transparent 30%);
    background-size: 4px 4px;
}

#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

#page {
    z-index: 2;
    overflow-x: hidden;
}

#content {
    max-width: 600px;
    min-width: 360px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-size: 60px;
    text-shadow: 2px 3px 5px rgba(0, 0,0 , 0.83);
}

div.list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list .item {
    background-color: rgba(255, 255, 255, 1);
    display: block;
    height: 50px;
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
}

.item.fb {
    background-color: #0866ff;
    background-image: url("assets/fb.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item.instagram {
    background-color: #DD2A7B;
    background-image: url("assets/instagram.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item.camera {
    background-color: #ff8d4d;
    background-image: url("assets/camera.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item.location {
    background-color: #594b89;
    background-image: url("assets/map.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item.opis {
    background-color: #0b8cb7;
    background-image: url("assets/android-chrome-192x192.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item.galerija {
    background-color: #00796b;
    background-image: url("assets/galerija.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item.doniraj {
    background-color: #ea4343;
    background-image: url("assets/charity.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item.zupnija {
    background-color: #fff;
    background-image: url("assets/zupnija.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.link.list .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    padding-left: 60px;
}

.link.list .item a,
.link.list .item a:active,
.link.list .item a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    padding-top: 10px;
}

.link.list .item a::before {
    content: '';
    position: absolute;
    width: calc(100% - 60px);
    height: 4px;
    border-radius: 4px;
    background-color: #FFF;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
}

.item.zupnija a::before {
    background-color: #000;
}

  
.link.list .item a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

img.poster {
    width: 100%;
    border: 1px solid black;
}

div.footnotes {
    border-top: 1px solid white;
    text-align: center;
    margin-top: 15px;
}

form.code-form {
    background-color: rgba(255, 255, 255, 0.8);
    width: calc(100% - 40px);
    padding: 20px;
}

form.code-form input {
    display: block;
    width: 100%;
    border: 1px solid black;
    text-align: center;
    margin-top: 10px;
    padding: 0;
}

input[name="code"] {
    font-size: 35px;
    font-family: Courier, Arial, Helvetica, sans-serif;
}

input[type="submit"] {
    font-size: 35px;
    background-color: #ff8d4d;
    color: #fff;
}

form label {
    display: block;
    text-align: center;
    color: #000;
    font-size: 20px;
}

div.error {
    background-color: rgba(255, 100, 100, 0.9);
    border: 1px solid black;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 10px;
    font-size: 20px;
    color: #000;
}

div.slike {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    color: #000;
}

div.slike h2 {
    text-align: center;
}

div.download {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}

div.download div.item {
    flex: 0 0 calc(50% - 10px);
    width: 186px;
    margin-bottom: 10px;
    height: 200px;
    border: 1px solid black;
}

div.download div.item.zip {
    background-color: #e2e2d2;
}

div.download div.item.zip a {
    color: #000;
    text-align: center;
    font-size: 200%;
}

div.download div.item.zip a div {
    padding: 20px;
}

div.download div.item a {
    display: block;
    padding: 0;
    background-size: cover;
    background-position: center center;
    border: 5px solid white;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

div.download div.item a img {
    width: 100%;
}

div.download div.item a:hover {
    border-color: #ff8d4d;
}

div.opis {
    text-align: center;
}

.description {
    background-color: white;
    color: black;
    padding: 10px;
}

p {
    text-align: justify;
    font-family: Arial, sans-serif;
}

.img-list {
    text-align: center;
}

.img-list a {
    display: inline-block;
    width: calc(50% - 10px);
    height: 150px;
    border: 1px solid black;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 1px;
}

.img-list a img {
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0px;
}

.strip {
    width: 100%;
    height: 150px;
    border: 1px solid black;
    background-image: url("/assets/Strip1.jpg");
    background-size: cover;
    background-position: left;
    animation: mymove 15s infinite;
}

@keyframes mymove {
    50% {background-position: center;}
}

.qrkoda {
    float: right;
    margin: 0;
    width: 244px;
    padding: 0px 0 5px 10px;
}