body, .elementor-element {
    font-family: "proxima-nova", sans-serif !important;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
}
/* a:not(.elementor-button):not(.ab-item):not(.hfe-menu-item) {
    color: #000000 !important;
} */
a:not(.elementor-button):not(.ab-item):not(.hfe-menu-item):hover {
    color: #F1C400 !important;
}
h1 {
    font-size: 3.5rem !important;
}
h2 {
    font-size: 2.75rem !important;
}
h3 {
    font-size: 2rem !important;
}
h4 {
    font-size: 1.75rem !important;
}
h5 {
    font-size: 1.5rem !important;
}
p {
    font-size: 16px !important;
}
.disclaimer *, .footer-address * {
    font-size: 14px !important;
}
.font-large *, .font-large {
	font-size: 18px !important;
}
.instruments, .choose, .minutes {
    transition: all ease 400ms;
}
.instruments:hover, .choose:hover, .minutes:hover {
    transform: translateY(-20px);
}
.instruments p, .instruments h5 {
    color: #363A36;
    margin: 0 !important;
}
.instruments a {
    color: #0400ff;
}
.instruments:hover p, .instruments:hover h5 {
    color: #ffffff !important;
}
.instruments:hover a{
    color: #F1C400 !important;
}
.border-bottom {
	border-bottom: 1px solid #363A36;
}
.top-auto {
    margin-top: auto;
}
.about-us-header {
	background: hsla(165, 5%, 84%, 1);
	background: linear-gradient(180deg, hsla(165, 5%, 84%, 1) 0%, hsla(180, 8%, 95%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(165, 5%, 84%, 1) 0%, hsla(180, 8%, 95%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(165, 5%, 84%, 1) 0%, hsla(180, 8%, 95%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D5D9D8", endColorstr="#F2F4F4", GradientType=1 );
}
.drop-shadow {
    -webkit-box-shadow: 4px 4px 12px -6px rgba(66,65,66,1);
    -moz-box-shadow: 4px 4px 12px -6px rgba(66,65,66,1);
    box-shadow: 4px 4px 12px -6px rgba(66,65,66,1);
}
/* Elements */
.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
}
.e-n-accordion-item-title-text {
    font-size: 18px !important;
}
@media screen and (max-width: 767px){
html, body, #page {
  overflow-x:hidden 
} 
.hfe-nav-menu__layout-horizontal.menu-is-active {
    padding: 0 20px 16px;
    
}
}