body {
	height:100%;
    min-height:100%;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

.no-js .no-js-msg {
	display: block !important;
}

.no-js #Gallery { 
	display: none !important;
}

#Gallery {
	z-index: 1;
	overflow: auto;
	height: 900px;
}

.paralax-bg-image {
	background-attachment: fixed;
}

.glass-text-box {
	max-width: 650px;
	backdrop-filter: blur(10px);
	background-color: rgba(255,255,255,0.7);
	min-height: 650px;
	font-size: 20px;
}

.glass-text-box * strong{
	font-size: 22px;
}

.image-box {
	max-width: 1100px;
	min-width: 900px;
	z-index: 0;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.scroll-container a {
  height: 300px;
  width: auto;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.section-split-margin {
	margin-bottom: 100px;
	margin-top: 100px;
}

#Noga * {
	color: white;
}

#SectionNaslovnica {
	overflow: hidden;
	background-image: url(../slike/naslovnicacomp.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#navbarOptions ul li {
	overflow: hidden;
	position: relative;
	background-size: 0;
	width: 10vw;
	min-width: 100px;
	max-width: 200px;
    height: 10vw;
	min-height: 100px;
	max-height: 200px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	border-radius: 100%;
    transition: all 0.4s ease-out;
}

#navbarOptions ul li:hover {
	border-radius: 0%;
}

#navbarOptions ul li a {
	position: relative;
	z-index: 2;
	font-size: clamp(0.8rem, 1.5vw, 1.5rem);
}


#navbarOptions ul li::before {
	content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    
    background-image: inherit; 
    
    background-size: cover; 
    background-position: center;
    filter: blur(2px) brightness(0.9);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

#navbarOptions ul li:hover::before {
    filter: blur(0px) brightness(1);
}