<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
      margin:0;
      padding: 0;
      width: 100%;
      height: auto;
      overflow-x: hidden;
      background-color: white;
    
}

.main-wrapper{
 
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0;
}
h1{
    font-family: 'Cinzel Decorative', cursive !important;

}
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
}

::-webkit-scrollbar
{
  width: 13px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  background-color: #F90; 
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}
.bg{
  margin-right: 10px;
  width: 100%;
  height: 100%;
}
.full-height,
.full-height body,
.full-height header,
.full-height header .view,
.full-height body .view {
    height: 100%;
    max-height: 100vh;
}

@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view,
    .full-height body .view {
        height: 700px;
        max-height: 700px;
    }
    .bonfire{
      margin-top: 50px;
    }
   
    .bg{
      margin-right: 10px;
      width: auto;
      height: auto;
    }

}

@media (min-width: 1000px) and (max-width: 1025px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view,
    .full-height body .view {
        height: 770px;
        max-height: 770px;
    }
}

.btn-info{
    background-color: #c58312 !important;
}
.line{
  width: 12%;
  background-color: #c58312;
  border:2px #c58312 solid;
  border-radius: 25px;
}
.reservation {
  transform: rotate(270deg);
  background-color : #c58312;
  color: white;
  padding: 10px 20px;
  border-radius: 25px 25px 5px 5px;
  border-color: #c58312;
  transition: 1s;
}
.reservation:hover{
  border-radius: 15px;
  padding: 20px;
  font-size: 18px;
  transition: 1s;
}

#mybutton {
  position: fixed;
  top: 200px;
  right: -45px;
}
/*
.navbar {
    background-color: transparent;
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #1C2331;
}*/

footer.page-footer {
    background-color: #1C2331;
    margin-top: 0;
}

/*@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}
*/
/* Carousel*/
.flex-center {
    color: #fff;
}

.carousel-caption {
    height: 100%;
    padding-top: 7rem;
}

.navbar .btn-group .dropdown-menu a:hover {
    color: #000 !important;
    position: relative;
    z-index: 999;
}

.topnav .icon {
    display: none;
}
.topnav{
    margin-left: 20vw;
}
@media screen and (max-width: 600px) {
    .hide-sm{
        display: none !important;
        visibility:hidden !important;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 999;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      z-index: 999;
    }
  }
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .hide-sm{
        display: none !important;
        visibility:hidden !important;
    }
  }
.navbar .btn-group .dropdown-menu a:active {
    color: #fff !important;
}

.pagination.pg-dark .active .page-link {
    background-color: #1c2331;
}

.main_header{
  position: absolute;
  z-index: 9999;
  left: 0.1%;
  top: -1px;
  background-color: rgba(0,0,0,0);
  transition: 0.8s;
 }
.link-1{
  color:white !important;
  padding-left: 30px !important;
}
.main_header.scroll{
  background-color:white;
  color: #1c1c1c;
  animation-name: bounceInDown;
  transition: 1.5s;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.about-p p::first-letter{
  font-size: 300%;
  color: #c58312;
  font-weight: bolder;
  margin-top: 10px;
        font-family: 'Cinzel Decorative', cursive !important;

}
/*footer*/
footer{

  border-top: #1c1c1c solid 2px;
    background-color: antiquewhite
}
.social-footer ul li{
  list-style: none;
  float: left;
  text-align:center;
}
.social-footer li{
  padding: 10px;
  font-size: 1.5em;

}
.social-footer a{
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
/*    box-shadow: 0 3px 3px black;
*/  padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #1c1c1c;
    font-size: 35px;
    font-weight: normal;
    line-height: 2em;
    background-color: transparent;
    transition: 0.3s ease;
}
.social-footer a:hover{
  background-color: white;
  color: #c58312;

}



.menu-footer{
  font-size: 1em;

}
.foot-in{
  border:none !important;
}


.brush-title h1{
    height: 135px;
    width: 326px;
   text-align: center;
    padding-top: 40px;
}
.brush-title{
    margin-left: 60vh;
    color: white; 
}
.brush-title-2{
    margin-left:50vh;
    color: white; 
}
.brush-title-2 h1{
     height: 166px;
    width: 428px;
   text-align: center;
    padding-top: 40px;
}


.img-box {
    position: relative;
}
.img-box h5{
    position: absolute;
    top: 26.4vh;
    left: 20px;
    padding: 10px;
    color: white;
    background-color: #c58312 !important;
}

#logo-main {
    display: block;
    margin:  auto;
}

.nav-navbar{
    background-color: #c58312 !important;
}

@media (max-width: 600px){
    .nav-navbar{
        height: 40vh !important;
    }
    .brush-title{
        margin-left: 1vh;
        color: white; 
    }
    .brush-title-2{
        margin-left: 1.5vh;
        
        color: white; 
    }
    .brush-title-2 h1{
         height: 120px;
         width: 300px;
         font-size:33px;
         text-align: center;
         padding-top: 20px;
    }
    .hero-bar {
         height: 25vh !important;
    }
    .brand-bar{
        width: 45vw;
        padding: 30px;
    }
    .test-img{
        margin-left: -40px !important;
        height: 30vh !important;
        width: 30vh !important;
    }
    .reser-title{
        text-align: center;
        margin-left: -25px;
    }
    .header-social{
        display: block;
        margin:auto !important;
    }
   
}
.img-grayscale {
    filter: grayscale(1);
    transition: 0.5s;
}
.img-grayscale:hover{
    filter: grayscale(0);
}


.hero-bar {
    height: 55vh;
}

.moreButton{
    color:#1c1c1c !important;
    border-radius: 25px !important;
    border:2px rgb(61, 61, 61) solid !important; 
    cursor: pointer !important;
    padding: 5px;
}
.moreButton:hover{
    color:#1c1c1c !important;
    border-radius: 25px !important;
    border:3px rgb(44, 44, 44) solid !important;
    cursor: pointer !important;
}

</pre></body></html>