#service {
	position: relative;
}
.service {
	text-align: center;
}


/* MENU WEBOVÝCH STRÁNEK  */

	.navigation 
	{
	position: fixed;
	top: 0px;
	z-index: 11;
	background-color: transparent;
	left: 0;
	}

/* IKONA @ S ODKAZEM NA WEBMAIL */
	
	.home-link 
	{
	position: fixed;
	top: 5px;
	left: 5px;		
	}
	.webmail-link 
	{
	position: fixed;
	top: 5px;
	right: 5px;
	}
	.home-link,
	.webmail-link a 
	{
	color: #c8a97e;
	text-decoration: none;
    opacity: 0.8;
	line-height: 1;	
	font-size: 1.1rem;
	margin: 5px;
	}
	.webmail-link a:hover,
	.home-link:hover
	{
    opacity: 1;
	}