html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.jahan-logo{
    margin: 5px;
    height: 30px;
}

.jahan-catering {
    color: var(--bs-gray) !important;
    font-family: Livvic;
    font-size: 1em;
    font-weight: 700;
}
.jahan-catering::first-letter {
    font-size: 1.3em;
}
.jahan-catering orange {
    color: orange !important;
}

.menu-container {
    margin: 20px auto;
}
.menu-item {
    padding: 10px;
    display: inline-block;
    vertical-align: bottom; /* to align food descriptions */
    line-height: 1.58;
}
.menu-item thumbnail img {
    max-width: 300px;
    /*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);*/
}
.menu-item description {

}
.menu-item price {
    font-size: small;
    text-align: right;
    font-style: italic;
    letter-spacing: .05em;
}
.menu-item price::before {
    content: "..."
}

contact {
    padding: 5px;
    color: white;
    font-weight: bold;
    text-align: right !important;
    background-color: orange;
    border-radius: 5px;
}

.spicyIcon {
    position: relative;
    bottom: 0;
    left: 1px;
    background: url(../images/spicy.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.heartIcon {
    position: relative;
    bottom: 0;
    left: 1px;
    background: url(../images/heart.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
}

@media (max-width: 575px) {
    contact {
        padding: 0;
        color: orange;
        text-align: left !important;
        background-color: transparent;
        border-radius: 0;
    }
    footer .container {
        max-width: 540px;
        word-wrap: normal;
    }
}