

/* OSNOVNI STIL
_______________________________________________________________*/

html, body {
    height: 100%;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Quattrocento Sans', sans-serif;
    color:#757575;
	text-align: center;
}

img { 
    max-width: 100%;
}

a:link,a:visited {
    outline: 0;
}

a:hover,a:active {
    text-decoration: none;
}

a img {
    border: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
}

p {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/* VSEBINA ZAČETNE STRANI
_______________________________________________________________*/


#ovoj { 
	width: 35%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#logo { 
	width: 32%;
	margin-top: 2%;
	margin-left: auto;
}

#naslovnafotografija {
	width: 24%;
	margin-left:auto;
}

#bottom {
	margin:0;
	position: absolute;
	text-align: center;
    bottom: 0px;
    left: 50%;
    margin-right: -50%;
	transform: translate(-50%, -50%)
}
a:link {color:#000000; text-decoration: underline;}       /* unvisited link */
a:visited {color:#000000; text-decoration: underline;}  /* visited link */
a:hover {color:#AEAEAE; text-decoration: underline;}  /* mouse over link */
a:active {color:#AEAEAE; text-decoration: underline;}  /* selected link */


.Icon {
	width: 20px;
	height: 20px;
	padding: 0 1px 0 0;
	vertical-align:text-bottom;
}

.bold {
	font-weight: bold;
}

.large {
	width: 35%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	font-size: 15px;
}

/* NAVIGACIJA
_______________________________________________________________*/



/*
.navbar{
    width:100%;
}

.navbar-default {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    color:#777;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    position:fixed;

}

.navbar-nav{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: inline-block;
    float:none;
    font-size: 1em;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
}
