
/* .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;
} */
h1 {
    text-align: center;
    color: #eaf0f6;
    margin: 40px;
    padding-top: 30px;
}
body {
    background-color: black;
    overflow: auto !important;
    overflow-y: scroll !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.card-body {
    text-align: center;
}
.title {
    /* background-color: rgba(255,0, 0, 0.8); */
    padding-top: 10px;
}
.title p {
    padding: 0px 15px 40px 15px
}
.title h2 {
    margin-left: 30px;
}
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) {
    .container.news{
    background-image: url(./local/web-img-1-min.jpg);
    /* min-height: 300px    ; */
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow:scroll !important;
    margin-top: 60px;
}
.container {
    margin-top: 60px;
}
.footer-addr {
    width: 260px;
}
}
@media only screen and (min-width: 451px) {

.container.news{
    background-image: url(./local/web-img-1-min.jpg);
    min-height: auto;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 55px;
}
.container {
    margin-top: 55px;
}
}
.header-container {
    background: rgba(0,0,0, 0.4);
    min-height: 500px;
    color: white;
}
.header-text {
    text-align: center;
    padding: 150px 0;
}
.header-text div {
    padding: 20px 0;
}
.header-text div button {
width: 130px;
padding: 10px 0
}
.header-text button {
    background-color: rgba(255,0, 0);
    border: rgba(255,0, 0) ;
    color: white;
}
.footer-icons a {
    color: inherit;
    text-decoration: none;
}
#navbarNav {
    justify-content: right;
}
.card {
    margin: 10px auto;
    border: 1px solid #eaf0f6;
    background-color: rgba(255,255,255, 0.6);
    width: 25rem;
}
.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-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;
}
.navbar-brand {
    padding: 0px;

}
.card-text {
    font-size: larger;
}


  }