@font-face {font-family: LujoFont; src:url("./ARTechni.ttf");}
@media (max-width: 801px) {
    .hide-on-mobile {display:none;}
    .fullwidth {width:100%; height:100%; top:0px; left:0px; border-radius:0px; border:0px; margin:0px;}
    }

.responsive-img {
   width:96%; height:96%;
   @media (min-width: 800px) {width:720px;}
}


body {
    font-family: LujoFont, sans-serif;
    font-size: 140%;
    color: white;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #00415a;
    line-height: 1.6;
}
header {
    background-color: #00415a;
    color: white;
    text-align: center;
    padding: 20px;
}
nav {
    text-align: center;
    margin: 30px 0;
}
nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-size: 16px;
}
nav a:hover {
    text-decoration: underline;
}
section {
    margin: 50px 3% 10px 3%;
    padding: 0px 0px;
    background-color: #00415a;
}
h1 {
    font-size: 240%;
}
h2 {
    font-size: 150%;
    color: white;
    margin: 100px 10px 0px 0px;
    padding-bottom: 0px;
}
h3 {
    font-size: 150%;
    margin: 0px 0px;
    padding-bottom: 0px;
}
h4 {
    font-size: 150%;
    margin: 0px 0px;
    padding-bottom: 0px;
}
input {
    transform: scale(1.5);
    margin: 20px 20px 0px 20px;
}

ul {
    list-style-type: square;
    margin-left: 10px;
}
img {
    max-width: 100%;
    height: 100px;
    margin: 8px;
    border: 1px solid white;
    border-radius: 5px;
}
p { margin: 0px;}

footer {
    text-align: center;
    margin: 50px 0px;
    color: white;
    font-size: 60%;
}
textarea {
    font-family: LujoFont, sans-serif;
    font-size: 120%;
    width: 90%;
    background-image: url("./slike/podloga2C.jpg");
    color: gray;
    padding: 10px;
    margin: 0px;
    border: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 8px;
}
button {
    font-family: LujoFont, sans-serif;
    font-size: 120%;
    color: #00415a;
    background-color: #EEE;
    width: 80%;
    padding: 0px;
    margin: 30px;
    border: 2px;
    border-style: solid;
    border-color: white;
    border-radius: 28px;
}
.grafikon-stupac {
    margin: 20px 0;
    text-align: center;
    padding: 20px;
    background: #00415a;
    border-radius: 8px;
}
#horizontalni-stupac {
    margin: 20px 0;
}
.stupac-label {
    font-size: 10px;
    color: lightblue;
    margin: 10px;
}
#vrijednost {
    color: lightblue;
    font-size: 10px;
}
.horizontalni-container {
    width: 100%;
    height: 30px;
    background: gray;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
.horizontalni-stupac {
    height: 100%;
    width: 0%; /* početna širina */
    background: linear-gradient(90deg, lightblue, lightblue);
    border-radius: 2px;
    transition: width 0.5s ease-out;
    position: relative;
}
.stupac-punjenje {
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.3), transparent);
    border-radius: 2px;
}
@keyframes sjaj {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.lijeva {float: left; height: 600px; margin: 10px 30px 10px 0px;}
.povise {height: 400px;}
.centrirano {text-align: center;}
.linija {display:flex; flex-wrap:nowrap; overflow-x:auto; margin:20px;}
.container {position: relative; left: 0px;}
.blue  {position: absolute; bottom: 20%; left:20px; font-size:200%; color: #00415a; font-weight: bold; opacity:0.8;}
.white {position: absolute; bottom: 20%; left:20px; font-size:300%; color: white; font-weight: bold; opacity:0.6;}
.lujo  {position: absolute; top: 60px;  left:20px; font-size:200%; line-height: 1.0; color: black; font-weight: bold; opacity:1;}
::placeholder {color:#00415a; opacity:0.9;}


