
/* .header {
    background-image: ulr("https://media.istockphoto.com/photos/healthy-fresh-sushi-roll-set-with-ginger-close-up-japanese-food-picture-id1286622470");
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
    background-attachment: fixed;
    padding: 150px 0px;
} */

body {
    background-color: black;
    overflow: auto !important;
    overflow-y: scroll !important;
}
body nav {
    background-color: black;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(
        "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
.navbar-toggler {
    border-color: rgba(255,0, 0, 0.8) !important;
}
#specials h2 {
    color: rgba(255,0, 0, 0.8);
}
.navbar-toggler:focus{
    box-shadow: none;
    border-color: rgba(255,0, 0, 0.8) !important;
    color: rgba(255,0, 0, 0.8) !important;

} 
@media only screen and (max-width: 450px) {
    .header {
    background-image: url(./local/web-img-2-min.jpg);
    /* min-height: 500px; */
    /* background-attachment: fixed; */
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* overflow:scroll !important; */
    height: auto;
}
.announcement { 
    max-width: 341px;
margin: auto;
background: rgba(148,2,17,0.7);
padding: 10px;
border-radius: 15px 15px 15px 15px;
}
.footer-addr {
    width: 260px;
}

.NavUpdate {
    font-size: larger;
    padding-top: 65px;
    padding-bottom: 10px;
    background: rgba(148,2,17);
    text-align: center;
}
}
@media only screen and (min-width: 451px) {
    .NavUpdate {
        font-size: larger;
        padding-top: 65px;
        padding-bottom: 10px;
        background: rgba(148,2,17);
        text-align: center;
    }
.announcement { max-width: 800px;
    margin: auto;
    background: rgba(148,2,17,0.7);
padding: 20px;
border-radius: 15px 15px 15px 15px;
}
.header {
    background-image: url(./local/web-img-2-min.jpg);
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer p {
    margin-top: 27px;
}
}
.header-container {
    background: rgba(0,0,0, 0.4);
    min-height: 500px;
    color: white;
}
.header-text {
    text-align: center;
    /* padding: 100px 0; */
    padding: 50px 0;
}
.header-text div {
    padding: 20px 0;
}
.header-text div button {
width: 170px;
padding: 10px 0
}
.header-text button {
    background-color: rgba(148,2,17);
    border: rgba(255,0, 0) ;
    color: white;
}
.footer-icons a {
    color: inherit;
    text-decoration: none;
}
#navbarNav {
    justify-content: right;
}
.card {
    margin: 10px auto;
}
.sections {
    margin-top: 50px;
}
h2 {
    margin-bottom: 20px;
    margin-left: 20px;
}
.title-underline {
    width: 60px; 
    border-top: 3px black solid; 
    margin-left: 20px; 
    padding-bottom: 30px;
}
.by-you-text {
    margin-left: 20px;
}
.carousel-item img {
    max-height: 400px;
    max-width: 700px;
}
.carousel-inner img {
    margin: auto;
}
#carouselExampleIndicators {
    max-width: 700px; 
    margin:auto
}

.footer-container {
    background-color: black;
}
.footer div {
    display: inline-block;
    padding-top: 10px;
}
.footer-icons {
    /* float: right; */
    margin-right: 20px;
}
.footer-icons i {
    padding-right: 15px;
}
.footer p {
    margin-left: 20px;
    color: rgb(148,2,17);
    margin-bottom: 0px;
    padding-bottom: 10px
}
.footer-logo {
    height: 67px;
}
.card-container {
    display: inline-block;
}

.buttonLogo{
    width: 40px;
    margin-left: 10px;
    padding: 5px 0px;
}

  .card-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    
  }
  .deliveroo-link img {
    width: 200px;
  }
  .header-logo {
    width: 107px;
  }
  .card {
    width: 25rem;
  }
  .card {
    border: 0px !important;
}

.card-img-top {
    width: 95% !important;
    margin: auto !important;
}
@media only screen and (min-width: 750px) {
    .card-container {
    padding: 25px;
}
.card-img-top {
    width: 100% !important;
    margin: 0px !important;
}
}
  .title-logo {
    width: 300px;
    padding-bottom: 30px;
}
.navbar-brand {
    padding: 0px;

}