body {
	padding-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1#header-h1 {
	font-weight: bolder;
}

.main-center-container {
	padding-top: 15px;
}

#welcomeUserWrapper, #headerLogIn {
	display: none;
}

.login-form-container {
	position: absolute !important;
	padding: 20px !important;
	left: 20px !important;
	top: auto !important;
	bottom: 20px !important;
}

.login-form-container a, .login-form-container a:hover {
	color: inherit;
	text-decoration: underline;
}

.login-form-container .col-sm-3 label {
	font-weight: bold;
}

.logo-action-btn-wrapper
{
	padding: 15px 0;
	box-sizing: border-box;
}

.logo-action-btn-wrapper {
	max-width: 1440px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#navbarCollapse {
	position: absolute;
	top: 42px;
	padding: 0.5rem;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
	width: 10rem;
}

#top-logo-row .navbar {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

#cartContent, #headerLogIn, #header-user-menu {
	vertical-align: top;
}

#cartContent .cart-count {
	color: #00a89d;
	background-color: white;
	border-radius: 8px;
	padding: 2px 6px;
	font-weight: normal;
	font-size: 0.8em;
}

#srchform input, #srchform button {
	min-height: 0;
	height: 68px;
	line-height: 68px;
	padding-left: 2rem;
	padding-right: 2rem;
}

#srchform input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	flex: 1;
	font-size: 1.5rem;
}

#srchform button {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 2rem;
}

#header-h1 {
	margin-top: 80px !important;
}

.header-logo-img {
	max-height: 150px;
}

/* Heading Banner */

.headerContainer h1, .headerContainer h2 {
	text-transform: none;
}

.headerContainer h1 {
	font-size: 5rem;
}

.headerContainer h2 {
	font-size: 1.6rem;
}

/* News Customization */

#newsBody h1, #newsBody p {
	display: none;
}

#news-slide-show #slide-images li {
	width: 100% !important;
	height: auto !important;
}

#news-slide-show #slide-images {
	height: 0 !important;
	padding-top: 56.25% !important;
}

#news-slide-show #slide-images li {
	left: 0;
	top: 0;
}

/* Bootstrap customization */

header .nav-link {
	border-radius: 0 !important;
}

header .nav-link:hover {
	background-color: #eee;
}

#content-container-right a {
	color: black;
}

#content-container-right .card-header {
	background-color: black;
	color: white;
}

#content-container-right .list-group-item-secondary {
	background-color: white;
}

#content-container-right .btn-secondary, 
.btn-warning, 
.btn-primary, 
.page-item.active .page-link,
.items .btn-secondary,
.item-detail .btn-secondary {
	background-color: #00a89d !important;
	border-color: #00a89d !important;
	color: #fff !important;
}

#content-container-right:hover .btn-secondary:hover, 
.btn-warning:hover, 
.btn-primary:hover, 
.page-item.active .page-link:hover,
.items .btn-secondary:hover,
.item-detail .btn-secondary:hover {
	background-color: #008d84 !important;
	border-color: #007069 !important;
}

a,
.page-link
.breadcrumb a, 
#footer a {
	color: #00a89d;
}

a:hover,
.page-link:hover,
.breadcrumb a:hover, 
#footer a:hover {
	color: #680f1b;
}

.breadcrumb {
	background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #f5f5f5;
}

.items h5 {
	text-transform: none;
	font-size: 1.0em;
}

.items .card-text {
	font-size: 0.85em;
}

.items a {
	color: inherit;
}

.items .card-body {
	text-align: center;
}

.wcat {
	margin-bottom: 20px;
}

.wcat h4 a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 200px;
	height: 200px;
	font-weight: 800;
	font-size: 20px;
	background-color: #558235;
	border-radius: 50%;
	border: 0px;
}

.general-details.card {
	margin-bottom: 20px;
}

.report-content {
	padding: 20px;
}