@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0; 
	position: relative;
	z-index: -9999;

}

.pageTextFrame {
	width: 960px;
	height: 100%;
	margin: auto;
	text-align: justify;
	padding-bottom: 20px;
	z-index: 10;
}

.pageTextFrameContact {
	align-self: center;
	width: 450px;
	height: 100%;
	margin: auto;
	text-align: justify;
	padding-bottom: 20px;
	z-index: 10;
}
.inlineLink a{
	color: rgb(108, 34, 0);
	font-weight: bold;
	text-decoration: none;
}
.inlineLink a:hover{
	color: rgb(232, 73, 0);
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
	.pageTextFrame, .pageTextFrameContact {
		width: 85%;
		padding-bottom: 0px;
	}
}


/* *********************** MEDIA VELIKI ***************************************************
******************************************************************************************************
@media screen and (min-width: 960px){
.nasloviStrane {
	text-align: center;
	font-size: 24px;
	margin-top: 80px;
	color: crimson;
} */

	.marginaStrane {/* ***MORA NA POCETAK SVAKE STRANE NE DIRAJ!!!!******/
		text-align: center;
		font-size: 20px;
		margin-top: 40px;
		color: rgb(47, 0, 255);
		
	}
.TopPagenaslovi /* ***NA POCETAK SVAKE STRANE ZBOG MARGINE******/
{
	font-size: 2em;
	text-align: center;
	margin-top: 40px;
}
.naslovi {
		font-size: 1.5em;
		text-align: center;
		margin-top: 20px;
}

.podnaslovi {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

.titlovi {
	font-size: 1em;
	text-align: center;
	
}

.paragraf {
	
	font-size: 1em;
	text-align: justify;
	
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.paragrafC {
	width: 90%;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	margin-top: 0px;
	padding-bottom: 30px; 
}

.VideoFrame{
	display: block;
	align-self: center;
	width: 700px;
	height: 100%;
	margin: auto;
	text-align: justify;
	z-index: 10;
	
}
.VideoFrameYT{
	display: flex;
	width: 640px;
	height: 360px;
}
.MediaVisible{
	display: none;
}

@media screen and (max-width: 960px) {

	.TopPagenaslovi{
	font-size: 1.5em;}

	.titlovi {
		font-size: 1em;
	}

	.MediaInvisible{
		display: none;
	}

	.VideoFrame{
		width: 100%;
	}
	.VideoFrameYT{
		display: flex;
		width: 100%
	
	}

	.paragrafC {
	width: 90%;

		font-weight: normal;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0px;
		margin-top: 0px;
		padding-bottom: 30px;
	}

}
@media screen and (max-width: 960px) {


	.MediaVisible{
		display: block;
	}
}
