html {
  scroll-behavior: smooth;
}

body{
	margin: 0;
	max-width: 1280px;
	overflow-y: scroll;
	font-family: 'Montserrat', sans-serif;
}
.sidebar{
	z-index: 1;
	margin: 0;
	position: fixed;
	min-width: 260px;
	width: 16%;
	height: 100vh;
	background-color: rgba(13,99,120,.9);
	color: white;
}


.content{
	width: 100%;
	height: 100vh;
	background-size: 100%;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #dbddda;
	position: absolute;
	z-index: 0;
}
.content1{
   background-image: url(resised/vrs31bg1.jpg);
	width: 100%;
	height: 100vh;
	background-size: 100%;
	background-position: center right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #dbddda;
	position: absolute;
	z-index: 0;
}
.cont{
	width: 70%;
	height: 70%;
	margin: 5% 7% 0 auto;
}
#naslov{
	background-color: rgba(13,99,120,.9);
	width: 100%;
	height: 70px;
	color: white;
}
#text{
	background-color: white;
	float: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: rgba(13,99,120,1);
	overflow-y: scroll;
}

#esif-div {
	margin: 30px;
	display: inline-block;
}

#esif-div img {
	display: block;
	margin-right: 30px;
	float: left;
	width: 30%;
}



	::-webkit-scrollbar {
	width: 10px;
}
 
::-webkit-scrollbar-track {
}
 
::-webkit-scrollbar-thumb {
background-color: rgba(13,99,120,.9);
	width: 0px;
}
h2{
	text-align: center;
	vertical-align: middle;
	line-height: 70px;
	font-weight: 500;
}
.contp{
	margin: 30px 30px 0 30px;
	font-size: 15px;
    line-height: 22px;
}

.usluge{
width: 32%;
min-height: 460px;
margin: 40px auto 0;
float: left;
}
.contpp{
	margin: 20px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
h4{
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}
.usluge h4 {
	margin: 20px;
}
.ikona{
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background-color: rgba(13,99,120,.9);
	border-radius: 100px;
}
.ikona img{
	height: 100px;
}
.ikona img:hover{
	transition: .1s;
	filter: drop-shadow(0px 0px 2px white);
}
table{
	margin: 40px auto;
	width: 80%;
}
th{
	text-align: left;
	height: 40px;
}
td{
	height: 40px;
	font-weight: 400;
}
table td.no-wrap {
	white-space: nowrap;
}
th p, td p{
	margin: 10px 20px;
}
table td.no-wrap p {
	margin: 10px;
}
tr:hover{
color: white;
background-color: rgba(13,99,120,.9);
}
a{
	text-decoration: none;
}
figcaption{
	font-size: 15px;
	color: rgba(13,99,120,.9);
	margin: -10px 0 0 20px;
}
.ojpg{
	width: 37%;
	margin: 40px 40px 40px 30%;
	position: absolute;
}
.soc{
	position: fixed;
	bottom: 0px;
	right: 10px;

}
.soc a{
	color: white;
	text-decoration: none;
}
.soc img{
	padding: 10px;
	background-color: rgba(13,99,120,.9);
	margin: 10px 0px;
	width: 30px;
	border-radius: 30px;
}
.soc img:hover{
	border-radius: 10px;
	-webkit-transition: border-radius .2s;
}

.gallery{
	margin:25px 50px;
}
.gallery img{
	height: 100px;
    width: auto;
	margin: 3px;
	transition: .2s;
}
.gallery img:hover{
	transform: scale(1.05);
}
iframe{
	width: 100%;
	height: 100%;
}
.pclass{
	float: left;
	padding: 10px;
}


.nav {
    height: 70px;
    line-height: 30px;
}
.menu {
    margin: 0 30px ;
}
.menua {
	text-decoration: none;
	color: white;
	display: block;
	padding: 5px;
	font-size: 20px;
}
.menua:hover{
	background-color: white;
	color: rgba(13,99,120,1);
}

label {
    margin: 0 40px 0 0;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    position: fixed;
    right: 0;
}
#toggle {
    display: none;
}
.logo{
	width: 200px;
	margin: 50px 30px 0 30px;
}
.info{
	margin:0 0 50px 0;
    width: 100%;
	bottom: 0;
	position: absolute;
}

.card-info{
	margin: 50px auto;
    width: 80%;
}

.card-info p{
	font-size: 15px;
	font-weight: 400;
}

