*{margin:0;
padding:0;}
body {margin:0;
padding:0;
background:#90DDF0 ;

/* služi da ne bi bilo moguće selektirati tekst */
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
                                
                                  
}
body {
  font-family: 'Oswald', sans-serif;;
}

#container {
margin: 0 auto;
max-width:1000px;
width:100%;

}

nav {
 overflow: hidden;
box-sizing: border-box;
height:100px;


background:#388697 ;
border-right:1px dotted black;
border-left:1px dotted black;
border-bottom:1px dotted black;
text-align:right;
}
/*
#tekst {float:right;
margin-right:10%;
margin-top:-2%;
font-size:2em;}
*/
 #slika {
float:right;
margin-top:-5%;
margin-right:100px;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
#objava{
  float:right;
margin-right:200px;
margin-top:-30px;
color:white;
font-size:2em;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
#tocan1,#tocan2,#tocan3,#tocan4,#tocan5,#tocan6,#tocan7,#tocan8,#tocan9,#tocan10{color:#330000;}
a:link {
    text-decoration: none;
	color: #ffffff;

}
a {color:#ffffff;}
a:visited {

	color:#eeeeee;
}

a:hover {
   color:#dddddd;
}

a:active {
    text-decoration: underline;
}


button {
-webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Georgia;
  color: #172A3A;
  font-size: 16px;
  background: #90DDF0 ;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}

button:hover {
  background: #172A3A;
  text-decoration: none;
}
h2 {text-align: center;
line-height: 400%;
}
h1{text-align: left;

line-height: 100%;
}
h3{text-align: left;
  margin-top:30px;
  margin-right:100px;
  }

button {
  border-radius: 50px 15px;
  
  background: #172A3A;
  padding:5px;
  padding-left:20px;
  width: 200px;
  height: 30px; 
  color:white;
  font-weight:bold;
  margin-top:5px;
  margin-right:20px;
}
table ,th, td {border:1px solid black;
}
th {background-color:#999;
  padding:0px 5px;
}
td {padding-left:5px;
  background-color:#eee;
}
.naslovic {
  background-color:#ccc;
}

input {
  border-radius: 15px 50px;
  
  background:var(--plavaJakoSvijetla);
  padding:5px;
  padding-left:20px;
  width: 200px;
  height: 30px; 
  color:#231C07;
  font-weight:bold;
  margin-top:5px;
  margin-right:20px;
 
} 
