/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.header-left {
	max-height: 200px;
padding-top: 5%;
}

.header-right {
	max-height: 200px;
}

#header {
	height:200px;
}

@media screen and (max-width:768px) {
	
	.header-left {
		max-height: 130px;
	padding-top: 3%;
	}

	.header-right {
		max-height: 130px;
	}
	
	#header {
		height:100px;
	}
	
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-left: calc(var(--bs-gutter-x) * 1);
}

#header .content-wrap {
	background:#92aca0;
}

#footer {
	margin-top:0;
	background:#92aca0;
}

.footer-logo {
	height:100px;
}