
body{
    font-family: 'Playfair Display SC';

}
.heading{
    font-family: 'Playfair Display SC';
}
.heading{
    font-family: 'Playfair Display SC';
}
.headingsmaller{
    font-family: 'Playfair Display SC';
    font-size: 1.7rem;
    padding-top: 10px;
}
.subheading{
    color:#A9885B;
     font-family: 'Playfair Display SC';
}
p{
    font-family: 'Abhaya Libre',serif;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.ingredients{
    list-style-type: none;
    padding-left: 0px;
    font-family: 'Abhaya Libre',serif;
}
li{
    padding-bottom: 5px;
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
ol{
    padding-left: 15px;
    font-family: 'Abhaya Libre',serif;
}
.container{
    margin-top: 5%;
}
.foodimg{
    padding-top: 10px;
    width: 100%;
}
.card{
min-height: 400px;
       margin-bottom: 30px;
    background-color: #fff;
   
}
.cat{
    display: inline;
    margin-right: 10px;
    color:#A9885B;
}
.card:hover{
     box-shadow: 10px 10px 5px #888888;
    color: #000;
}
.card-body{
    padding:10px;
}
.card-title{
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Abhaya Libre',serif;
}
.card-text{
    font-size: 15px;
}
.footerextra a{
    color: #fff;
}
.footerextra{
       float: right;
   padding-top: 5px;
}
.featimg{
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-content{
    background-color: #000;
    color: #fff;
}
a{
    font-family: 'Abhaya Libre',serif;
    color: #000;
    
}
@media (max-width : 990px) {
    .headingsmaller{
        font-size: 1.3em;
    }
    
}

 @media (max-width : 768px) {
     .foodimg{
         width: 100%;
     }
     span{
             margin-left: 0px;
     }
}