/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.bg-color,
.bg-color #header-wrap { background-color: #c0bf90 !important; }

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

p {
 	color: #333;
	margin-left: 1rem;
 	margin-right: 1rem;
	margin-bottom: 1rem;
}

h3 {
	margin: 0 0 10px 0; 
}

/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 15px 0; }

/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/

.team-desc.team-desc-bg { 
	background-color: #c0bf90;
	padding: 10px 0 10px;
}

/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

.topmargin-lg { margin-top: 2rem !important; }

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#footer .footer-widgets-wrap {
	position: relative;
	padding: 30px 0;
}

#copyrights {
	padding: 20px 0;
	background-color: #DDD;
	font-size: 0.875rem;
	line-height: 1.8;
}
