body{
	background: #00190A;
	color: #fff;
	-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

a{
	text-decoration: none;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.top{
	border-bottom: 1px solid #fff;
}

.top a{
	font-size: 22px;
	color: #fac107;
	font-weight: 500;
}

.navbar-brand{
	font-size: 24px;
	color: #fac107;
	font-weight: 500;
}

.nav-link{
	color: #fac107 !important;
	font-weight: 500;
}

.active{
	border-bottom: 2px solid #fac107;
}

.navbar{
	border-bottom: 1px solid #fff;
}

.content h1,
.content h2,
.content h3{
	text-align: center;
	color: #D0CF83;
	padding-bottom: 10px;
}

.content a{
	color: #fab409;
}

.content p{
	font-size: 21px;
	font-weight: 500;
	line-height: 35px;
}

.content ul li{
	font-size: 21px;
	font-weight: 500;
	line-height: 40px;
}

.outer-box{
	border: 1px solid #fff;
}

.img-box{
	border: 1px solid #26ede0;
	border-radius: 5px;
	height: 450px;
	overflow: hidden;
}

.img-box img{
	width: 100%;
	height: auto;
}

.outer-box h4{
	color: #ccfac2;
	border-bottom: 1px solid #fdeb00;
}

.outer-box p{
	font-size: 17px;
	border-bottom: 1px solid #fdeb00;
}

.contact a{
	color: #fff;
	font-size: 18px;
	border: 1px solid #000;
	padding: 7px 20px;
	border-radius: 10px;
	background: #988400;
	margin: 0px 15px;
}

.contact a:nth-last-child(1){
	background: #085b19;
}

table{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}

th{
	background: #978300;
	padding: 10px;
}

td{
	padding: 10px;
}

footer{
	border-top: 2px solid #fff;
}

.local a{
	color: #fac107;
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
	padding-bottom: 15px;
}