body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
/* General styling */
body {
  font-family: 'Poppins', sans-serif;
}

t2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 28px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
}


hr {
	height: 2px;
	width: 300x;
	text-align: center;
	position: relative;
	background: #8eb640;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color: rgb(151, 0, 0);
	font-weight: 700;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #8eb640;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #8eb640 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #8eb640;
	border-color: #8eb640;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #72a411;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
/* Header Section */
.intro {
    display: flex; /* Use flexbox to center content */
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    width: 100%;
    height: 100vh; /* Full viewport height */
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-color: #e5e5e5;
    background-size: cover;
    position: relative;
    animation: backgroundMove 15s linear infinite; /* Shortened background movement animation */
  }
  
  .intro .overlay {
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent dark overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure overlay is above the background */
  }
  

/* Header Section */
.intro {
    display: flex; /* Use flexbox to center content */
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    width: 100%;
    height: 100vh; /* Full viewport height */
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-color: #e5e5e5;
    background-size: cover;
    position: relative;
    animation: backgroundMove 30s linear infinite; /* Background movement animation */
}

.intro .overlay {
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent dark overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure overlay is above the background */
}

/* Header Text (Title) */
.intro h1 {
    font-family: 'Dancing Script', cursive;
    color: rgb(151, 0, 0);
    font-size: 10em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 2; /* Ensure text is above the overlay */
    animation: fadeInUp 1.5s ease-out; /* Animation for fade-in effect */
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Text shadow for contrast */
}

.title-part {
    display: inline-block;
    animation: highlightColor 2s ease-in-out infinite alternate; /* Color change animation for both parts of the title */
}

/* Subtitle (Description) */
.intro p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 40px;
    z-index: 2;
    animation: fadeInUp 2s ease-out; /* Animation for subtitle fade-in */
}

/* Center the text within the header */
header .intro-text {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 15px; /* Padding for small screen responsiveness */
}

/* Button Styles */
.btn {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    margin-top: 20px;
    margin-bottom: 20px; /* Ensure space between buttons */
}

.btn:hover {
    background-color: #D32F2F;
    transform: scale(1.1); /* Slightly enlarge the button on hover */
}

/* Keyframe Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px); /* Starts below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Ends at normal position */
    }
}

@keyframes highlightColor {
    0% {
        color: #a7c44c;
    }
    100% {
        color: #F44336; /* Change to red for dynamic highlight */
    }
}

/* Background Movement Animation */
@keyframes backgroundMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 0% 100%; /* Move vertically down */
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .intro h1 {
        font-size: 5em;
    }

    .intro p {
        font-size: 24px;
    }

    .btn {
        font-size: 16px;
    }

    .intro img {
        max-width: 80%; 
    }

    header .intro-text {
        padding-top: 100px; 
    }
}

/* Floating button */
.floating-buttons {
    position: fixed;
    bottom: 80px; /* Distance from the bottom of the screen */
    right: 20px; /* Distance from the right edge of the screen */
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px; /* Space between the buttons */
    z-index: 1000; /* Make sure buttons appear above other elements */
}

/* Shared style for all floating buttons */
.floating-button {
    display: inline-block;
    padding: 15px 30px; /* Keep the original button dimensions */
    font-size: 18px; /* Ensure font size is the same */
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Slight shadow for a floating effect */
    cursor: pointer;
}

/* Order button */
.order-button {
    background-color: #3498db;
}

.order-button:hover {
    background-color: #2980b9;
    transform: scale(1.1); /* Slight scaling on hover */
}

/* Reservation button */
.reservation-button {
    background-color: #3498db; 
}

.reservation-button:hover {
    background-color: #2980b9;
    transform: scale(1.1); /* Slight scaling on hover */
}

/* Style for the bottom bar */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f4f4f4; /* Light background for contrast */
  }
  
  .train-path {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2e8b57; /* Solid green background */
    color: white;
    font-size: 18px;
    padding: 12px 0;
    z-index: 1000; /* Ensures it stays above other elements */
    overflow: hidden; /* Ensures no text spills out */
  }
  
  .train-content {
    white-space: nowrap;
    display: inline-block;
    animation: move-train 15s linear infinite;
  }
  
  .train-path span {
    display: inline-block;
    margin: 0 15px;
  }
  
  @keyframes move-train {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }


/* About Section */
.about-section {
    padding: 30px 15px;
    background: linear-gradient(to bottom, rgba(13, 15, 15, 0.9), rgba(3, 8, 12, 0)),
                 linear-gradient(to top, rgba(13, 14, 15, 0.9), rgba(7, 14, 20, 0));
    color: #ecf0f1;
    margin-top: -10px;
    margin-bottom: -10px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(5, 5, 5, 0.1);
  }
  
  .about-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ecf0f1;
  }
  
  .section-divider {
    width: 50px;
    height: 4px;
    background-color: #e74c3c;
    margin: 10px 0 20px 0;
    border: none;
  }
  
  .about-description {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #bdc3c7;
  }
  
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
    }
  
    .about-description {
      font-size: 1.2rem;
    }
  }

