*{
	margin: 0;
	padding: 5px;
	list-style: none;
	text-decoration: none;
}

body{
	background-color: #101010;
}
.body{
	background: #dedde;
	font-family: arial;
	margin: 0; 
	padding: 0;
}
.dropdown{
	margin: 0 auto;
}
nav{
	height: 60px;
	background: #2c3e50;
	box-shadow: o 10px 15px rgba(0,0,0,0.1);
}
.logo{
	padding:  0;
	width: 0;
	height: auto;
	}
	nav ul{
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 30px;
}
nav ul li{
	background: #2c3e50;
    position: relative;
	list-style: none;
	display: inline-block;
}
nav ul li a{
	display: block;
	padding: 0 15px;
	color: white;
	text-decoration: none;
	line-height: 50px;
	font-size: 20px;
}
nav ul li a:hover {
	background-color: #243342;
}
nav ul ul{
	position: absolute;
	top: 60px;
	display: none;
}
nav ul li:hover > ul{
	display: block;
}

nav ul ul li{
    width: 150px;
    float: none;
	display: list-item;
	position: relative;
}

.logo_container{
	width: 400px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 10px 0;
	margin: 40px auto 0px auto;
	display: block;
}

.logo{
	font-family: 'forum';
	color: white;
	display: block;
	margin:0 auto;
    font-size: 56px;
	width: 90%;
	text-transform: uppercase;
	text-align: center;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	
}


.tagline{
	font-family: 'forum';
	color: white;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.slider_container{
	width: 100px;
	height: 400px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	border: solid 3px white;
	margin: 30px auto 0px auto;
}
.feature_container{
	width: 1000px;
	height: 300px;
	display: block;
	margin: 20px auto 50px auto;
	display: flex;
	justify-content: space-between;
}
.feature_item{
	width: 240px;
	height: 100%;
}

.feature_title{
	color: white;
	font-family: 'Forum';
	font-size: 27px;
	font-weight: 400;
}

.feature_image{
	width: 100%;
	height: 100px;
	cursor: pointer;
	margin: 20px 0;
	background-position: center;
	background-size: 100%;
	transition: all 0.2s ease-in-out;
}
.feature_image{
	width: 100%;
	height: 100px;
	cursor: pointer;
	margin: 20px 0;
	background-position: center;
	background-size: 100%;
	transition: all 0.2s ease-in-out;
}
.feature_image:hover{
	background-size: 120%;
}
.party{
	background-image: url(../images/nightlife.jpg);
}

.drinks{
	background-image: url(../images/drinks.jpg);
}

.Snacks{
	background-image: url(../images/bred-brunch-.jpg);
}
.food{
	background-image: url(../images/seafood.jpg);
}
.feature_discription{
	font-family: 'Open Sans';
	color: white;
	font-weight: 400;
	font-size: 13px;
    margin-bottom: 20px;
}
.features_read{
	background-color: white;
	color: black;
	padding: 5px 20px;
	cursor: pointer;
	font-family: 'Open Sans';
	transition: all 0.3s ease-in-out;
}
.features_read:hover{
   box-shadow: 0px 0px 2px white;
}
.fa{
    padding-right: 10px;
}

.footer_container{
	width: 1320px;
	height: 200px;
	border-top: solid 1px white;
	display: flex;
	margin: 0 0 40px 0;
}

.footer_column{
	width: 500px;
	height: 200px;
	float: left;
	background-color: white;
}

.footer_titles{
	text-transform: uppercase;
	color: #bf9515;
	font-size: 17px;
	font-weight: 400;
	padding: 30px 0;
	font-family: 'Open Sans';
}

.map{
	width: 100%;
	height: 110px;
}

