
	
	
	
#container{
	
	margin-right: 80px;
	margin-left: 80px;
	
}
#top-infobox{
	
	background-image: url("images11/backgrounds/hero-bg.jpg");
}

#top-infobox{
	color: rgb(248, 233, 191);
	text-align: center;
	background-size: cover;
	font-size: 20px;
}


body{
	
	background: linear-gradient(to right, #ffffdd, #352e2e);
	background-position: center;
	height: 500px;
	background-size: cover;
}

#hero{
	background-image: url("images11/backgrounds/hero-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#hero h1{
	
	text-align: center;
	color: lightblue;
	font-size: 100px;
	
}

ul{
	list-style-type: none;
}	


#menu{
	text-align: center;
}

#menu li{
	display: inline-block;
}

#menu a{
	font-size: 22px;
	color: black;
	text-decoration: none;
	padding: 14px;
	
}
#menu a:hover{
	color: red;
}

#arxi {
	text-align: center;
	padding-top: 20px;
}

address a{
	text-decoration: none;
	color: white;
}