* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Times New Roman', Times, serif;
	overflow-x: hidden;
}

.col-lg-12 {
	background: url(royal.jpg);
	background-size: cover;
	background-position: center;
	font-family: Lato;
	color: black;
	font-weight: bolder;
	font-size: 2em;
	background-repeat: no-repeat;
	align-items: center;
	height: 600px;
}


body {
	font-family: Lato;
}

.title {
	color: black;
	font-family: Georgia;
	font-weight: 350;
	font-size: 2em;
}

.color a {
	color: white;
}

.navbar {
	background-color: rgb(245, 189, 2);
	color: white;
	background-size: cover;
	background-position: center;
	width: 100%;
	text-align: left;
}
.navbar a {
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.navbar a:hover {
	color: white;
	font-weight: bold;

}
#vision{
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
#vis1{
	font-size: 100px;
	color: gold;
	text-align: center;
	padding-top: 30px;
}
#mission{
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
#content .btn {
	color: black;
	background-color: rgb(245, 189, 2);
	border-radius: 15px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #000;

}

#content .btn:hover {
	color: white;
	background-color: rgb(228, 169, 7);
	box-shadow: 10px 10px 10px #000;
	filter: brightness(120%);
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
	float: right;
	padding: 6px;
	border: none;
	margin-top: 8px;
	margin-right: 16px;
	font-size: 17px;
}

html {
	height: 100%;
}

#content {
	text-align: center;
	padding-top: 300px;
}

#faq {
	text-align: center;
	color: black;
}

.btn {
	color: black;
	background-color: rgb(245, 189, 2);
	border-radius: 15px;
	font-weight: bold;
	box-shadow: 5px 5px 5px #000;
}

.btn:hover {
	color: white;
	background-color: rgb(228, 169, 7);
	box-shadow: 10px 10px 10px #000;
}

a:hover {
	color: rgb(245, 189, 2);
}

#btn2 {
	margin-top: 20px;
}

#ministers {
	margin-top: 15px;
}

min1 {}

#map {
	margin-top: 25px;
	text-align: center;
}
.custom-select{
	width: 300px;
}
.input-group {
	display: flex;
	justify-content: center;
	align-items: center;
  }

.card-body {
	background-color: rgb(245, 189, 2);
	color: white;
}

.carousel-inner {}

.carousel {
	margin-top: 25px;
}

#footer {
	text-align: center;
	background-color: black;
	color: white;
	margin-top: 10px;
	padding-top: 15px;
}