/* 
Theme Name: SEM House 2.0
Theme URI: https://semhouse.com
Description: Hello SEM House!
Author: Dominik Fajferek
Author URI: https://semhouse.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: sem-house-2.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* MENU z usługami */

.menu-blue-buttons ul {
    gap: 15px; 
}
.menu-blue-buttons li {
    border-radius: 74px;
    background: rgba(0, 163, 219, 0.20);
}

.menu-purple-buttons ul {
    gap: 15px; 
}
.menu-purple-buttons li {
    border-radius: 74px;
	background: rgba(139, 0, 163, 0.20);
}

.menu-yellow-buttons ul {
    gap: 15px; 
}
.menu-yellow-buttons li {
    border-radius: 74px;
	background: rgba(255, 225, 0, 0.20);
}


/* MENU z usługami - KONIEC */