


    /* menu code begin*/
    .position-image{
      position: relative;
    }
  .position-text {
    background: #c1b058;
    position: absolute;
    top: 45%;
    right: 0px;
    left: 0px;
    padding: 20px;
    width: 96%;
    margin: 0 auto
  }
  .position-text h3{
   color:#000!important;
   text-align:center!important;
  }
    .menu-sec .heading-column-padding{
      padding-top: 40px;
    }
    .dash{
      position:relative;

    }
    .dash:before{
   position: absolute;
    content: '';
    display: block;
    background-color: #c1b058;
    width: 80px;
    height: 4px;
    /* top: -20px!important; */
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
    .menu-sec a{
    color: #c1b058;
    text-decoration: none;
    }
    .menu-sec .load-color{
      color:#d4a82f;
    }
    .menu-sec .add-text {
      text-align:center!important;
    }
      .menu-sec h1{
       color:#fff;
       font-size:55px;
       font-weight:700;
       padding-top: 50px;
      }
      .menu-sec h2{
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
      }
      .menu-sec h3{
        font-weight: 500;
    text-align:left;
    color: #c1b058;
    font-size: 25px;
    margin: 20px 0px;
    font-family: 'Oswald', sans-serif;
      }
      .menu-sec p{
        font-weight:400;
        text-align:left;
        font-size:18px;
        color:#fff;
        font-family: 'Open Sans', sans-serif;
        line-height: 28px;
        margin: 15px 0px;
      }
    /* menu code end*/
   


    /* menu style begin*/
    .menu-hmburger ul li{
   padding: 15px 0px 10px 0px;
   text-align: center;
    }
    .logo img{
width: 130px;
}
  .menu-hmburger{
  display:none;
  }
  .logo,
.content {
  color: #fafafa;
}

.nav {
  width: 100%;
  padding: 10px 10px;
  background-color: #c1b058;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.logo,
#hamburger {
  /*margin:10px;*/
}

#hamburger {
  /*opacity: 0.5;*/
  cursor: pointer;
  transition: opacity 0.25s linear;
  width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
  height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
  display: flex;
  align-items: center;
}

#hamburger:hover {
  opacity: 1;
}

#hamburger div,
#hamburger div:after,
#hamburger div:before {
  background-color: #000;
  border-radius: 10px;
  width: clamp(1.5rem, 1vw + 1.1rem, 6rem);
    height: clamp(0.3rem, 0.2vw + 0.1rem, 0.8rem);
  transition: all 0.15s linear;
}

#hamburger div:before,
#hamburger div:after {
  content: "";
  position: absolute;
}

#hamburger div:before {
  transform: translateY(-200%);
}

#hamburger div:after {
  transform: translateY(200%);
}

#hamburger.open div {
  background: transparent;
}

#hamburger.open div:before {
  transform: rotate(45deg);
}

#hamburger.open div:after {
  transform: rotate(-45deg);
}

#overlay {
  position:absolute;
  width: 100%;
  min-height: 100%;
  background-color: #c1b058;
  z-index:999;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#overlay.menu {
  transform: translateY(0%);
}

#overlay a {
  text-decoration: none;
  color: #000;
  font-size:22px;
  margin: 2%;
  /*opacity: 0.5;*/
  transition: opacity 0.2s linear;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

#overlay a:hover {
  opacity: 1;
}
/* menu style begin*/





    section {
    
    margin-bottom: -1px;
  }
  .container{
  max-width:1420px;
  margin:0 auto;
  width:100%;
  padding: 0px 15px;
  }
.hero-section{
 background-image: url('../images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  /*padding:170px 0px;*/
  background-size: cover;
  height: 70vh;
}
 .hero-section img{
  position: absolute;
   width: 500px;
    height: auto;
    margin:0 auto;
    top:80px;
    z-index:99;
    left: 0px;
    right: 0px;
  }
  .hero-section .column-align{
    text-align:center;
  }
.hero-section{
  position:relative;
}

 /* .hero-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 9;
} */
		
.image-position{
  position:relative;
}
  .image-position:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #08080854;
}

.food-section h2{

  color:#fff;
  text-align:center;
  font-size:40px;
	padding-left:20px;
	padding-right:20px;
}
.image-position img{
width: 100%;
height: 50vh;
margin: 15px 0px;
border-radius: 30px
  }
  .food-section h3{
  font-weight: 700;
    color: #fff;
    font-size: 50px;
    bottom: 50px;
    right: 0px;
	  left:0px;
	  text-align:center;
	  margin:0 auto;
  }
  .image-position img{
    position:relative;
  }
  .image-position .day-heading{
    /*top:0px;
    position:absolute;*/
    z-index: 9;
	  font-family: 'Oswald', sans-serif;
    width:100%;
  }
.heading-column h2{
  padding:20px 0px;
  background: #c1b058;
  margin:40px 0px;
  border-radius: 10px;
}
		
		.footer-section { padding-left:20px; padding-right:20px; }
		
