html {
	scroll-padding-top: 50px; /* height of sticky header */
	scroll-behavior: smooth;
}

body {
	color: #000000;
	/* background-image: url("srdce4.jpg"); */
	font-family: "Book Antiqua";
  font-style: italic; 
}

h1 {
	font-family: "Monotype Corsiva";
}

.section {
	margin-top: 40px;
	/* height: 800px; */
	text-align: center;
}

.section p {
	font-size: 20px;
	width: 700px;
	text-align: center;
	margin: auto;
}

#container {
	width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	display: none;
}

#menu-container {
	position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	background-color: white;
    top: 0;
	height: 50px;
  font-family: "Monotype Corsiva";
}

#parkovani {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
}


#opening-image {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#opening-image:hover{
	cursor: pointer;
}


.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

#menu a {
	margin: 30px;
	font-size: 25px;
	font-weight: bold;
}

a:link {
	color: #000000; 
/* 	font-family: "Monotype Corsiva";  */
	text-decoration-style: dotted;;
}
a:hover {
	color: #e5c100;
  font-style: italic; 
/* 	font-family: "Monotype Corsiva";  */
	text-decoration: underline;
}
a:visited {
	color: #000000;
  font-style: italic; 
/* 	font-family: "Monotype Corsiva";  */
	text-decoration: none;
}
a:active {
	color: #e5c100;
  font-style: italic; 
/* 	font-family: "Monotype Corsiva";  */
	text-decoration: none;
}

a.selected {
	color: #e5c100;
}


