/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Alexia Coquenet
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1702557650
Updated: 2023-12-14 13:40:50

*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Parisienne&display=swap');

body{
	background-color: #1E1E1E;
}

h1, h2, h3{
	font-family: 'Parisienne', cursive;
	color: #FFCE00;
}

h1{
	font-size: 4em;
}

h2{
	font-size: 3em;
}

h3{
	font-size: 2em;
}

h4{
	font-size: 1.5em;
}

p, ul{
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	font-size: 1em;
}

a{
    color: #FFCE00;
    text-decoration: none;
	font-weight: 600 !important;
}

a:hover{
    color: #FF8800;
}

.site-logo img{
	max-width: 150px;
}

.page-header{
	display: none;
}

.yellow p{
	color: #1E1E1E;
}

a.elementor-button, a.read-more-btn, .wpforms-submit{
	height: auto !important;
    background-color: #FF8800 !important;
    padding: 15px 20px !important;
    font-size: 1em !important;
    line-height: 26px !important;
    color: #FFFFFF !important;
    fill: #FAF8F7;
	border-radius: 4px !important;
	font-weight: 600 !important;
}

a.elementor-button:hover, a.read-more-btn:hover, .wpforms-submit:hover{
    padding: 17px 22px !important;
}

.site-navigation-toggle-holder .site-navigation-toggle{
	    color: #fff !important;
}

.site-navigation-dropdown ul.menu li a {
    background: #1E1E1E !important;
    color: #FFF !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container .wpforms-container .wpforms-field-row.wpforms-field-medium{
	max-width: 100% !important;
}