/*
Theme Name: BARAKA DIGITAL THEME
Theme URI: https://veovideomaker.com/
Author: Sidiki Cissé
Author URI: https://veovideomaker.com/
Description: Thème WordPress voyage élégant aux tons bordeaux et doré, responsive.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baraka-digital-theme
Tags: travel, responsive, custom-menu, featured-images, translation-ready
*/

body {
    background-color: #5A0000;
    color: #F5F5DC;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0; padding: 0;
}

a {
    color: #FFCC00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    background: #4a0000;
    padding: 20px 40px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0; padding: 0;
}

nav ul li {
    display: inline;
}

.menu-button {
    background: #FFCC00;
    color: #5A0000;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.menu-button:hover {
    background: #e6b800;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

footer {
    background: #4a0000;
    color: #F5F5DC;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
}
