/*menu.css*/
header{
	text-align: center;
}

.socialmedia{
	float: right;
	font-size: 25px;
}

.fa{
	
	padding-top: 20px;
	margin-right: 50px;
	text-decoration: none;
}

.fa:hover{
	color: #8a8c8e;
}

.fa-facebook{
	color: #be1e2d;
}

.fa-instagram{
	color: #be1e2d;
}

.fa-twitter{
	color: #be1e2d;
}

.header1 pre{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: athelas bold;
	font-size: 20px;
	color: #8a8c8f;
	padding: 5px;
}

.topnav{
	background-color: #8a8c8f;
	border-radius: 25px;
}

.topnav ul{
	list-style: none;
	margin-left: 110px;
	display: flex;
	justify-content: space-around;
	padding: 10px;

}

.topnav a{
	text-decoration: none;
	color: #41393d;
	font-family: majesti;
	font-size: 20px;

}

a:hover{
	color: #be1e2d;
}


.menu{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}

.menu img{
  width: 1000px;
  display: block;
 
 
}

.review{
	float: left;
	width: 10%;
	margin-left: 25%;
}

footer{
	height: 150px;
}

.footer{
	margin-top: 50px;
	border-top: 4px solid rgba(190, 30,45,0.7);
	text-align: center;
	color: #8a8c8f;
	font-family: athelas;
	font-size: 40px;
	padding-top: 30px;
	
}

body{
  background-image: url(../images/texture.png);
  background-size: 100%;
}