/*
Theme Name: Amours in Paris
Theme URI: https://amours-in-paris.fr
Author: Manus
Description: A 100% identical WordPress theme for Amours in Paris restaurant.
Version: 1.0
Text Domain: amours-theme
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    margin: 0;
    padding: 0;
}

.primary-bg {
    background-color: #973227;
    color: #ffffff;
}

.primary-text {
    color: #973227;
}

.hero {
    background-image: url('https://platform.digichef.io/uploads/amour-2024-10-66ed9ba91ebdf086749439.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.btn-reserve {
    background-color: #973227;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-reserve:hover {
    background-color: #7a281f;
    color: #ffffff;
}

.nav-logo {
    max-height: 80px;
}

.main-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
}

.main-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    margin: 0 15px;
}

.section-padding {
    padding: 80px 0;
}

.about-box {
    background-color: #973227;
    color: #ffffff;
    padding: 40px;
    border-radius: 15px;
}

.gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.separation-image {
    background-image: url('https://platform.digichef.io/uploads/amour-2024-31-66ed9bde82b10311715492.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.footer {
    background-color: #973227;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}
