/*
 Theme Name:  Divi Child Theme NadezhdaStefanova
 Theme URI:   https://www.facebook.com/mgmarkov
 Description:  Child Theme for Divi
 Author:       Martin Markov
 Author URI:   https://www.facebook.com/mgmarkov
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*take out background opacity*/
.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
opacity: 1;
}

/* Add background image for desktop */
body #page-container .et_slide_in_menu_container {
    background: url('https://nadezhdastefanova.com/wp-content/uploads/2024/01/DSC1513-С.jpg') center center !important;
    background-size: cover !important;
}

/* Add background image for mobile */
@media (max-width: 767px) {
    body #page-container .et_slide_in_menu_container {
        background: url('https://nadezhdastefanova.com/wp-content/uploads/2024/01/DSC1522-С.jpg') center center !important;
        background-size: cover !important;
    }
/*Me - LOGO bigger*/	
.et_header_style_left #logo {
    max-width: 65%;
}
}



/*CHAT GPT - LOGO AT CENTER*/
.logo_container {
    text-align: center;
}


/*CHAT GPT - fullscreen menu top*/

/*.et_header_style_fullscreen ul#mobile_menu_slide {

vertical-align: top;
}*/

/*CHAT GPT - fullscreen Logo width*/

.et_pb_fullscreen_nav_container img {
    max-width: 80vw;
    height: auto;
}

/*CHAT GPT - Main menu full width*/
.container.et_menu_container {
    width: 100%;
		padding-right: 22px;
}

/*Hamburger menu size*/
.mobile_menu_bar:before {
    font-size: 42px;
}