nav {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 0px;
	height: fit-content;
	border-bottom: 2px solid #eee;
	background-color: #fcfcfc;
	position: sticky;
	top: 0px;
	overflow: hidden;
	z-index: 100;
}

@media only screen and (max-width: 1199px) {
	nav { display: none; }
}





.nameFromPics { display: block; width: 975px; height: 80px; margin: 0 auto;background-color: none; position: relative; }

.nameFromPics .word { display: block; text-align: left; height: fit-content; position: absolute;}

.nameFromPics .word.inka { top: 0px; left: 259px; }
.nameFromPics .word.perl { top: 0px;right: 219px; }

.nameFromPics .word.inka .letter { display: inline-block; height: 80px; vertical-align: top; }
.nameFromPics .word.perl .letter { display: inline-block; height: 80px; vertical-align: bottom; }

.nameFromPics .word .letter img { height: 80px; position: relative; filter: drop-shadow(5px 5px 4px #ccc);}