*{margin:0;
padding:0;}
body {margin:0;
padding:0;
background:rgb(190, 100, 36) ;

/* 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;;
}
/* svjetlija boja#FBBA72 
tamnja #8F250C  */
#container {
margin: 0 auto;
max-width:1000px;
width:100%;

}
#lijevi {

box-sizing: border-box;
width:30%;
padding:3%;
background:#BB4D00 ;
float:left;
height:500%;
border-right:1px dotted black;
border-left:1px dotted black;
}
#desni {
box-sizing: border-box;
padding:3%;
border-right:1px dotted black;
color:white;
width:70%;
float:left;
background:#BB4D00;


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


background:rgb(187, 78, 15);
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%;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
#objava{
  float:right;
margin-left:320px;
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: #ebebeb;
  font-size: 16px;
  background: #CA5310 ;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
 
}


h2 {text-align: center;
line-height: 400%;
}
h1{text-align: center;
line-height: 100%;
}

/* zaokruženi borderi na formi */
input {
  border-radius: 15px 50px;
  
  background: #de7236;
  padding:5px;
  padding-left:20px;
  width: 200px;
  height: 30px; 
  color:rgb(7, 5, 1);
  font-weight:bold;
  margin-top:5px;
  margin-right:20px;
 
} 
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;
 
} 