.info p{
	line-height: 20px;
	font-size: 15px;
}
.contdp {
	display: inline-block;
	margin-top: 20px;
}
.contdp .profil {
	float: right;
	width: 25%;
	padding: 30px;
}
.contdp .contp {
	float: left;
	width: 55%;
}
.contp strong {
	font-weight: 600;
}

@media only screen and (max-width: 1280px) {
	.usluge{
		width: 48%;
		min-height: 420px;
	}
}

@media only screen and (max-width: 1200px) {
	.content1{
	    background-image: url(resised/vrs31.JPG);
	}
	label {
        position: fixed;
        display: block;
        cursor: pointer;
    }
    .logo{
        position: fixed;
    	width: 150px;
		margin: -5px 20px;
		float: left;
    }
    .sidebar{
    	height: 70px;
    	width: 100%;
    }
    .menu {
        margin: 70px 0;
        float: left;
    	line-height: 50px;
        width: 100%;
        height: 100vh;
        display: none;
        text-align: center;
		background-color: rgba(13,99,120,.9);
    }
    .menua {
        display: block;
        margin: 0;
    }
    #toggle:checked + .menu, .info{
        display: block;
    }
	.info{
		text-align: center;
		height: 200px;
		margin: 50px auto;
		position: fixed;
		bottom: 50px;
	}
	.info p{
		line-height: 20px;
		font-size: 15px;
	}
    .cont{
		width: 90%;
		height: 85%;
		margin: 5% auto 0 auto;
	}
}

@media only screen and (max-width: 1024px) {
	.contdp .profil {
		float: none;
		width: 40%;
		padding: 0;
		margin: 30px 0 0 30px;
	}
	.contdp .contp {
		float: none;
		width: 90%;
	}
}

@media only screen and (max-width: 750px) {
	#esif-div img {
		display: block;
		margin: 30px auto;
		float: none;
		width: 70%;
	}

	.content{
		width: 100%;
		height: 100vh;
		background-size: auto 100%;
		background-position: bottom;
		background-attachment: scroll;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 0;
	}
	.content1{
		background-image: url(resised/vrs45bg.jpg);
		background-position: center;
		background-attachment: scroll;
	}
    table{
		margin: 40px auto;
		width: 90%;
	}
	th{
		text-align: left;
		height: 40px;
	}
	th p{
		font-size: 15px;
		margin: 10px;
	}
	tr:hover{
	color: white;
	background-color: rgba(13,99,120,.9);
	}
	a{
		text-decoration: none;
	}
    .usluge{
		width: 95%;
		min-height: auto;
		height: auto;
		margin: 30px auto 10px;
	}
	.contpp{
		margin: 20px;
		font-size: 14px;
		line-height: 22px;
		text-align: justify;
	}
	h4{
		font-size: 20px;
		text-align: center;
	}
	.usluge h4 {
		margin: 20px;
	}
	.ikona{
		margin: 0 auto;
		width: 150px;
		height: 150px;
		background-color: rgba(13,99,120,.9);
		border-radius: 100px;
	}
	.ikona img{
		height: 100px;
	}
	.ikona img:hover{
		transition: .1s;
		filter: drop-shadow(0px 0px 2px white);
	}
		iframe{
		width: 100%;
		height: 100%;
	}
		.contp{
		margin: 30px;
		font-size: 15px;
		line-height: 22px;
		width: 80%;
	}
    
    .soc{
		position: fixed;
		bottom: 0px;
		right: 10px;
	}
	.soc a{
		color: white;
		text-decoration: none;
	}
	.soc img{
		padding: 7px;
		background-color: rgba(13,99,120,.9);
		margin: 10px 3px;
		width: 25px;
		border-radius: 30px;
	}
	.soc img:hover{
		border-radius:5px;
		-webkit-transition: border-radius .2s;
	}

	.gallery{
		margin:25px 50px;
	}
	.gallery img{
		height: auto;
		width: 100%;
		margin: 15px auto;
		transition: .2s;
	}
	.gallery img:hover{
		transform: scale(1.05);
	}

	.card-info{
		margin: 50px auto;
		width: 90%;
	}

	.contdp .profil {
		width: 60%;
		margin: 30px auto;
		display: block;
	}
	.contdp .contp {
		width: 85%;
		text-align: justify;
		margin-left: 30px;
	}
	.contdp .contp.align-left {
		text-align: left;
	}
}

@media only screen and (max-height: 640px) {
	.info{
		margin-bottom: 10px;
	}
}

@media only screen and (max-height: 545px) {
	.info{
		display: none;
	}	
}