/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
    font-family: acumin-pro,sans-serif !important;
}
.header img {
    width: 90%;
}
.header .elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before, .elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after {
    background-color: #FFF6CF !important;
}
.header-button a {
	 font-weight: 400 !important;
    font-size: 16px !important;
    padding: 14px 29px !important;
    text-transform: uppercase !important;
    color: #fff6cf !important;
    background-color: #114460 !important;
}
.footer-h2 h2{
    color: #ffffff !important;
    font-size: 20px !important;
}
.footer-button a {
    font-size: 40px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 14px 24px !important;
    text-transform: uppercase !important;
    color: #fff6cf !important;
    background-color: transparent !important;
    border: 1px solid white;
}
.footer-button a:hover {
    color: #0a2d41 !important;
    background-color: #fff6cf !important;
}
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 997 !important;
    background-color: #479fd8 !important;
    border: none !important;
}
.header.sticky img {
    width: 60% !important;
}