*, *:before, *:after {
  box-sizing: border-box;
}

@font-face{
  font-family: 'Bell Mt';
  src:url('css/fonts/BELL.ttf');
}
@font-face{
  font-family: 'Arial Mt';
  src:url('css/fonts/ARI.ttf');
}


body, html {
font-family: 'Bell Mt', serif;
margin: 0;
width: 100%;
height: 100%;
padding: 0;

}

/* headings */
h1,
h2,
h3,
h5,
h6 {
    font-weight: 400;
    margin: 0px 0 30px; 
}
h1 {
    font-size: 70px;
    margin: 135 0 30px; 
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 12px;
    margin: 10px 0 20px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 14px;
}
.food{
    height: 100%;
    width: 100%;
}

body {
  background-color: #93c7c0;
  display: flex;
  position: relative;
}

.cards {
  padding: 10px 0px 10px 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    max-width: 1000px;
}


.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 210px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 280px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
  flex: 0 1 calc(25% - 1em);
  margin: 1rem .5em;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 33.3%;
    height: 264px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}


/* On screen Hover for Menu Buttons
.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}
*/
.card__info {
z-index: 2;
  background-color: #af937b;
   padding: 5px 5px 0px 5px;
   width: 100%;
   height: 70px;
}

.card__category {

    display: block;
    padding: 15px 0px 0px 0px;
    font-family: 'Arial Mt';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #f8f9fa;
  text-align: center;
}

.card__title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Arial Mt';
    text-align: center;
    height: 45px;
}

/* scroll up */
.scrollup {
    position: fixed;
    right: 28px;
    bottom: 10%;
    width: 50px;
    height: 50px;
    z-index: 99;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 1.7;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
    display: none;
}
a.scrollup i {
    color: #fff;

}
a.scrollup:hover {
    opacity: 1;
}
.button a, .button button,
.scrollup,
.tab-set .tabs-titles li {
    background-color: #535657;

}
/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/

#footer{
    position: absolute;
    bottom: 0;
    width:100%;
    height:0px;   /* Height of the footer */
    display: inline-block;
   } 

   #footer .footer-copyright {
       font-size: 15px;
        font-weight: 600;
       font-family: Raleway;
       color: #ffffff;
       margin-bottom: 0;
   }
   #footer .footer-copyright a,
   #footer .footer-copyright a:active {
       color: #888d8f;
   }
   #footer .footer-copyright a:hover {
       color: #eee;
   }
#footer .footer-container {
    background-color: #af937b;
    padding: 10px 0 10px;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*   Footer1
/*-----------------------------------------------------------------------------------*/

#footer1{
    position: fixed;
    bottom: 0;
    width:100%;
    /* height:0px;    Height of the footer */
    display: inline-block;
   } 

   #footer1 .footer1-copyright {
       font-size: 15px;
        font-weight: 600;
       font-family: Raleway;
       color: #ffffff;
       margin-bottom: 0;
   }
   #footer1 .footer1-copyright a,
   #footer1 .footer1-copyright a:active {
       color: #888d8f;
   }
   #footer1 .footer1-copyright a:hover {
       color: #eee;
   }
#footer1 .footer1-container {
    background-color: #af937b;
    padding: 10px 0 10px;
    text-align: center;
}