/*home.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: rgba(190,30,45,0.7);
}

.fa-instagram{
	color: rgba(190,30,45,0.7);
}

.fa-twitter{
	color: rgba(190,30,45,0.7);
}

.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: auto;
	margin-right: auto;
	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;
}

.food{
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 10px;
	border-top: 15px double rgba(190,30,45,0.7);
    border-bottom: 15px double rgba(190,30,45,0.7);
	border-left: 10px double rgba(190,30,45,0.7);
	border-right: 10px double rgba(190,30,45,0.7);
}

.town{
	text-align: center;
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
	font-family: majesti;
	font-size: 25px;
	color: #8a8c8f;
	border: double 10px #8a8c8f;
	border-radius: 25px;
    background: rgba(190, 30,45,0.5);
	
	 }

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

.review p{
	text-align: center;
	color: #8a8c8f;
	font-family: athelas;
	font-size: 20px;
	width: 200px;
	margin-top: 50px;
}

footer{
	height: 200px;
	border-top: solid 5px rgba(190,30,45,0.7);
}

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