/**************************/
/* HEADER */
/**************************/

header {
	background-color:#800000 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.8rem;
	position: relative;
}
.bg-light {
	background-color:#800000 !important;
	color:#fff !important;
}
.nav-link {
	color:#fff !important;
	font-weight:500;
	font-size:18px;
}
.logo {
  height: 5.8rem;
  align-items: center;
  padding: 0.2rem;
}

/**************************/
/* HEADER SECTION */
/**************************/

.section-header {
  background-color: #fdf2e9;
  padding: 30px 0 30px 0;
}
.center-text {
	text-align:center;
}
.subheading {
	font-size:20pt;
	font-weight:500;
	color:#6d6269;
}
.heading-secondary {
	font-size:1.1rem;
	font-weight:500;
	color:#000;
}
.carousel {	
	margin-bottom: 20px;
}
.carousel-indicators li {
	width:10px;
	height: 10px;
	border-radius: 5px;
	background-color: #000;
}
.carousel-caption {
	color:#fff;
}

.carousel-control-prev, .carousel-control-next {
	width:5%;
	opacity: 0;
}
.carousel-item img {
	border: 2px solid #000;
}
.list-group-item {
	border-color: #800000;
}
.list-group-item a {
	color:#800000;
} 
.list-group-item.active {
	background-color: #800000;
	border-color: #800000;
	text-align: center;
}
.box {
	border: 1px solid #800000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.box-heading {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #800000;
	color:#fff;
	padding: 5px;
}
.box-contents {
	font-size: 14px;
	padding: 5px;
}
.cs_title {
	padding:15px;
	border-bottom: 2px solid #cec6c6;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.cs_button {
	padding:15px;
	text-align: right;
}
.cs_button a {
	color:rgb(228, 244, 140);
}
ul {
	padding:0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
.cs_item {
	padding:15px;
	font-size: 20px;
	background-color: #800000;
	list-style-type: none;
	margin-bottom: 2px;
}
.cs_item a {
	color:rgb(228, 244, 140);
}
/********* FORM ***********/
.form-feedback {
	border:solid 2px #2d2229;
	/*margin:10px 100px 10px 100px;*/
	padding:5px;
	border-radius:10px;
}
.form-label {
	text-align:right;
	color:#2d2229;
}

.btn-complaint {
	text-align:center;
}
.btn-complaint img {
	width:90%;
	opacity: 0.9;
	cursor:pointer;
}
.btn-complaint img:hover{
	opacity:1;
	border:1px solid #999;
}
/**************************/
/* FOOTER */
/**************************/

footer {
	padding: 12.8rem 0;
	border-top: 1px solid #eee;
	background-color:#efefef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	position: relative;
	text-align:center;
	font-weight:bold;
}
/* ADMIN CSS */
.admin-section-header {
  background-color: #fdf2e9;
  padding: 1.0rem 0 1.0rem 0;
}
.admin-login-form, .admin-box-large {
	border:2px solid #800000;
	width:100%;
	border-radius: 10px;
	min-height:250px;
	margin: 0px auto;
}
.admin-page-heading {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #800000;
	margin-bottom: 10px;
	padding: 10px;
}
.hh-heading {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #800000;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.hh-text {
	text-align: left;
	color: #fff;
	background-color: #800000;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.admin-form {
	padding:15px;
}
.margin-center {
	text-align: center;
}
.donate-button {
	background-color: #fff;
	color: #800000 !important;
	border-radius: 5px;
}
.blockquote {
	font-size: 16pt;
	text-align: center;
}
@media screen and (min-width:768px) {
	.admin-login-form {
		border:2px solid #800000;
		width:60%;
		border-radius: 10px;
		min-height:250px;
	}
}
@media screen and (min-width:1280px) {
	.admin-login-form {
		border:2px solid #800000;
		width:40%;
		border-radius: 10px;
		min-height:250px;
	}
}