﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
body {
	font-family: 'Roboto', sans-serif;
	color: #686868;
}
body a {
	font-family: 'Roboto', sans-serif;
	color: #686868;
}
body a:hover {
	font-family: 'Roboto', sans-serif;
	color: #565656;
}
.naslov h2 h1 {
		color: #686868;
}
footer {
	padding:30px 0;
	margin-top: 50px;
	background-color: #F2F2F2;
    border-top:solid 1px;
    border-top-color:#DBDBDB;
}
/*h1 {
	font-size:2vw;
}
*/