/* 
 Theme Name:   Art-Page
 Theme URI:    
 Description:  All where the art lives
 Author:       Semiparallel
 Author URI:   http://192.168.105.110
 Template:     twentytwentyfour
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.navigation-search-overlay {
    display: block;
    position: relative;
    background-color: #000000;
    padding: 20px;
    z-index: 1000;
}

.navigation-search-overlay .menu-item a {
    display: inline-block;
    background-color: #ff4d4d;
    color: #fff;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.navigation-search-overlay .menu-item a:hover {
    background-color: #e60000;
}
.navigation-search-overlay {
    background-color: #111;
    padding: 15px;
}

.navigation-search-overlay .menu-item a {
    background-color: #ff4d4d;
    color: #fff;
}
