/* Futuristic CSS Variables */
:root {
    --primary-color: #00d4ff;
    --secondary-color: #ff6b35;
    --accent-color: #00ff88;
    --dark-bg: #0a0a0a;
    --darker-bg: #050505;
    --card-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --gradient-primary: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    --gradient-secondary: linear-gradient(135deg, #ff6b35 0%, #cc5500 100%);
    --gradient-accent: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
    --shadow-glow: 0 0 20px rgba(0, 212, 255, 0.3);
    --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.3);
}

* {
    border: 0pt none;
    margin: 0pt;
    padding: 0pt;
    box-sizing: border-box;
}

body {
    font-family: 'Exo 2', 'Roboto', sans-serif;
    background: var(--dark-bg);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

.stranica {
    display: grid;
    position: relative;
    font-family: 'Exo 2', 'Roboto', sans-serif;
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 100%);
    min-height: 100vh;
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
}

h1 {
    font-family: 'Crete Round', serif;
    font-weight: 900;
    font-size: 40px;
}

p {
    padding: 10px;
    padding-top: 30px;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
p a {
    padding-top: 30px;
    font-weight: 800;
    font-size: 15px;
    color: red;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-weight: 800;
    color: orange;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

h3 {
    padding-top: 10px;
    font-size: 25px;
    color: #404040;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

h4 {
    font-size: 25px;
    font-weight: 900;
    font-family: 'Crete Round', serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

h5 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #404040;
}

a:hover {
    color: orange;
}

strong {
    font-weight: 900;
}

small {
    font-size: 12px;
    color: #868686;
}

.clear {
    clear: both;
}

.content-wrapper {
    width: 100%;
}

.content-wrapper img {
    height: 10%;
    width: 7%;
    margin-left: 1%;
    padding-top: 0.5%;
}

header {
    height: 100%;
    background-color: #74d9e2;
    box-shadow: 6px 8px 10px #74d9e2;
}

header h1 {
    float: left;
}

header h1 .color {
    color: #da0909;
}

header nav {
    float: right;
    width: 50%;
}

header nav ul li {
    display: inline-block;
    margin-top: 7%;
}

header nav ul li a {
    color: #404040;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin-right: 10px;
}

/* BOXOVI */
.secondary-content {
    width: 100%;
    height: 200px;
    background-color: orange;
    display: flex;
    justify-content: space-around;
    /* margin-right: 10px; */
    align-items: center;
}

.secondary-content img {
    height: 90px;
    width: 150px;
}
.secondary-content .boks1 {
    float: left;
    height: 100px;
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid black
}

.secondary-content .boks2 {
    float: left;
    height: 100px;
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid black
}
.secondary-content .boks3 {
    float: left;
    height: 100px;
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid black
}
.float-left { 
    float: left;
    clear: both;
  }
.float-left1 { 
    float: left;
  }
.features ul {
    align-items: center;
    margin: 70px 0;
}

.features ul li {
    align-items: center;
    width: 300px;
    padding-top: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-left: 100px;
}
.features .imgdesc {
    align-items: center;
    width: 300px;
    /* display: inline-block; */
    text-align: center;
    margin-left: 100px;
    padding-left: 90px;
}
#main img {
    padding-top: 1%;

    display: inline-block;
    margin-left: 43%;
}
#main p {
    float: left;
    padding-top: 10px;
    margin-left: 30%;
    margin-right: 30%;
}
.float-right1 { 
    float: right;
  }
.align-left { 
    text-align: left;
  }
.align-right { 
    text-align: right;
  }
.align-center { 
    text-align: center;
  }
.align-bottom { 
    text-align: bottom;
  }
.clear { 
    clear: both;
  }
.secondary-content .boks4 {
    float: left;
    height: 100px;
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid black
}
.secondary-content .boks5 {
    float: left;
    height: 100px;
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid black
}
.secondary-content .boks6 {
    float: left;
    height: 100px;
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid black
}

/* POCETAK */
#column-wrap { 
    border-bottom: 2px solid rgb(255, 255, 255);
  padding: 10px 0pt 35px;
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
  clear: both;
  float: left;
  width: 100%;
  }
#column-wrap a { 
    text-decoration: none;
  color: rgb(151, 8, 14);
  }
#column-wrap a:hover { 
    color: rgb(0, 0, 0);
  }
