/* 
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 */


:root {
    --cream: #FDFAF5;
    --sky: #EAF4FB;
    --gold: #C8923A;
    --gold-light: #F5E6CC;
    --navy: #1A3050;
    --navy-mid: #2C4A6A;
    --muted: #6B7A8D;
    --white: #FFFFFF;
    --border: rgba(26, 48, 80, 0.1);
}

.text-gold{
	color:var(--gold);
}

body h1{
	font-size:56px;
	font-size: clamp(1.75rem, 1.5278rem + 1.1111vw, 2.5rem);
}


body h2{
	font-size:40px;
	font-size: clamp(1.75rem, 1.5278rem + 1.1111vw, 2.5rem);
}



body h3{
	font-size:32px;
	font-size: clamp(1.5rem, 1.3519rem + 0.7407vw, 2rem);
}


body h4{
	font-size:28px;
	font-size: clamp(1.5rem, 1.3519rem + 0.7407vw, 2rem);
}


body h5{
	font-size:24px;
	font-size: clamp(1.125rem, 1.0139rem + 0.5556vw, 1.5rem);
}


body h6{
	font-size:16px;
}

.footer-width-fixer p{
	margin-bottom:0;
}

.page .piotnet-section__container {
    max-width: 100%!important
}