@font-face {
	font-family: Pravoslav;
	src: url("../fonts/Pravosla.ttf") format("truetype");
	font-weight: normal;
}

*, div   {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img, a {
	display: block;
}

#znak-logo-do {
	position: absolute;
	right: 3vh;
	top: 3vh;
	
}

img {
	height: 12vh;
	width: 12vh;
}

body {
	background-color: #440052;
	//background-image: url("../images/teksture/papir_01.png");
	opacity: 1;
}
#ulaz {
	background-image: url();
	background-size: contain;
	cursor: pointer;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	z-index: 1;
	position: fixed;
	//font-family: Pravoslav, serif;
	//letter-spacing: .5rem;
	//top: 0;
	//left: 0;
	transition; all ease-in-out 600ms;
	display: none;
}
#naslov {
	position: relative;
	height: inherit;
	//border: 5px solid yellow;
	font-size: 8vw;
	//line-height: 20vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-user-select:none;
	-moz-user-select:-moz-none;
	-ms-user-select:none;
	user-select:none;
}
#naslov > #glavni {
	font-size: 8vw;
	line-height: 12vw ;
}
#naslov > h6 {
	font-size: 4vw;
	line-height: 8vw ;
}

#gnezdo {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 300px;
}

#SrbijaEparhije {
	height: 96vh;
	margin-top: 2vh;
}


/*#SrbijaEparhije g > rect {
	//display: none;
	visibility: hidden;
}*/

/*text {visibility: visible}
}
#SrbijaEparhije > text{
	//display: none;
	visibility: hidden;
}
.skrivalice{
	//visibility: hidden;
	display: none;
}
*/
#SrbijaEparhije g > path:hover {
	//stroke: red;
	//stroke-width: 4px;
	fill: #ffbf00;
	cursor: pointer;
	//transition: fill 0.4s;
	//display: block;
	visibility: visible;
}

/*#SrbijaEparhije g > path:hover:not(#Sumadijska) {
	//stroke: red;
	//stroke-width: 4px;
	fill: red;
	cursor: pointer;
	//transition: fill 0.4s;
	//display: block;
	visibility: visible;
}
#SrbijaEparhije g > #Sumadijska:hover {
	fill: #ffbf00;
	cursor: pointer;
}
#SumadijskaGr:hover + .skrivalice{
	//visibility: visible;
	display: block;
	//user-select: none;
	//cursor: pointer;
	pointer-events: none;
}*/
@media (hover: hover) and (pointer: fine) {
#SrbijaEparhije g > path:hover {
	//stroke: green;
	//stroke-width: 10px;
	fill: #ffbf00;
	cursor: pointer;
	//transition: fill 0.4s;
	//display: block;
	//visibility: visible;
}
}
@media (hover: none) and (pointer: coarse) {
#SrbijaEparhije g > path:active,{
    fill: blue;
}
}

#SrbijaEparhije g > text {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
svg text::selection {
    background-color: green;
}
#ime {
	background-color: green;
}
