<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[data-bs-theme=light] {
  --blue_background: #e8edf3;
}
[data-bs-theme=dark] {
  --blue_background: #212529;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-shadow: 2px 2px #ffffff;
}
// &lt;weight&gt;: Use a value from 100 to 900
// &lt;uniquifier&gt;: Use a unique and descriptive class name

.roboto-&lt;uniquifier&gt; {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: &lt;weight&gt;;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/*font-family: "Roboto", serif; */
body {
    width: 100%;
    color: #000;
    font-family: "Roboto", serif;
    font-size: 1em;
    font-weight: 400;

}

html {
    width: 100%;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: inherit;
}
section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.ozdoba {
	height: 1.5px;
}
.full-width {
    width: 100%;
    display: table;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Great Vibes", cursive;
	color:#332F2F;
	font-weight: 500;
	margin-top:0;
}
.h3, h3 {
    font-size: 3rem;
}
.moduletable h3 {
	text-align: center
}

.section-heading {
	font-size: 30px;
    line-height: 1.2;
    text-transform: none;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

p {
	font-size: 16px;
	font-weight:300;
	line-height: 24px;
    font-family: 'Titillium Web', sans-serif;
	letter-spacing: 0.4px;
}
a{
	color:#000;
	background:none;
	text-decoration: none;
	outline: none;
}

a:hover,  a:active,  a:focus {
	color:#000;
	text-decoration: none;
	outline: none !important;

}
.btn-default,.btn-default:active,.btn-default:focus {
    background: #000000;
    border: 1px solid #ffffff;
    padding: 6px 14px;
    box-shadow: none;
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    transition: all 700ms;
}

.btn-default:hover{
	background:#FFF;
	border-color:#000;
	color:#000;
	outline:none;
	box-shadow:none;
}

.btn-lg {
    padding: 10px 5px;
    font-size: 15px;
}

.btn-sm {
	padding: 4px 10px 2px;
	font-size: 13px;
}

.btn-color-white{
	color:#FFF;
}
.btn-color-brown{
    color:#6a3e0a;
    border-color: #6a3e0a;
}
.btn-info, .btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}

.btn-info:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary {
	background: #00000045;
	border: 1px solid #DCE4E6;
	padding:6px 14px;
	box-shadow:none;
	color: #fff;
	font-size:13px;
	letter-spacing:2px;
	font-weight:300;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius: 0px;
	transition: all 700ms;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background:#fff;
	border-color:#000;
	color:#000;
	outline:none;
	box-shadow:none;
}
/*home*/
#home {
	width: 100%;
	min-height: 100vh;
	color: #fff;
	background: url(../img/background.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
/*logo*/
.logo-nav { 
	float: left; 
	padding: 10px 0px;
}
.logo {
    height: 70px;
    padding: 5px;
}
.logo-home {
    height: 20em;
    width: 100%;
    padding: 10px;
}
// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
.logo-home {
    height: 30em;
    width: 100%;
    padding: 10px;
}
}
.navbar-toggler {
	border: 1px solid #ccc;
	border-radius: 0;
	background: #000;
}
.img-center {
	position: absolute;
    width: 100%;
    left: 50%;
    top: 30%;
	z-index: 2;
    padding: 0 10px;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.img-responsive {
  display: inline-block;
}
/*pulse button*/
.scroll-icon {
	position: absolute;
	width: 100%;
 	left: 50%;
    bottom: 50px;
    padding: 0 10px;
	z-index: 2;
  	-webkit-transform: translateX(-50%);
  	    -ms-transform: translateX(-50%);
  	        transform: translateX(-50%);
}
.pulse-btn {
    text-align: center;
    padding: 10px 0;
}
.pulse-btn .btn {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5em 1.5em;
	font-family: 'Open Sans', sans-serif;
    animation: pulse 1.5s cubic-bezier(0.66, 0.67, 0.83, 0.99) infinite;
}
@media (max-width: 767px) {
    .pulse-btn .btn {
        font-size: 16px;
        letter-spacing: normal;
        padding: 10px 15px;
    }
}
@keyframes pulse {
    0% {
        outline: 1px solid #428bca;
        outline-offset: 0px;
    }
    30% {
        outline: 1px solid rgba(48, 113, 169, 0.7);
        outline-offset: 10px;
    }
    60% {
        outline: 1px solid rgba(48, 113, 169, 0);
        outline-offset: 20px;
    }
    100% {
        outline: 1px solid rgba(48, 113, 169, 0);
        outline-offset: 60px;
    }
}
/*navigation*/
.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.sticky + .content {
  padding-top: 100px;
}

#navbar {
  overflow: hidden;
  border-radius: 0px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    background-color: #ffffff;
    min-height: 80px;
	width: 100%;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}
.navbar-header {
    background-color: #ffffff;
    min-height: 80px;
	
}
.navbar-brand {
    float: left;
    height: auto;
    font-size: 18px;
	
}
.nav-flags-in {
    float: left;
    padding-top: 0px;
    margin-left: 0px;
}
@media (min-width: 768px) {
.nav-flags-in {
    float: left;
    padding-top: 0px;
    margin-left: 50px;
}}
@media (max-width: 767px) {
	.navbar-default .navbar-nav&gt;li&gt;a {
    line-height: 30px;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    }
}

@media (min-width: 768px){
.navbar-default .navbar-nav&gt;li&gt;a {
    color: #000;
    display: inline-block;
    line-height: 30px;
	text-transform: uppercase;
	padding: 24px 10px;
    }
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover {
    color: #fff;
    background-color: #000000;
}


/*section*/
.section-header {
	text-align: center;
	padding-bottom: 10px;
}
/* highlight info */
.highlight {
    background: url('../img/high.jpg') center fixed;
    background-size: cover;
    height: 300px;
}
.highlight2 {
    background: url('../img/catering2.jpg') center fixed;
    background-size: cover;
    height: 300px;
}

footer {
    padding: 45px 0 30px;
    background: #1B1C1F;
	color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #000;
    border-radius: 0px;
	margin-top: 25px;
}
.navbar-default .navbar-toggle:hover {
    background-color: #000;

}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #727272;
}

.nav-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills&gt;li&gt;a {  
	border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    display: inline-block;
    width: 50%;
	padding: 5px 0px;
    float: left;
    font-size: 20px;
}
@media (min-width: 768px){
.nav-pills&gt;li&gt;a {
    border-radius: 0px;
    border: 1px solid #fff;
    margin: 5px;
    color: #fff;
	width: 95%;
	background: #000000a3;
    position: relative;
    display: block;
    font-size: 20px;
    padding: 10px;
}
}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover {
    color: #000;
    background-color: #fff;
}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover, .nav&gt;li&gt;.active {
    text-decoration: none;
    background-color: #000;
    color: #fff!important;
}
.brand-pills &gt; li &gt; a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 55px;
	height: auto;
    padding: 10px;
    list-style-type: none;
}
@media (min-width: 768px){
.brand-pills &gt; li &gt; a {
    display: block;
	width: 100%;
	height: auto;
    padding: 10px;
	margin: 5px;
    list-style-type: none;
}
}
.brand-pills&gt;li.active&gt;a, .brand-pills&gt;li.active&gt;a:focus, .brand-pills&gt;li.active&gt;a:hover {
    color: #000;
	background: #fff;
}
.btn-menu {
	background: #000000a3;
	width: 100%;
	padding: 0px
}
.btn-menu :hover{
  background: #fff;
  color: #000;
}
.box {
    border: 1px solid #fff;
    color: #fff;
	padding: 1px;
    font-size: 18px;
	white-space: normal; 
}

