.elementor-kit-4{--e-global-color-primary:#5C933D;--e-global-color-secondary:#FBF4E0;--e-global-color-text:#000000;--e-global-color-2e6c5c0:#9FCE00;--e-global-typography-primary-font-family:"Century Gothic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Century Gothic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Century Gothic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Century Gothic";--e-global-typography-accent-font-weight:500;--e-global-typography-60ac5ab-font-family:"Century Gothic";}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  height: 200vh;
  margin: 0 0;
  padding: 0 0;
}

.header {
  position: fixed;
	z-index: 1000;
	height: 100px;
  width: 100%; 
	background: rgba(34,34,34,0.25);
	padding: 18px;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.active {
  background-color: rgba(34,34,34,0.8);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('century gothic');
	src: url('century gothic?#iefix') format('embedded-opentype'),
		url('century gothic') format('woff2'),
		url('century gothic') format('woff'),
		url('century gothic') format('truetype'),
		url('century gothic#CenturyGothic') format('svg');
}
/* End Custom Fonts CSS */