/*
Theme Name: JPB
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: HARVEST
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Template: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
@import url("https://use.typekit.net/tfi1ifj.css");

body {
    overflow-x: hidden;
}

main{
	margin: 0;
}
.BannerAll {
    position: relative;
	z-index: 2;
}

.BannerAll::before {
    content: "";
    background-color: #FF6E79;
    opacity: 0.8;
    position: absolute;
    top: -10%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    height: 120%;
    z-index: -1;
}
.wp-block-jetpack-input{
	background-color: #E0E0E0 !important;
    border: none;
}
.wp-block-jetpack-label{
    font-weight: normal;
}
@media (max-width: 970px) {
	.BlockContenus{
		padding: 40px !important;
	}
	.BannerAll h2{
		text-align: left;
	}
	h1{
		font-size:1.9rem !important;
		max-width: 100% !important;
	}
	h2{
		font-size:1.7rem !important;
		max-width: 100% !important;
	}
}


@media (min-width: 970px) {

}
