/*pocetna*/

html {
    position: relative;
    min-height: 100%;
}

body {
	margin: 0 0 150px;
    padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
}


.rightfiller{
	width:90%;
}

.langico {
	height:37px;
	margin-top:3px;
}

.navigacija {
	font-size: 1.2rem;
}

.navigacija1 {
	font-size: 1.1rem;
}

h1 {
	margin-top:10px;
	font-weight:bold;
}

#container {
	padding:10px;
	/*border: solid black 1px;*/
	border-radius: 10px;
	height:500px;
	width:394px;
	background-color:#3f51b5;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

#sadrzaj {
	text-align: justify;
	font-size:17px;
	font-weight: bolder;
	color:#ffffff;
}

#portret {
	padding:10px;
	height:500px;
	/*border: solid black 1px;*/
	border-radius: 10px;
	background-color:#3f51b5;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.row {
	margin-top: 30px;
	width:100%;
}

footer{
	background-color: #283593;
	height:100px;
	width:100%;
	position: absolute;
    left: 0;
    bottom: 0;
	overflow: hidden;
}

footer p{
	text-align: center;
	padding-top:35px;
	font-size: 1.1rem;
}

/*kontakt*/

.kontakt {
	height: 160px;
	width: 400px;
	/*border: solid black 1px;*/
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	background-color: #3f51b5;
}

.kontakt p {
	color:#ffffff;
}

.prazno {
	height: 35.5px;
	width:100%;
}

/*video*/

.elementi {
	display: inline;
}

.element {
	display: inline-block;
	background-color: #3f51b5;
	border-radius: 10px;
	width: 300px;
	height: 250px;
	margin-left: 20px;
	padding: 5px;
	margin-top:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.img0 {
	height:87%;
	width: 95%;
	transition: 0.3s;
	border-radius:5px;
}

.img0:hover {
	opacity: 0.6;
	cursor: pointer;

}

.element p {
	color: #ffffff;
	padding-top: 5px;
}

.red-video {
	margin-top:40px;
}

#videoplayer {
	height:380px;
	width:100%;
	border: solid #3f51b5 2px;
	border-radius: 10px;
	padding:20px;
	background-color:#3f51b5;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

#xbutton {
	float:right;
	height:30px;
}

#xbutton:hover {
	float:right;
	height:30px;
	opacity:0.5;
	cursor:pointer;
}

iframe {
	width:90%;
}

/*galerija*/

.card {
	margin-left:1.8rem;
	width:300px;
	border-radius:7px;
	height:400px;
	margin-top:0.5rem;
	display: inline-block;
}

.btn {
	background-color: #3f51b5;	
}

.previewImg {
	width: 200px;
	height: 100%;
	margin-left: 13px;
	margin-top: 20px;
	border: solid #3f51b5 3px;
	border-radius: 13px;
	transition:0.3s;
}

.previewImg:hover {
	opacity: 0.7;
}

.cards {
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}
