
body, html {
    position: relative;
    height: 100%;
}
 
 /*---- Starting ---- */
 .start-page {
  position: relative;

}

/*Sections*/
.extra {padding-top:200px; } 

.image   {padding-top:15%; }
.location {padding-top:15%; padding-bottom: 5%; background: #e8e8e8;} 
.contact {padding-top:15%; padding-bottom: 5%; }   
.services { background: #f2f2f2; }
.chef{/* background: #f9f9f9;  */}

@media (max-width: ุจจpx) {
  .extra{
    {padding-top:0px; } 
  }
  }

/* ---- Back to top button ----*/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  /*background-color: green; */
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border-radius: 50%;
  opacity: 0.6s;
}
/*
.back-to-top : hover {
  background-color: white;
}

*/
  
/* ----FOOTER ----*/
/*For footer setting */ 
 .footer-page {
  padding:30px 10px 70px 10px;
  background: #792f7c ;
}

/* Social Media Buttons*/
.social{
    text-align:center;
    width:45px;
    height:45px;
    float:left;
    background:rgb(204, 204, 204);
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:100px;
    margin:0 5px 5px 0;
    padding:10px;
}
.google-pluse:hover{background:#DD4B39;color:#FFF;}
.facebook:hover{background:#3b5998;color:#FFF;}
.twitter:hover{background:#00acee;color:#FFF;}
.pinterest:hover{background:#c8232c;color:#FFF;}
.linkedin:hover{background:#0e76a8;color:#FFF;}
.skype:hover{background:#00aff0;color:#FFF;}
.youtube:hover{background:#c4302b;color:#FFF;}
.tumblr:hover{background:#34526f;color:#FFF;}
.phone:hover{background:#7CFC00;color:#FFF;}


.instagram:hover{
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color:#FFF;}

}


/*---- INDEX  ----*/
/* background image */
.bg { 
    /* The image used */
    background-image: url("/images/banner.jpg");

    /* Full height */
    width: 100%
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
}

.bg-contactform {
  background :    lavender;
}
/*navbar background  */
.bg-gradient2 {
background: transparent;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #323232, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #323232, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
/** navbar-black color */
.bg-gradient1 {
background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/** navbar-light background color */
.bg-gradient {
  background: #000000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to  right,#E0F2EF,#FFFFFF,#E9F6F4);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to  right,#E0F2EF,#E9F6F4, #E9F6F4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-color: #eeeeee;
}

/** navbar- background image */ 
.bg-img {
  background-image: url("/images/bg-light.png");
  border-color: #eeeeee;
}



/* animation fade in (with carousel) */
.animated {
/* background-image: url(/css/images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top:95px;
  margin-bottom:60px;*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/*gray background for text on carousel caption */
.b-caption{
  display: block;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(192,192,192,0.7);

}

/* ---- WELCOME ----*/
/* Fade in Overlay */
.w-container {
  position: relative;
  width: 100%;
  border-radius: 50%;
}

.w-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #a6a6a6;
}

.w-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffffff;
  border-radius: 50%;
  
}

.w-container:hover .w-overlay {
  opacity: 0.2;
}

.w-text {
  color: blue;
  font-size: 20px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}



/* ---- SERVICES ----*/

.bg-special {
  background-color: green;
}

/* Slide in Overlay from the Bottom (with #services) */
.zoom-container {
  width: 70%;
  position: relative;
  padding: 5px;
  
 
}

.zoom-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 5px;
  
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform:scale(0);
  transition: .4s ease;
 border-radius: 50%; 
 opacity: 0.9;
}

.zoom-container:hover .overlay {
  transform: scale(1)
}

.text {
  color: green;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 1px 1px 1px  #008000;
  font-weight: bold;
}


@media (max-width: 575px) {
  .zoom-container {
  width: 50%;
  position: relative;}
}


/* service -Style the tab */
.servicetab {
    overflow: hidden;  
    background-color: #f1f1f1;
}
.servicetab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border: none;
}










/* ----Chef Recommended----*/

/*Opacity with Box */
.boxcontainer {
    position: relative;
    width: 100%;
}

.boximage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.boxmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.boxcontainer:hover .boximage {
  opacity: 0.3;
}

.boxcontainer:hover .boxmiddle {
  opacity: 1;
}

.boxtext {
  border-radius: 50%;
  background-color: #4CAF50;
  color: white;
 
  background-color: #ffffff;
  color: green;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px  green;
  padding: 40px 32px;

}
/* card-shadow */
.cardshadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .cardshadow{
    box-shadow: none;
  }
}
/*
.button-cicle {border-radius: 50%;} */



/* nav animation (For js)*/
.navbar-me {
  
   transition: all 1s ;
}
/* for js */
.img-head {
   height: 25px

}
.img-sm {
  width: 70%;
}

.img-center {

    width: 80%;
    
}


/* Div for more space */
.space{
  padding:40px 0px 40px 0px;
}

/* ----  CONTACT ---- */

/*image zoom on hover inside a div (with image in contact page/home page) */
 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.item {
  position: relative;
  /*border: 1px solid #cccccc; */
  overflow: hidden;
 /* border: 2px solid #ddd; */
  
}
.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} 



