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;
	width: 300px;
	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;
	position: absolute;
	z-index: 0;
}
.content1{
   background-image: url(resised/vrs25.JPG);
	width: 100%;
	height: 100vh;
	background-size: 100%;
	background-position: center right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	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 {
	padding: 30px 0 0 70px;
}

#esif-div img {
	display: block;
	margin: 20px 0;
}



	::-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;
}
#contp{
	padding: 20px 60% 0px 70px;
	font-size: 15px;
        line-height: 22px;
}
.usluge{
width: 22%;
height: 90%;
margin: 2.5% 0 2.5% 2.5%;
float: left;
}
#contpp{
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
h4{
	font-size: 20px;
	text-align: center;
}
.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: 70%;
}
th{
	text-align: left;
	height: 40px;
}
td{
	height: 40px;
	font-weight: bold;
}
th p, td p{
	margin: 10px 20px;
}
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;
	padding: 3px;
	transition: .2s;
}
.gallery img:hover{
	transform: scale(1.05);
}
iframe{
	float: right;
	margin: 10px 0px;
	width: 50%;
	height: 95%;
}
.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 50px 0 50px;
}
.info{
	margin:0 0 50px 0;
    width: 100%;
	bottom: 0;
	position: absolute;
}

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

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

.info p{
	line-height: 20px;
	font-size: 15px;
}

@media only screen and (max-width: 750px) {
    label {
        position: fixed;
        display: block;
        cursor: pointer;
    }
    .logo{
        position: fixed;
    	width: 150px;
		margin: -5px 20px;
		float: left;
    }
    .sidebar{
    	height: 70px;
    	width: 100%;
    }
    .nav{
    }
    .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;
    }
	
	#esif-div {
	padding: 0;
	margin: 0;
}

#esif-div img {
	margin: 0;
	padding: 30px 20px 10px 20px;
}
	
.info{
    text-align: left;
    height: 200px;
    width: 70%;
    margin: 90px;
	position: fixed;
}

.info p{
	line-height: 20px;
	font-size: 15px;
}

    .cont{
	width: 90%;
	height: 85%;
	margin: 5% auto 0 auto;
}
.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{
	width: 100%;
	height:100vh;
	background-size:100%;
    background-image: url(resised/vrs14.JPG);
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
}
    table{
	margin: 0 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%;
height: auto;
margin: 2.5% 0 2.5% 2.5%;
float: left;
}
#contpp{
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
h4{
	font-size: 20px;
	text-align: center;
}
.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{
        
	float: none;
	margin: 10px 0px;
	width: 100%;
	height: 25%;
}
    #contp{
	padding:10px 40px;
	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%;
	padding: 15px auto;
	transition: .2s;
}
.gallery img:hover{
	transform: scale(1.05);
}

.card-info{
	margin: 50px 30px;
    width: 100%;
}
}