
body{
	background: #9E9764;
	color: #6D6552;
	font-size: 20px;
}
.container{             
	background: #79553D;				
	margin: 30px auto;						
	width: 900px;							
	height: 1100px;							
}
.header{
	height: 300px;							
	width: 900px;							
}
.navigation{
	background: #F2E3F6;				
	width: 900px;						
	height: 35px;							
	margin: 10px 0px 10px 0px;
	display: flex;
	align-items: center;
}
.content{
	background: #F2E3F6;				
	width: 900px;							
	height: 700px;							

}
.footer{
	background: #F2E3F6;				
	width: 900px;						
	height: 35px;						
	text-align: center;						
	font-size: 20px;						
	margin-bottom: 30px;				
}
a{
	color: black;
	text-decoration: none;
}

td{
	width: 300px;							
	font-size: 20px;						
	text-align: center;						
}

p{
	text-align: justify;
	margin: 10px 10px 10px 10px;
}
.imagies{
	margin: 10px 10px 10px 10px;
	float: left;
	display: block;
}

.nav-item {
    text-decoration: none; 
    padding:  1px  15px;
    margin-right:  10px; 
    border:  2px solid #ccc; 
    border-radius:  5px; 
    transition: background-color  0.3s ease;
}


.nav-item:hover {
    background-color: #C1876B;
}


.nav-item.active {
    background-color: #9E9764;
}
h3{
	padding-left: 20px;
}
