body {
    background-color: #F9F8F6; 
    color: #4F4D46;
    font-family: Georgia, serif; 
}


h1 {
  color: #4F4D46;
  text-align: center;
  font-size: 32px;
}

h2 {
  color: #4F4D46;
  text-align: left;
  font-size: 24px;
}

p {
  color: #4F4D46;
  font-size: 16px;
  text-align: justify;
  text-indent: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: Arial, sans-serif; 
}

img {
	max-width: 300px;
}

a {
  color: #988357; 
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #B4864D;
  text-decoration: underline;
}

a:visited {
  color: #4F4D46; 
}

.oznaka-pozornost {
  color: #988357; 
  font-weight: bold;
}

header {
	background-image: url('ema rg.png');
	background-position: center;
	height: 100px;
	background-repeat: repeat;
	background-size: 220px;
}


nav {
	background-color: #EFE9E3; 
	padding: 10px 20px;
	display: flex;
}

nav a:link,
nav a:visited {
	text-decoration: none;
	color: #4F4D46; 
	font-weight: bold;
	margin: 1px;
	padding: 8px 12px;
	border-radius: 6px;
	display: inline-block;
}

nav a:hover {
	text-decoration: none;
	color: #F9F8F6; 
	background-color: #988357;
}

nav a.active {
    background-color: #B19A6E;
    color: #F9F8F6;
}


footer {
	color: #4F4D46; 
	padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}
