/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
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.3
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
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, style-variations, accessibility-ready, blog, portfolio, news
*/

header {
    background-image: url(assets/images/bg.jpg);

    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height:700px;
}

.bg-top { background-color: #ffffff;}

:where(body .is-layout-flow) > * {
    margin-block-start: 0!important;
    margin-block-end: 0;
}


main { 
    background-color: white;
    margin-top: -212px!important;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 6px solid #1C4220;
    padding: 60px;
    border-radius: 40px;
}

@media screen and (max-width: 595px) {
    
header {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height:400px;
}
    
main { 
    background-color: white;
    margin-top: -120px!important;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #1C4220;
    padding: 20px 10px 20px 10px;
    border-radius: 40px;
     margin: 0 12px;
}    

    
}