body{
	background: #300000;
}

a{
	text-decoration: none;
	color: yellow;
}

h1, h2, h3{
	color: #EAC758;
}

p{
	color: #fff;
}

.navbar-toggler:focus{
	box-shadow:none;
}

.banner{
	height: 550px;
	position: relative;
}

.banner_content{
	width: 60%;
	margin: 0;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banner_content a{
	background: #fb5b21;
	padding: 10px 10px;
	text-decoration: none;
	color: #fff;
}

.side_img{
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.side_img img{
	width: 100%;
}

.image{
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
	border: 4px solid #EAC758;
}

.image img{
	width: 100%;
}

.image a{
	width: 100%;
	height: 10%;
	text-align: center;
	z-index: 1111;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #222429;
	padding: 5px 0px;
	opacity: 0.8;
	transition: .5s;
}

.image a:hover{
	height: 100%;
	transition: .5s;
	padding-top: 50%;
}

.local_area a{
	padding: 5px 15px;
	background: #fb5b21;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

footer a{
	color: #fff;
}