.footer-section .phone-color {
color:#e0ab2e!important;
font-weight: 600;
}
.footer-section h2{
  color:#fff;
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.footer-section h3{
  color: #fff;
    font-size: 35px;
    text-align: center;
    margin-top: 40px;
}
.footer-section a{
text-decoration: none;
    color: #fff;
  }
  .footer-section .social-icon-list li{
    display: inline-block;
    padding: 0px 5px;
  }
  .footer-section .social-icon-list{
    text-align: center;
    margin-top: 30px;
  }
  .copy-right-section h4{
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
  }
		
		.menu-section { background: #c1b058;
			padding: 25px 0px; text-align:center }
		
		.menu-section ul li { display:inline-block; }
		.menu-section ul li a { color: #000;
font-size: 22px;
text-decoration: none;
font-family: 'Oswald', sans-serif;
padding: 0 9px;
text-transform: uppercase; }

		img { max-width:100%; }
		
		  @media (max-width: 920px){
     .hero-section{
        height: 95vh
     }


		  @media (max-width: 920px){
     .hero1-section{
        height: 95vh
     }


		  @media (max-width: 920px){
     .hero2-section{
        height: 95vh
     }

     .hero3-section{
        height: 95vh
     }

      .menu-hmburger{
      display:block;
      }
    .menuOuter{
      display: none;
    }
    .menu-section{
      padding: 0px;
    }




			  .menu-section ul li { margin-bottom:7px; margin-top:7px; }  
			  
			  
			  
			  #nav-fly-trigger1 { display:flex; }
			  #nav-fly-trigger1 span {
    background-color: #fff !important;
    top: 13px;
    display: block;
    position: absolute;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-fly-trigger1 span:nth-child(1) {
    top: 5px;
    width: 25px;
    height: 2px;
    background-color: #fff !important;
}
			  #nav-fly-trigger1 span:nth-child(2) {
    background-color: #fff !important;
    width: 25px;
    height: 2px;
    top: 12px;
    right: 0px;
}
			  #nav-fly-trigger1 span:nth-child(3) {
    background-color: #fff !important;
    width: 25px;
    height: 2px;
    top: 20px;
    right: 0px;
}
			 
			  
			  
			  
			  
		}
		
  @media (max-width: 600px){
    .menu-sec h1{

 font-size:45px;
    }
    .menu-sec h2{

 font-size:30px;
    }
    .menu-sec h3{

 font-size:22px;
    }
    .menu-sec p{

 font-size:17px;
    }
    .copy-right-section h4{
    font-size: 12px;
  }
    .food-section h3{
      font-size:35px;
    }
    .food-section h2{
      font-size:30px;
    }
.hero-section img {
    width: 250px;
  }
	  .hero-section {
    height: 65vh;
}

.hero3-section img {
    width: 250px;
  }
	  .hero3-section {
    height: 65vh;
}

.hero1-section img {
    width: 250px;
  }
	  .hero1-section {
    height: 65vh;
}

.hero2-section img {
    width: 250px;
  }
	  .hero2-section {
    height: 65vh;
}
	  
	  .footer-section h2 {
    
    font-size: 25px;
    
    line-height: 45px;
}
.footer-section .address{
     display: block;
    font-size: 23px;
    }
    .footer-section .Phone{
	  font-size: 25px;
  }
	  .footer-section .social-icon-list li { max-width:55px; }
	  
	  .menu-section ul li a { font-size:18px; }
	  
		}
    @media (max-width: 500px){
      .menu-sec h1{

 font-size:37px;
    }
    .menu-sec h2{

 font-size:27px;
    }
    .menu-sec h3{

 font-size:20px;
    }
    .menu-sec p{

 font-size:16px;
    }
.hero-section {
    height: 55vh;
}
.hero-section img{
  top:25px;
}
.hero3-section {
    height: 55vh;
}
.hero3-section img{
  top:25px;
}

.hero1-section {
    height: 55vh;
}
.hero1-section img{
  top:25px;
}


.hero2-section {
    height: 55vh;
}
.hero2-section img{
  top:25px;
}


}
@media (max-width: 460px){

.salad-padding{
  padding: 0px 10px;
}
}
@media (max-width: 400px){
.food-section h3 {
    font-size: 30px;
}
.food-section h2 {
    font-size: 22px;
}
}
@media (max-width: 339px){
  .menu-sec h1{

 font-size:35px;
    }
    .menu-sec h2{

 font-size:25px;
    }
    .menu-sec h3{

 font-size:19px;
    }
    .menu-sec p{

 font-size:15px;
    }
.footer-section h2 {
  font-size:20px;
}
.footer-section .address{
  font-size:20px;
}



.hero1-section{
 background-image: url('../images/header1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  /*padding:170px 0px;*/
  background-size: cover;
  height: 70vh;
}
 .hero1-section img{
  position: absolute;
   width: 500px;
    height: auto;
    margin:0 auto;
    top:80px;
    z-index:99;
    left: 0px;
    right: 0px;
  }
  .hero1-section .column-align{
    text-align:center;
  }
.hero1-section{
  position:relative;
}



.hero2-section{
 background-image: url('../images/header2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  /*padding:170px 0px;*/
  background-size: cover;
  height: 70vh;
}
 .hero2-section img{
  position: absolute;
   width: 500px;
    height: auto;
    margin:0 auto;
    top:80px;
    z-index:99;
    left: 0px;
    right: 0px;
  }
  .hero2-section .column-align{
    text-align:center;
  }
.hero2-section{
  position:relative;
}






.hero3-section{
 background-image: url('https://blkswan.ca/burlington/images/header-new.jpg');
  background-repeat: no-repeat;
  background-position: center;
  /*padding:170px 0px;*/
  background-size: cover;
  height: 70vh;
}
 .hero3-section3 img{
  position: absolute;
   width: 500px;
    height: auto;
    margin:0 auto;
    top:80px;
    z-index:99;
    left: 0px;
    right: 0px;
  }
  .hero3-section .column-align{
    text-align:center;
  }
.hero3-section{
  position:relative;
}















}