  /*menu styles*/
.navbar-brand{
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-toggle {
  z-index: 1;
}
.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0,-50%);
  margin-right: 15px;
  margin-left: 15px;
}
.navbar-nav>li>.dropdown-menu {
  z-index: 9999;
}
.brand_logo{
  -webkit-transition: 2s;
  transition: 2s;
}
.brand_logo:hover{
  transform: scale(1.1); 
}
.menu_name{
  font-family: 'italic', arial, sans-serif; font-weight: bold;
  -webkit-transition: .5s;
  transition: .5s;
}
.menu_name:hover{
  transform: scale(1.1);
}
.active_menu{
  border-bottom: solid 2px black;
  font-weight: bolder;
}

/*menu styles over*/




/*banner styles*/

.banner_caption{
  font-size: 60px;
  text-shadow: 0px 0px 50px black;
  font-family: 'sofia';
}

/*banner styles over*/


/*home page our menu styles*/
.menu_image{
  height: 300px;
  width: 350px;
  -webkit-transition: 2s;
  transition: 2s;
}
.menu_image:hover{
  transform: scale(1.1); 
}
.menu_button{
  background: none;
  color: #423324;
  border: #423324 solid 2px;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}
.menu_button:focus{
  background: #423324;
  color: white;
  border: #423324 solid 2px;
}
/*home page our menu styles over*/


/*home page about us styles */

.aboutus{
  font-size: 50px;
  font-family: 'Amita';
  font-weight: bold;
  text-align: center;
  color: black;
}
.paragraph{
  font-family: serif; 
  text-align: justify; 
  font-size: 25px;
  color : grey;
}
.paragraph1{
  color: red; 
  font-family: 'Allura'; 
  font-size:50px;
  text-align: center;
}
.paragraph2{
  font-family: serif; 
  text-align: justify; 
  font-size: 25px;
  color : grey;
}
.aboutus_image{
  height: auto;
  width: 100%;
  -webkit-transition: 2s;
  transition: 2s;
}
.aboutus_image:hover{
  transform: scale(1.1); 
}

/*home page about us styles over*/



/*home page our services styles*/
.services{
  width: 100%;
  background: black;
  opacity: 0.95;
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed; 
  z-index: -1;
  padding-bottom: 30px;
  padding-top: 20px;
}
.services_div{
  margin: 0px auto;
  width: 90%;
}
.container_service {
  position: relative;
  padding-bottom: 20px;
}
.image_service {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle_service {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container_service:hover .image_service {
  opacity: 1;
}
.container_service:hover .middle_service {
  opacity: 0;
}
.text_service {
  background-color: none;
  color: white;
  border: 1px solid white;
  font-family: 'italic', arial, sans-serif;
  text-shadow: 0px 0px 10px grey;
  font-style: italic;
  font-size: 25px;
  padding: 16px 32px;
}
/*home page our services styles over*/





/*footer social media links styles*/
.social_media{
  border: white solid 1px;
  padding: 10px;
  height: 37px;
  width: 37px;
  color: white;
  background-color: orange;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 15px;
}
.social_media:hover{
  transform: rotate(360deg);
  background-color: white;
  font-size: 30px;
  height: 45px;
  width: 45px;
}
.facebook:hover{
  color:#3B5998;
}
.google:hover{
  color:#DB4437;
}
.twitter:hover{
  color:#1DA1F2;
}
.footer_address{
  margin-left: 200px;
}
/*footer social media links styles over*/




/*our menu page styles*/
.our_menu_div{
  margin: 0px auto;
  width: 80%;
}
.container_our_menu {
  position: relative;
  padding-bottom: 20px;
}
.image_our_menu {
  opacity: 1;
  display: block;
  width: 100%;
  margin-top: 10px;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle_our_menu {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container_our_menu:hover .image_our_menu {
  opacity: 0.5;
}
.container_our_menu:hover .middle_our_menu {
   background: rgba(0, 0, 0, 0.5);
}
.text_our_menu {
  background-color: none;
  color: white;
  border: 1px solid ;
  font-family: 'italic', arial, sans-serif;
  text-shadow: 0px 0px 10px grey;
  font-style: italic;
  font-size: 25px;
  padding: 16px 32px;
  text-transform: capitalize;
}
.our_menu_chef_image{
  height: 300px;
  width: 300px;
  -webkit-transition: 2s;
  transition: 2s;
}
.our_menu_chef_image:hover{
  transform: scale(1.1); 
}
/*our menu page styles over*/



/*menu items page styles*/
.menu_items_banner{
  margin-top: -15px;  
  z-index: -1;
  background: black;
}
.menu_items_banner_image{
  height: 100%; 
  opacity: 0.5; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  height: 400px;
}

.menu_items_title{
  color: chocolate;
  text-align: center;
  font-family: 'Allura'; 
  font-size: 60px;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.menu_items{
  font-family: serif; 
  text-align: justify; 
  font-size: 25px;
  color : grey;
  text-transform: capitalize;
}
.menu_items:hover{
  color: orange;
  font-weight: bolder;
}
/*menu items page styles over*/





/*gallery page styles*/

.gallery_title{
  color: chocolate;
  text-align: center;
  font-family: 'Allura'; 
  font-size: 60px;
  margin-bottom: 50px;
}
.gallery_div{
  margin: 0px auto;
  width: 80%;
}
.container_gallery {
  position: relative;
  padding-bottom: 20px;
}
.image_gallery {
  opacity: 1;
  display: block;
  width: 390px;
  height: 280px;
  margin-top: 10px;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle_gallery {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container_gallery:hover .image_gallery {
  transform: scale(1.2);
}

/*gallery page styles over*/




/*contact us page styles*/
.contact_us_banner{
  margin-top: -15px;  
  z-index: -1;
  background: black;
}
.contact_us_banner_image{
  height: 100%; 
  opacity: 0.5; 
  background-image: url(../images/site_images/contact_us_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  height: 400px;
}
.contact_us_title{
  color: chocolate;
  text-align: center;
  font-family: 'Allura'; 
  font-size: 60px;
  margin-bottom: 50px;
}
.contact_us_title{
  color: chocolate;
  text-align: center;
  font-family: 'Allura'; 
  font-size: 60px;
  margin-bottom: 50px;
}
.message_form_title{
  color: chocolate;
  font-family: 'Allura'; 
  font-size: 50px;
}
.map{
  height: 450px;
  width: 100%;
}
.address_form_div{
  margin: 0px auto;
  width: 80%;
}
/*contact us page styles over*/






/*about us page styles*/
.about_us_text{
  font-family: serif; 
  text-align: justify; 
  font-size: 25px;
  color : grey;
}
.about_us_div{
  width: 80%;
  margin: 0px auto;
  background-color: #f9f9f9;
  z-index: -1;
  padding: 10px;
  border-radius: 10px;
}


/*about us page styles over*/
@media only screen and (max-width: 1400px)
{
  .image_gallery{
    width: 350px;
    height: 250px;
  }
  .gallery_div{
    width: 100%;
  }
  .our_menu_div{
    width: 100%;
  }
}
@media only screen and (max-width: 1280px)
{
  .image_gallery{
    width: 450px;
    height: 320px;
  }
}
@media only screen and (max-width: 1080px)
{
   .image_gallery{
    width: 450px;
    height: 300px;
  }
  .about_us_div{
    width: 100%;
  }
}
@media only screen and (max-width: 950px)
{
  .image_gallery{
    width: 400px;
    height: 280px;
  }
}
@media only screen and (max-width: 850px)
{
  .image_gallery{
    width: 350px;
    height: 250px;
  }
}
@media only screen and (max-width: 750px)
{
  .image_gallery{
    width: 100%;
    height: auto;
  }
  .footer_address{
    margin-left: 100px;
  }
}
@media only screen and (max-width: 720px)
{
  .banner_caption{
    font-size: 30px;
  }
  .aboutus{
    font-size: 30px;
  }
  .paragraph{
    font-size: 20px;
  }
  .about_us_text{
    font-size: 20px;
  }
  .paragraph2{
    font-size: 20px;
  }
  .menu_image{
    height: 200px;
    width: 230px;
  }
  .our_menu_chef_image{
    height: 200px;
    width: 200px;
  }
  .text_service {
    font-size: 20px;
    padding: 10px 10px;
  }
  .middle_service {
    top: 45%;
    left: 50%;
  }
  .image_service {
    margin-top: 0px;
  }
  .text_our_menu {
    font-size: 20px;
    padding: 10px 10px;
  }
  .middle_our_menu {
    top: 45%;
    left: 50%;
  }
  .image_our_menu {
    margin-top: 0px;
    padding: -10px;
  }
  .services_div{
    width: 100%;
  }
  .our_menu_div{
    width: 100%;
  }
  .gallery_div{
    width: 100%;
  }
  .gallery_title{
    height: 50px;
  }
  .menu_items_banner_image{
    height: 200px;
  }
  .menu_items_title{
    font-size: 50px;
  }
  .menu_items{
    font-size: 20px;
  }
  .contact_us_banner_image{
    height: 200px;
    background-image: url(../images/site_images/contact_us_4.jpg);
  }
  .contact_us_title{
    height: 50px;
  }
  .message_form_title{
    margin-top: 30px;
    font-size: 40px;
  }
  .address_form_div{
    width: 100%;
  }
  .paragraph1{
    font-size:30px;
  }
}
@media only screen and (max-width: 520px)
{
  .footer_address{
    margin-left: 70px;
  }
}
@media only screen and (max-width: 400px)
{
  .paragraph2{
    display: none;
  }
  .banner_caption{
    display: none;
  }
  .footer_address{
    margin-left: 40px;
  }
}
@media only screen and (max-width: 320px)
{
   
}