.menu-content h5 {
	font-family: 'Lobster', cursive;
	font-size: 20px;
}
.modal-content {
    border-radius: 0px;
}
.menu-content { 
    border-bottom: 1px solid #e0e6e3; 
	margin-bottom: 10px; 
}
.dish-content { 
    margin-top: 5px; 
	margin-bottom: 5px; 
}

.img-highlight {
    padding-top: 50px;
    max-height: 250px;
}
.padding-top-20 {
	padding-top: 20px;
}
.logo-footer {
	height: 30px;
    display: inline;
    padding-left: 30px;
}
.footer-text {
    padding-top: 6px;
    float: left;
}
.footer-link {
    color: #fff;
    background: none;
    text-decoration: none;
    outline: none;
}
.img-full {
	width: auto;
	height: auto;
}
.img-big {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
.img-full {
	width: 100%;
	height: auto;
	}
}

.slider-overlay {
    background: url(../img/pattern.png) rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
	min-height: 100vh;
}
.about_img {
    background: url(../img/parallax/res_img_1.jpg);
    min-height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
}
#cta {
    background: url(../img/parallax/slide_2.jpg);
    height: 240px;
    margin-top: 100px;
}
.smt {
	font-family: "Great Vibes", cursive;
	text-transform: none;
	font-size: 3rem;
}
.call-to-action{
	text-align:center;
	margin-bottom: 30px;
}

.call-to-action h3 {
    margin-bottom: 25px;
	font-family: "Great Vibes", cursive;
    font-weight: 500;
    color: #6a3e0a;
    font-size: 3rem;
    background: #fffc;
    padding: 15px;
	text-transform: none;
    letter-spacing: 1px;
}

.call-to-action p{
	font-size: 16px;
	margin-bottom: 30px;
	color:#6a3e0a;
}
.parallax {
    position: relative;
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover;
}
.displayname {
    display: none;
}
#about {

}
footer a {
    color: #fff;
    background: none;
    text-decoration: none;
    outline: none;
}
footer .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	display: block;
}
.footer .nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 10px;
}</pre></body></html>