#column-wrap h2 { 
    margin: 0pt 0pt 10px;
  color: rgb(151, 8, 14);
  }
#column-wrap h3 { 
    margin: 0pt 0pt 10px;
  color: rgb(0, 70, 180);
  }
#columns { 
    margin: 0pt auto;
  padding: 0pt;
  background: transparent none repeat scroll 0% 50%;
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
  color: rgb(2, 35, 88);
  width: 90%;
  }
  #columns .col3, .col3-center { 
    float: left;
  width: 32%;
  }
#columns .col3-center { 
    margin: 0pt 15px;
  }
#columns .col2-left { 
    float: left;
  width: 30%;
  text-align: center;
  }
#columns .col2-right { 
    float: right;
  width: 30%;
  text-align: center;
  }
table {
    margin: auto;
    border-collapse: collapse;
    /* display: inline-block; */
    font-size: 100%;
   }
tbody {
    width: 50%;
    padding-left: 50%;
}
 th strong { 
      color: rgb(255, 255, 255);
   }
 th { 
    padding-top: 15px;
      border-left: 1px solid rgb(182, 213, 154);
   border-bottom: 2px solid rgb(255, 255, 255);
   background: rgb(27, 85, 192) none repeat scroll 0% 50%;
   -moz-background-clip: initial;
   -moz-background-origin: initial;
   -moz-background-inline-policy: initial;
   height: 2.2em;
   padding-left: 12px;
   padding-right: 12px;
   color: rgb(255, 255, 255);
   text-align: center;
   }
 tr {
    height: 2.4em;
    font-size: 85%;
   }
 td { 
      border-left: 1px solid rgb(232, 232, 232);
   border-bottom: 1px solid rgb(223, 223, 223);
   padding-left: 11px;
   padding-right: 11px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
   
    }
 td.first, th.first { 
      border-left: 0px none;
   text-align: left;
    }
 tr.row-a { 
      background: rgb(248, 248, 248) none repeat scroll 0% 50%;
      -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
   }
 tr.row-b { 
      background: rgb(239, 239, 239) none repeat scroll 0% 50%;
      -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
   }
.imgal {
	margin: 2px;
	border: 1px solid rgb(45, 86, 138);
    height: 200;
    width: 250px;
    /* padding-left: 35%;
    padding-right: 35%; */
    margin-left: 40%;
	float: center;
	text-align: center;
    align-items: center;
}
.content-wrapper img {
    height: 100px;
    width: 150px;
    display: inline-block;
    margin: 3px;
    border: 1px solid black;
    }
.content-wrapper a:hover img
{
    border: 1px solid rgb(151, 8, 14);
}
.content-wrapper .imgdesc{
    text-align: center;
    font-weight: normal;
    width: 130px;
    margin: 2px;
}
/* KRAJ */
#main { 
  margin: 0pt 10px 0pt 0pt;
  padding: 0pt;
  float: center;
  background: whitesmoke;
  width: 100%;
  display: grid;
}
#main ul{
    text-align: center;
    padding-top: 1px;
    display: inline-block;
}
#main .center ul li{
    margin-left: 40%;
    float: center;
    margin-right: 0;
    text-align: center;
    padding-top: 10px;
    display: box;
}
#main .col2-left { 
    float: center;
  width: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#main .col2-right { 
  float: center;
  width: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#main h2{
    padding-top: 20px;
}
#main h1 { 
  padding: 5px 0pt 5px 5px;
  margin-top: 10px;
  font-family: 'Trebuchet MS',Tahoma,Sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 2.2em;
  text-align: center;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: rgb(219, 75, 15);
  letter-spacing: -1px;
  }
#main ul li { 
    list-style-image: url(images/bullet.gif);
    padding-top: 10px;
    margin-left: 15%;
    margin-right: 15%;
  }

/* 
 */
/* FOOTER */
/* FOOTER */
footer {
    margin-top: 2%;
    height: 40px;
    float: left;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    margin-left: 1%;
    display: flex;
}

footer .h6 {
    font-size: 10px;
    font-weight: 500;
    float: left;
    text-align: left;
    text-decoration: none;
    display: flex;
}

footer .mreze{
    width: 100px;
    gap: 8px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

footer h6 .mail {
 float: right;
 margin-right: 5%;
}