.elementor-kit-2865{--e-global-color-primary:#433E44;--e-global-color-secondary:#A1A203;--e-global-color-text:#433E44;--e-global-color-accent:#6C6C6C;--e-global-color-1890f15c:#777771;--e-global-color-7f549778:#000;--e-global-color-3de80f46:#FFF;--e-global-color-06a7714:#F9F9F9;--e-global-typography-primary-font-family:"Quattrocento";--e-global-typography-secondary-font-family:"Quattrocento";--e-global-typography-text-font-family:"Quattrocento Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Quattrocento Sans";--e-global-typography-accent-font-style:italic;--e-global-typography-71b8a3f-font-family:"Quattrocento";--e-global-typography-71b8a3f-font-size:0.9em;--e-global-typography-71b8a3f-font-weight:600;--e-global-typography-71b8a3f-text-transform:uppercase;--e-global-typography-71b8a3f-line-height:1em;--e-global-typography-039eda4-font-family:"Quattrocento Sans";--e-global-typography-039eda4-font-size:1.3em;--e-global-typography-039eda4-text-transform:uppercase;--e-global-typography-039eda4-line-height:1em;--e-global-typography-039eda4-letter-spacing:3px;background-color:transparent;font-family:"Noto Sans", Sans-serif;font-size:0.9rem;font-weight:300;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-7f549778 ) 100%);}.elementor-kit-2865 button,.elementor-kit-2865 input[type="button"],.elementor-kit-2865 input[type="submit"],.elementor-kit-2865 .elementor-button{background-color:#FFFFFF00;font-family:"Quattrocento", Sans-serif;font-size:0.9em;font-weight:600;text-transform:uppercase;text-decoration:none;line-height:1em;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;padding:18px 25px 15px 25px;}.elementor-kit-2865 button:hover,.elementor-kit-2865 button:focus,.elementor-kit-2865 input[type="button"]:hover,.elementor-kit-2865 input[type="button"]:focus,.elementor-kit-2865 input[type="submit"]:hover,.elementor-kit-2865 input[type="submit"]:focus,.elementor-kit-2865 .elementor-button:hover,.elementor-kit-2865 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-3de80f46 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );}.elementor-kit-2865 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2865 a{color:#725D37;font-weight:500;}.elementor-kit-2865 a:hover{text-decoration:underline;}.elementor-kit-2865 h1{font-family:"Quattrocento", Sans-serif;font-size:2.7rem;text-transform:uppercase;line-height:1em;}.elementor-kit-2865 h2{font-family:"Quattrocento", Sans-serif;font-size:2.4rem;font-weight:normal;text-transform:uppercase;line-height:1em;}.elementor-kit-2865 h3{font-family:"Quattrocento", Sans-serif;font-size:2rem;line-height:1em;}.elementor-kit-2865 h4{font-family:"Quattrocento", Sans-serif;font-size:1.7rem;line-height:1em;}.elementor-kit-2865 h5{font-family:"Quattrocento", Sans-serif;font-size:1.5rem;letter-spacing:1px;}.elementor-kit-2865 h6{font-family:"Quattrocento", Sans-serif;font-size:1.3rem;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}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 *//* Text that precedes H1 and H2 text */
.intro-text {
    color: #595959;
}

/* Remove underline from hover on buttons */
.elementor-widget-button a:hover {
text-decoration: none;
}

/* Remove underline from hover main nav items */
.shrinker a:hover {
text-decoration: none;
}

/* shrinking header section */

.shrinker {
	background: transparent;
        height: (set your header height in pixels);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: #fff;
        height: (set your header height after shrinking in pixels)!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking logo image */

.shrinking-logo img {
	width: 250px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects img {
	width: 120px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
/* shrinking menu */

.shrinker.elementor-sticky--effects ul li a {
	font-size: .8rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}/* End custom CSS */