/* Menu Section */
  #lunch-menu {
    padding: 0 0 60px 0; /* Reduced bottom padding */
    background-color: rgb(224, 238, 218);
}

#lunch-menu .section-title {
    background: #444 url(../img/lunch.jpg) center center no-repeat fixed;
    background-size: cover;
}

#lunch-menu .section-title h2 {
    color: #fff;
    font-size: 1.2em; /* Reduced font size */
}

#lunch-menu .section-title t2 {
    font-size: 0.7em; /* Reduced font size */
    color: #fff;
}

#lunch-menu .section-title p {
    font-size: 0.7em; /* Smaller text for paragraphs */
}

.phone-link {
    color: red;
    font-size: 0.9em; /* Smaller font size for the phone link */
}

/* Lunch menu */
body {
    font-family: Arial, sans-serif;
    background-color: #2c3e50;
    color: #ecf0f1;
    margin: 0;
    padding: 20px;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  /* Each menu day (Monday to Thursday) takes up 48% width */
  .col-xs-12 .col-sm-6 .col-md-6{
    width: 48%; /* This ensures 2 items per row on larger screens */
    padding: 10px;
  }
  
  /* Style for each menu section (Monday to Thursday) */
  .menu-section {
    padding: 28px 15px;
    background: linear-gradient(to bottom, rgba(13, 15, 15, 0.9), rgba(3, 8, 12, 0)),
                linear-gradient(to top, rgba(13, 14, 15, 0.9), rgba(7, 14, 20, 0));
    margin-top: 15px;
    margin-bottom: 2px;
    border-radius: 9px;
    box-shadow: 0px 4px 6px rgba(5, 5, 5, 0.1);
  }
  
  /* Title of the menu section */
  .menu-section-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
  }
  
  .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
  }
  
  .toggle-symbol {
    font-size: 1.5rem;
    color: #e74c3c;
  }
  
  .menu-content {
    display: none;
  }
  
  .menu-item {
    margin-bottom: 15px;
  }
  
  .menu-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .menu-item-name, .menu-item-price {
    font-size: 1.5rem;
  }
  
  .menu-item-price {
    color: #e74c3c;
  }
  .vegan-note {
    font-size: 1.3rem;
    color: #2ecc71;
    font-style: italic;
    margin: 0;
    padding: 2px 10px;
    border-left: 3px solid #2ecc71;
    background-color: rgba(46, 204, 113, 0.1);
  }




 /* À la carte  */
 #a-la-carte-menu {
    padding: 0 0 60px 0; /* Reduced bottom padding */
    background-color: rgb(224, 238, 218);
}

#a-la-carte-menu .section-title {
    background: #444 url(../img/lunch.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 20px; /* Added padding for spacing */
}

#a-la-carte-menu .section-title h2 {
    color: #fff;
    font-size: 1.2em; /* Reduced font size */
    margin-bottom: 10px;
}

#a-la-carte-menu .section-title p {
    font-size: 0.7em; 
    color: #fff;
    margin: 5px 0; 
}

.phone-link {
    color: red;
    font-size: 0.9em;
    text-decoration: underline;
}

.order-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.reservation-button {
    background-color: #3498db;
    color: #fff;
}

.reservation-button:hover {
    background-color: #2980b9;
    transform: scale(1.1);
}



 /* Call Reservation Section */
.reservation-section {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
}

.reservation-section h3 {
    color: #c0392b;
    font-weight: 500;
    font-size: 20px;
    margin: 5px 0;
}

.reservation-section p {
    margin: 10px 0;
    color: #333;
}

.button-container {
    display: inline-flex; /* Arrange buttons in a row */
    gap: 10px; /* Space between buttons */
    justify-content: center;
}

.reservation-button, .order-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.reservation-button {
    background-color: #3498db;
    color: #fff;
}

.reservation-button:hover {
    background-color: #2980b9;
    transform: scale(1.1);
}

.order-button {
    background-color: #3498db;
    color: #fff;
}

.order-button:hover {
    background-color: #2980b9;
    transform: scale(1.1);
}


  
  
/* Footer Section*/
#footer {
	background: #262626;
	padding: 50px 0 0 0;

}
.phone-link {
    color: rgb(250, 0, 0);
}

#footer h3 {
	color: #ff0022;
	font-weight: 400;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
	background: #262626; /* Old browsers */
	background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779936', endColorstr='#8eb640', GradientType=0 ); /* IE6-9 */
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}
.opening-hours {
	color: lightgreen;
	font-size: 20px;
  }
  .map-iframe {
    border: 0;
    width: 400px;
    height: 250px;
}