body {
    background-color: rgb(244, 238, 155);
}

hr,h3{
    color:  #e53cc1;
}

h5{
    background-color: white;
    border: 1px thin black;
    border-radius: 30px;
    margin-top: 10px;
}


a[href^="tel"] {
    color: #e53cc1;
    text-decoration: none;
}

.feature-pink{
    color:  #e53cc1;
}


.fa-instagram {
    font-size: 25px;
  
    transition: 0.3s;
}

.fa-instagram:hover {
    color: #E1306C;
}



.btn-book{
    background-color:  #7fffd4;
}

.btn-book:hover{
    background-color: rgb(255, 127, 221);
}


a img{
    width: 140px !important;
    height:100px !important;
}

.morrisons-address{
    font-size: 14px;
   
    text-transform: capitalize;
    color:rgb(255, 127, 221);
    text-align: left;
}






.navbar a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    background-color: rgb(255, 127, 221);
    border: solid 1px black;
    border-radius: 8px;
    padding: 5px;
}

#navbar-brand{
    border:none;
    background-color: white;
   
}

a#navbar-brand.navbar-brand img, .container-location{
    border: thin 1px white !important;
    border-radius: 9px !important;
}


.important{
    color: red;
}

li{
    list-style: none;
}


