/* Set the background color of body to tan */
body {
  background-image: url("../images/naslovna.jpg");
  background-size: contain;
 
}
#container {
    width: 95%;
    margin: auto;
    background-color:transparent;
    border: 1px solid white;
	
}

#icon {
	float: none !important;
    right: auto !important;
    text-align: center;
	padding: 0px 0px 15px 0px;

   
	
}
#text_podnaslovi {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	text-align: right;
	color: #2C5E8F;
    text-shadow: 1px 1px 1px #245192,
	
	}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: #0f2557;
	line-height: 150%;
	}
#dneven {
	 width:96%;
	
	
	background-color: rgba(255,255,255,0.6);
	background-repeat: no-repeat;
	
margin-bottom: 10px;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#podznak {
		 width:96%;
	font-family: Arial, Helvetica, sans-serif;
	color:#12295d;
	background-color: rgba(255,255,255,0.6);
	background-repeat: no-repeat;
	margin-bottom: 10px;	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#sidebar {
    float:center;
    width:98%;
    
}
#primary {
    float: center;
    width: 99%;
    background-color:#245192;
    border-top: 0;
    
}

nav {
    background-color:#245192;
    width:100%;
    float:center;
    height:inherit;
}

/* navigation button styles */ 
a.btn {
    display: block;
    width: 100%;
    padding: 15px 0px 10px 10px;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: -1px -1px 2px #172957;
    background: -moz-linear-gradient(#1b81c2, #91b7d1 35%, #172957);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1b81c2),color-stop(.35, #91b7d1),color-stop(1, #172957));
    border: 1px solid #172957;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
a.btn_blink {
    display: block;
    width: 100%;
    padding: 15px 0px 10px 10px;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: -1px -1px 2px #172957;
    background: -moz-linear-gradient(#1b81c2, #91b7d1 35%, #172957);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1b81c2),color-stop(.35, #91b7d1),color-stop(1, #172957));
    border: 1px solid #172957;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker { to { opacity: 0; }
}
a.btn:hover {
    text-shadow: -1px -1px 2px #465f97;
    background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
    border: 1px solid #0f2557;
}

.currentpage {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 10px;
    font-family: Arial;
    font-size: 1.1em;
    text-decoration: none;
    color: #ffffff;
    text-shadow: -1px -1px 2px #465f97;
    background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
    border: 1px solid #0f2557;
}

#footer {
    text-decoration: none;
    clear:both;
    text-decoration: none;
    text-align:center;
    width:99%;
    padding: 0px 0px 5px 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px -1px 2px #465f97;
    border-top: 2px transparent;
    background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
    border: 1px solid #0f2557;
}

select { font-size: 1.0em;
          padding:8px;
         -webkit-appearance: none;
         -moz-appearance: none;
          appearance: none;
          margin: 6px;
          background: #245192;
          color: white;
          outline: none;
        }

input[type="submit"]
{
    font-size: 1.2em;
            padding:8px;
         -webkit-appearance: none;
         -moz-appearance: none;
          appearance: none;
          margin: 6px;
          background: #245192;
          color: white;
          outline: none;
}

.reklama {
	 width:300px;
	margin:auto;
	padding: 10px;
	 background-color:#245192;
	
}
/* Ne pogolemi od 414px */
@media screen and (max-width: 414px) {

  
  #header img {
    width:100%;
    margin:auto;
    height: auto;
}

 #icon img{
   padding 50px; 
   
   justify-content: space-around;
   
}

/* kraj */
}

/* Ne pogolemi od 375 */
@media screen and (max-width: 375px) {
 

  
   #icon img {
   max-width: 24%;
    justify-content: space-around;
		}
 	
}

/* Ne pogolemi od 375 */
@media screen and (max-width: 360px) {

   #icon img{
   max-width: 24%;
	
}

 /* kraj */ 
}
