/*
Theme Name: Hello Biz Child
Description: Child theme for Hello Biz
Author: Jakub Průdek
Author URI: www.jakubprudek.com
Template: hello-biz
Version: 1.0.0
*/


/* oranžové podtržítko - Naše služby */
.underline-services {
    background: url("/wp-content/uploads/2025/09/underline.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    zoom: 350%;
    position: absolute !important;
    right: 0%;
    top: 0%;
    z-index: -1;
}
@media (max-width: 767px) { 
.underline-services {
    top: 0%;
    }
}

/* oranžové podtržítko - Kdo jsme */
.underline-about {
    background: url("/wp-content/uploads/2025/09/underline.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    zoom: 300%;
    position: absolute !important;
    right: 0%;
    top: 0%;
    z-index: -1;
}
@media (max-width: 767px) { 
.underline-about {
    top: 0%;
    }
}

