body{
	background: #6f2884;
	color: #fff;
}

a{
	text-decoration: none;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.banner{
	width: 100%;
	height: 580px;
	background: url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top{
	border-bottom: 1px solid #fff;
}

.top a{
	font-size: 22px;
	color: #B0FF00;
	font-weight: 500;
}

.navbar-brand{
	font-size: 24px;
	color: #B0FF00;
	font-weight: 500;
}

.nav-link{
	color: #B0FF00 !important;
	font-weight: 500;
}

.active{
	border-bottom: 2px solid #B0FF00;
}

.navbar{
	border-bottom: 1px solid #fff;
}

.content h1,
.content h2,
.content h3{
	text-align: center;
	color: #ccfac2;
	padding-bottom: 10px;
}

.content a{
	color: #B0FF00;
}

.content p{
	font-size: 21px;
	font-weight: 500;
	line-height: 35px;
}

.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: #630d0d;
	margin: 0px 15px;
}

.contact a:nth-last-child(1){
	background: #085b19;
}

table{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}

th{
	background: #8C00DF;
	padding: 10px;
}

td{
	padding: 10px;
}

footer{
	border-top: 2px solid #fff;
}

.local a{
	color: #B0FF00;
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
	padding-bottom: 15px;
}