@charset "utf-8";
/* CSS Document */

.continut{
	width: 1296px;
	background-color: #fff;
	margin: 15px 25px 15px 25px;
}
.navbar{
	height: 50px;
}
.navbar ul {
	border-radius: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1B1818;
	position: fixed;
	width: 96%;
}

.navbar li {
    float: left;
    border-right:2px solid #fff;
	font-family: Segoe UI Symbol;
	padding: 0px;
	text-shadow: 1px 1px #4F4F4F;
	font-size: 18px;
}

.navbar li:last-child {
    border-right: none;
	border-left: 2px solid #fff;
	float: right;
}

.navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-size: 18px;
}

.navbar li a:hover:not(.active) {
    background-color: #F8FF00;
}

.active {
    background-color: #700000;
}
section{
	border-radius: 15px;
	background-image: url(poze/fundal6.jpg);
	background-repeat: no-repeat;
}
h1{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	font-weight: bold;
	font-family: Segoe UI Symbol,"fredericka-the-great";
	font-size: 50px;
}
section a{
	padding-left: 55px;
	padding-bottom: 20px;
	align-items: center;
	font-family: Tahoma,"bebas-neue";
	font-weight: 650;
	font-size: 25px;
	font-style: normal;
	text-decoration: none;
	color: #000;
}
img{
	padding-left: 4px;
	width: 40px;
	height: 40px;
}
#cr{
	margin: 25px 0 0 25px;
	font-size: 25px;
	font-family: Courier New, "courier-prime";
	text-align: center;
	float: right;
	opacity: 0.35;
}