
body {
	background: #ddd;
	margin: 0px;
}
nav {
	right: 0px;
	position: fixed;
	background: #004880;
	text-align: center;
	width: 25%;
	height: 100%;
	
} 

.linkovi li{
	list-style-type: none;
	margin-bottom: 30px;
	padding: 20px;
}


.linkovi li a {
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	display: block;	
}

.linkovi li a:hover {
	background: #de0911;
}

main {
	width:75%;
}

.col-3{
	float: left;
	width: 33.33%;
	height: 100%;
}

h1 {
	text-align: center;
	font-size: 35px;
}
h3 {
	text-align: center;
}
p {
	text-align: justify;
	line-height:28px;
}
.inner-wrapper{
	padding: 0 15px;
}
.inner-wrapper1{
	padding: 0 15px;
	background: white;
}

.clearfix {
	clear: left;
}


label{
	width: 19%;
	display: inline-block;
	line-height: 24px;
}
.form-group{
	margin-bottom: 30px;
}

.inline{
	display: inline;
	width: auto;
}

.button{
	width: 150px;
	font-weight: bold;
	margin-left: 19%;
}
.upit {
	background: #ddd;
	height: 100vh;
	position: fixed;
}

p, h1, h2, h3, a, table, input, .upit, textarea {
	font-family: Roboto Slab;
}


table{
	width: 100%;
	padding: 10px;
}

#col td:hover{
	background:#004880;
	color: white;
}
#col-6 td{
	background: gray;
	width: 30%;
	border: 1px solid black;
}
#col td{
	border: 1px solid black;
}

.scale:hover{
	transition-duration: 1s;
	transition-timing-function: linear;
	transform: rotate(360deg);
}
#material-icons {
	display: inline;
}