
header, footer, article, section, nav, menu { 
   display: block;
}

body {
    background-image: url("../images/balansiranje rotora2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

img {
	    max-width: 100%;
	    height: auto;
}

figcaption {
	margin-top: 20px;
	margin-left: 20px;
	float:center;
	font-size: 16pt;
}

select.dropdown {
  margin: 0px;
  margin-top: 12px;
  height: 48px;
  width: 10%;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  padding: 9px;
  font-family: tescoregular;
  font-size: 16px;
  color: #666666;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -ms-appearance: none;
  appearance: none;
  background: url('../images/icons/hrvatski.png') no-repeat 97% 50% #ffffff;
  background-size: 11px 7px;
}

#uvodna {
     font-size:18px;
     margin:1px auto;
     width:600px;
     text-align:center;
}

#par_1 {
     font-size:18px;
     margin:1px auto;
     width:600px;
     text-align:left;
}

#par_2 {
     font-size:18px;
     margin:1px auto;
     width:600px;
     text-align:left;
}


#ex3_container { width:200px; height:200px; position:relative; }
#ex3_content { left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); color:white; position:absolute; }