@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1201px){
	.wrapper{
		display: none;
	}
	
	#myVideo{
		display: none;
	}
}




/* TABLET I MOBILNI */

.body-mobile {
  display: block;
  width: 100%;
  height: 100%;

}


.section-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	padding: 0;
	margin: 0;
	flex-direction: column;
}

.section-mob img{
	width: 100%;
}


	/* PRIKAZIVATI MOBILNI */
	
	.body-mobile{
		height: 100%;
		background-color: #FFFFFF;
	}
	
	video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;

}
	


/* SECTION 2 */


.sec2{
	height: auto;
}

	.mobile-section2{
		height: auto;
		background-color: #FFFFFF;
		position: relative;
		display: grid;
		justify-content: center;
		
	}
	
	.mobile-text1{
  		margin-top: 2vh;
		padding: 3vh 7vw;
		color: #b3b3b3;
		font-size: 0.8em;
		justify-self:center;
	}

.naslov-text1{
	color: #2d545e;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 3.5vh;
	padding-bottom: 4vh;
}
	
	.mobile-text1 p{
		padding-top: 5vw;
		font-family: 'Montserrat', sans-serif;
		font-weight: normal;
		letter-spacing: 1px;
	}

/* SECTION 3 */

.sec3{
	margin-top: 5vh; 
	height: auto;
}

.text1-glavni{
	text-align: left;
	word-wrap: normal;
}

/*SECTION 4 */

.sec4{
	margin-top: 0;
	height: auto;
}

.sec4 img{
	padding: 5vh 0 0 0;
}

/* SECTION 5 */

.sec5{
	height: auto;
}

.sec5 img{
	padding-top: 5vh;
}



/* SECTION 6 */

.sec6{
	height: 40vh;
}

#myVideoMobile{
	padding-top: 5vh;
	height:40vh;
	width: 100%;
}
	

/* SECTION 7 */

.sec7{
	height: auto;
}
	.link{
		justify-self: center;
		margin-top: 4em;
		padding-bottom: 4em;
}

.link a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	transition: 1s;
	font-family: 'Montserrat', sans-serif;
	background-color: #2d545e;
}

.link a:hover{
	color: #2d545e;
	transition: 0.5s;
	border: 1px solid #999999;
	background-color: #FFFFFF
}
	
	#noimage img{
		margin-top: 0 !important;
	}



/*TABLET */


@media screen and (max-width: 1201px) and (min-width: 765px) {
	
/* SECTION 2,3 */
	
	.sec2{
		align-items: flex-start!important;
	}
	
	.sec3{
		align-items: flex-start!important;
	}

	.naslov-text1{
		font-size: 5vh!important;
	}
	
	.mobile-text1 p{
		padding-top: 2vw;
		font-size: 2vh;
	}
	
}


