/* CSS Document */
body{
	background-color: whitesmoke;
	font-family:"Lobster", sans-serif;
	text-decoration: none;
	color:white;

}
header{
	background-color:#F7EDE1;
	font-family:"Lobster", sans-serif;
	height: 150px;
	font-size: 5em;
	
}
header img{
		width:180px;
	
}
ul li {text-decoration: none;
	text-decoration-color: whitesmoke;
}
nav ul li{
	display: inline-block;
	margin: 10px;
	text-decoration: none;
	color:beige;
	text-align: center;
	font-family:"Rubik", sans-serif;
	
}
nav ul li img{
	width: 50px;
	padding-right: 10px
}

nav ul li a{
	border:none;
	transition:0.3s;
	text-decoration: none;
	color: beige;
	display:inline-block;
	padding:6px 12px;
	font-size:16px;
	font-family:"Rubik", sans-serif;
}
nav ul li a:hover{
	background-color:white;
	color:#B11D15;
}
section{
	background-color:#FEEDD9;
}
section img{
	width: 900px;
}
footer{
	background-color:#B11D15;
	color:beige;
}
