/**
 * https://www.danijel.net
 * version: 1.15
 * author: Danijel Mitrovic <mitrovic(@)danijel.net>
 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

.clearfix:after {
	clear: both;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
}

.tabela {
	display: table;
}

.red {
	display: table-row;
}

.kolona {
	display: table-column;
}

.celija {
	display: table-cell;
}

.wh100p {
	width: 100%;
	height: 100%;
}

.centrirano {
	text-align: center;
	vertical-align: middle;
}

.skrol-strelica {
	width: 4rem;
	height: 5rem;
	position: relative;
	top: -2.5rem;
	left: 50%;
	margin-left: -2rem;
}

.skrol-strelica .gore-link {
	border-top-left-radius: 0.7rem;
	border-top-right-radius: 0.7rem;
	width: 4rem;
	height: 2.5rem;
	color: #222;
	text-shadow: 0.1rem 0.1rem #feffe5;
	transition: all 0.3s;
}

.skrol-strelica .gore-link:hover {
	background-color: #d4e3e5;
}

.skrol-strelica .dole-link {
	border-bottom-left-radius: 0.7rem;
	border-bottom-right-radius: 0.7rem;
	width: 4rem;
	height: 2.5rem;
	color: #222;
	text-shadow: 0.1rem 0.1rem #fff;
	transition: all 0.3s;
}

.skrol-strelica .dole-link:hover {
	background-color: #d3d1d1;
}

#podloga {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	opacity: 60%;
}

.podloga {
	display: none;
}

.podloga-vidljiva {
	display: block;
	z-index: 10;
}

#glavni {
	width: 100%;
	height: 100%;
}

#ja {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #d9dee9, #fff);
	color: #222;
}

#ja .tabela .celija h1 {
	display: inline-block;
	font-size: 3.5rem;
	font-weight: 700;
	margin: 1rem 0;
	padding-bottom: 0.3rem;
}

#ja .tabela .celija h2 {
	font-family: 'Courier New', monospace;
	font-size: 1.2rem;
	font-weight: 400;
	color: #222;
	background-color: #feffe5;
	display: block;
	width: fit-content;
	margin: auto auto;
	padding: 0.7rem;
	border-radius: 0.7rem;
	box-shadow: 0.3rem 0.3rem #dd6700;
	cursor: pointer;
	transition: all 0.2s;
}

#ja .tabela .celija h2:hover {
	box-shadow: 0.1rem 0.1rem #70dc70;
	transform: translateX(0.2rem) translateY(0.2rem);
}

#donja-crta {
	animation-name: kucanje;
	animation-duration: 1s;
	animation-iteration-count: infinite;	
}

@keyframes kucanje {
	from {opacity: 1;}
	to {opacity: 0;}
}

#kontakt {
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	color: #222;
}

#kontakt .tabela .celija h1 {
	display: inline-block;
	font-size: 3.5rem;
	font-weight: 700;
	padding-bottom: 0.3rem;
	color: #222;
	border-bottom: 1px solid #6e6e6e;
}

#kontakt .tabela .celija ul.mreze-grupa {
	margin-top: 0.3rem;
	list-style-type: none;
}

#kontakt .tabela .celija ul.mreze-grupa li {
	display: inline-block;
	margin: 0.3rem;
}

#kontakt .tabela .celija ul.mreze-grupa li a {
	color: #6e6e6e;
}

#kontakt .tabela .celija ul.mreze-grupa li a:hover {
	text-decoration: underline;
}

#kontakt .tabela .celija .mreza {
	display: inline-block;
	border-radius: 0.3rem;
	background-color: #eeeeee;
	color: #222;
	margin-right: 1rem;
	box-shadow: 0.2rem 0.2rem #777a00;
}

#mreza-linkedin {
	padding: 0.2rem 0.35rem;
}

#mreza-eposta {
	padding: 0.2rem 0.3rem;
}

#konzola {
	font-family: 'Courier New', monospace;
	font-size: 0.8rem;
	font-weight: 400;
	color: #6eff6e;
	position: fixed;
	overflow: hidden;
	top: 15%;
	left: 15%;
	background-color: #222;
	border-radius: 0.4rem;
	box-shadow: 0 0 2rem #000;
	width: 70%;
	height: 70%;
	transition: all 0.2s;
}

.konzola {
	opacity: 0;
	z-index: -1;
	transform: translateY(50%);
}

.konzola-vidljiva {
	opacity: 0.97;
	z-index: 100;
	transform: translateY(0%);
}

#konzola-topbar {
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 0.4rem;
}

#konzola-sadrzaj {
	padding: 0.89rem;
}

#pomoc {
	display: block;
	position: absolute;
	float: right;
	top: 1.5rem;
	right: 1.5rem;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	cursor: default;
	background-color: #fff;
	color: #222;
	text-align: center;
	border-radius: 1rem;
	box-shadow: 0.2rem 0.2rem #222;
	transition: opacity 1s;
}

#pomoc-tekst {
	display: block;
	position: relative;
	float: right;
	right: 2rem;
	width: 9.5rem;
	font-size: 0.6rem;
	background-color: #fff;
	color: #222;
	padding: 0.3rem;
	border-radius: 0.35rem 0 0.35rem 0.35rem;
	box-shadow: 0.2rem 0.2rem #222;
	transition: opacity 1s;
}

.pomoc-ugasena {
	opacity: 0;
}
