@font-face {
	font-family: sans;
	src: url(fonts/OpenSans-Light.ttf);
}
@font-face {
	font-family: sansBold;
	src: url(fonts/OpenSans-Bold.ttf);
}
p {
	font-family: sans;
}
#glavniNaslov {
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#glavniNaslov h1 {
	font-family: sansBold;
	font-size: 350%;
	margin-top: 35%;

	}
#mainSlika {
	width: 100%;
}
.mainDiv {
	position: relative;
	text-align: center;
}
#sponzorji h2 {
	font-family: sans;
	font-size: 250%;
	margin-bottom: 2%;
}
#sponzorji table {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#generalniSponzorji td img {
	align: center;
	margin: 0.5%;
	width: 60%;

}
.ostaliSponzorji td img {
	align: center;
	margin: 0.5%;
	width: 50%;

}
#generalniSponzorji td {
	width: 20%;
	height: 200%;
}
.ostaliSponzorji td {
	width: 20%;
}
#generalniSponzorji {
	height: 200px;
}
#sponzorji {
	margin-top: 2%;
}
.mainP h2 {
	font-family: sans;
	font-size: 250%;
	margin-top: 5%;
	margin-bottom: 3%;
	text-align: center;
}
.mainP p {
	text-align: center;
	font-size: 150%;
	line-height: 150%;
	letter-spacing: 2px;
}
.mainP {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
a {
	font-family: sans;
}
.mainP span {
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 2%;
	padding: 1%;
}
.mainP span a {
	text-decoration: none;
	color: black;
	font-size: 150%;
	letter-spacing: 2px;
}
.glavniNaslovOstalo {
	margin-top: 2%;
	
}
.glavniNaslovOstalo h1 {
	font-family: sansBold;
	font-size: 350%;
}
.menu table{
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.menuLink {
	text-decoration: none;
	color: black;
	font-size: 170%;
	display: block;
}
.menu table tr td {
	width: 10%;
}
.menu table tr td:hover {
	background-color: black;
}
.menu table tr td:hover .menuLink {
	color: white;
}
.text{
	margin-top: 5%;
	font-size: 140%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1.5px;
}
.popupSlikce {
	width: 80%;
	display: none;
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	position: -webkit-sticky;
	top: 50%;
	transform:translate(0%, -50%);
	border: 2px solid black;
}
.text a:hover {
	text-decoration: underline;
	cursor: pointer;
}