/*
Theme Name:     Hello Elementor Child
Description:    Odvozené téma pro Hello elementor
Author:         Tereza
Template:       hello-elementor
Version:        0.1.0
*/

@import url("../hello-elementor/style.css");

.header {
	margin: auto 0;
}
.hlavni-strana a {
	color: #115230 !important;
	text-decoration: none !important;
}

.zahlavi {
display: block !important;
    background: #ffffff !important;
    box-shadow: 0 4px 30px rgba(17, 82, 48, 0.04) !important;
    
    /* Neprůstřelné fixní ukotvení na vrcholu */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    
    /* Zajištění, že nespadne pod žádný prvek Elementoru */
    z-index: 99999 !important; 
    
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-bottom: 1px solid rgba(17, 82, 48, 0.06);
}

.zahlavi {
	margin-top: 25px;
}

 body {
    padding-top: 90px !important;
} 

/*Na mobilech může být záhlaví vyšší kvůli zalomení menu, tak polštář zvětšíme */
@media (max-width: 900px) {
    body {
        padding-top: 140px !important;
    }
}