html {
    scroll-behavior: smooth;
}
body, html {
    /*min-height: 1000px;*/
}
body {
    margin: 0;
    padding: 0;
	font-size: 1.3em;
	background: #fffcf4;
    font-family: "Exo 2", sans-serif;
	font-weight: 400;
}
h1 {    
	font-size: 1.5em;
    margin: 0;
	font-weight: normal;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.1em;
}
h1, h2, h3 {
	font-weight: 700;
	padding: 8px 0;
	margin: 0;
}
img {
	image-rendering: -webkit-optimize-contrast; /* For Chrome/Safari */
	image-rendering: crisp-edges; /* Preserves sharp edges, use cautiously */
	image-rendering: auto; /* Default, browser decides */
}

.logo {
    font-size: 24px;
    font-weight: bold;
}
.logo img {
	width: 250px;
	height: auto;
}
.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_container {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100px;
}
.page_content {
	width: 1000px;
	padding-top: 10px;
}
.page_content p {
	padding: 0;
	margin: 0;
}
.page_header {
	width: 100%;
	background: #fde8ae;
    border-radius: 33px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.page_part2_top_bg {
	background: #fffcf4 url('https://www.eporaba.si/img/sect2_top.jpg') no-repeat;
    background-position: bottom;
    background-size: cover;
	height:56px;
}
.page_part2_bottom_bg {
	background: #fffcf4 url('https://www.eporaba.si/img/sect2_bottom.jpg') no-repeat;
    background-position: top;
    background-size: cover;
	height:56px;
}
.page_part2 {
	background: #fde8ae;
	padding: 0 15px;
}
.page_part3 {
	/*background: #fde8ae;*/
	padding: 0 15px;
}
.page_part4 {
	background: #fde8ae;
	padding: 0 15px;
    border-radius: 15px;
}
.page_footer {
	background: #000;
	padding: 0 15px;
	margin-top: 25px;
	color: #fff;
}
/*
.page_sect1 p {
	margin: 0;
	padding: 0;
}
*/
/****************/
.menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
}

.menu ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.menu ul li {
	margin: 0 8px;
}

.menu ul li a {
	ext-decoration: none;
	color: #000;
	font-size: 0.8em;
	padding: 5px 10px;
	transition: color 0.3s;
}
/*
.menu ul li a.active {
	background-color: #e4a800;
	color: #fff;
	border-radius: 20px;
}
*/
.menu ul li a:hover {
	color: #e4a800;
	background-color: #e4a800;
	color: #fff;
	border-radius: 20px;
}

.login a {
	text-decoration: none;
	color: white;
	background-color: #000;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 0.85em;
	transition: background-color 0.3s;
}

.login a:hover {
	background-color: #e4a800;
}