/* CSS Document */

#svrollnav {
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 10px;
	color: #fff;
	font-size: 86%;
	text-decoration: none;
	border-radius: 5px;


			
			//background: #333;
	opacity: 0.0;
	z-index: 9999;
}
#svrollnav.view {
			opacity: 1.0;
}
		
.menut{
	font-size: 1.6em;
	line-height: 2.4em;
	color: rgba(105,122,150,1);
	mix-blend-mode: difference;
	letter-spacing: 0.5em;
}

/* erasable start */
html{
    scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
}
.blnk{
	height: 50VH;
	display: grid;
  place-items: center;
	background-color: rgba(255,102,0,0.1);
	margin-bottom: 80px;
}

a {
	text-decoration: none;
}

		/* erasable end */
