@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Parisienne&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(to bottom, rgb(0 0 0 / 40%) 0%,rgb(0 0 0 / 40%) 100%), url(https://deliverit-vhosts.s3-ap-southeast-2.amazonaws.com/localserves.co.nz/foxtonfish/images/bg.jpg) !important;
  background-position: top !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  font-family: 'Oswald', sans-serif;
}

div#logoContainer {
  background: #fff0;
  padding: 20px 0px 20px 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}

img#logo {
  display: flex;
  justify-content: center;
  width: 200px;
  margin-left: auto !important;
  margin-right: auto !important;
  animation: zoom-in-zoom-out 2s ease-out;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* header */

section#header {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

section#header h1 {
  font-size: 50px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #f3f3f3;
  padding: 10px 30px 10px 30px;
  /*   box-shadow: 0 0 20px #ffffff78; */
  -webkit-text-stroke: 0.5px #111;
  text-shadow: 0 3px 3px rgb(0 0 0 / 60%);
}

/* store css */

.box-store {
  background: #111111b8;
  /*   border: 1px solid #222; */
  margin: 10px;
  padding: 20px 50px 20px 50px;
  border-radius: 2px;
  flex: 0 0 32.5%;
  box-shadow: 0 0 20px #ffffff78;
}

div#list-store {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  padding: 10px 70px 10px 70px;
  
}

.storeDetailContainer {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center;
  margin: 20px !important;
}

.store-name h2 {
  text-transform: uppercase;
  color: #f3f3f3;
  font-family: 'Poppins', sans-serif;
  font-weight: 800 !important;
}

.store-details {
  color: #f3f3f3 !important;
  font-size: 14px;
  font-weight: 500 !important;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.store-button {
  display: flex;
  flex-direction: row;
}

.menu-btn, .order-btn {
  color: #f3f3f3;
  background: #fff0;
  border: 1px solid #f3f3f3;
  margin: 10px 3px 3px 3px;
  padding: 10px 100px 10px 100px;
  text-transform: uppercase;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  font-weight: 500 !important;
}

.menu-btn:hover, .order-btn:hover {
  background: #f3f3f3;
  color: #111;
  border: 1px solid #831517;
}

/* app */
.app {
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  margin-bottom: 300px;
  display: none
}

p.dlapp {
  color: #232021;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}

 .app img {
     width: 146px;
     border-radius: 10px !important;
}
img#playstore {
    border: 1px solid #ffffff78;
}

img#playstoreitunes {
     width: 135px;     
}

span.coming-soon {
    text-transform: uppercase;
    color: #f3f3f3;
    font-family: 'Poppins', sans-serif;
    font-weight: 800 !important;
    margin-top: 20px;
    font-size: 20px !important;
}

/* footer */

.footer-h1{
    color: #f3f3f3;
    text-align: center;
    font-size: 25px;
    text-transform: inherit;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    color: #f3f3f3 !important;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
.footer {
/*     position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #111;
    color: #f3f3f3;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
#footer-ofe strong {
    color: #f3f3f3 !important;
    margin-top: 7px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

div#footer-ofe {
    display: flex;
    flex-direction: row;
    justify-content: center;  
}

/* MEDIA QUERIES */

@media(max-width: 1920px) {
  div#list-store {
    padding-bottom: 500px;
  }
}

@media(max-width: 1792px) {
}

@media(max-width: 1660px) {
}

@media(max-width: 1600px) {
}

@media(max-width: 1440px) {
}

@media(max-width: 1400px) {
}

@media(max-width: 1366px) {
}

@media(max-width: 1280px) {
}

@media(max-width: 1152px) {
}

@media(max-width: 1024px) {
  div#list-store {
    padding-bottom: 630px;
  }
  .box-store {
    flex: 0 0 50%;
  }
}

@media(max-width: 768px) {
  .box-store {
    flex: 0 0 70%;
  }
}

@media(max-width: 480px) {
  section#header h1 {
    font-size: 30px;
  }
  .box-store {
    padding: 0px;
    flex: 0 0 140% !important;
  }
  
}




/* @media(max-width: 1920px) {
}

@media(max-width: 1792px) {
}

@media(max-width: 1660px) {
}

@media(max-width: 1600px) {
}

@media(max-width: 1440px) {
}

@media(max-width: 1400px) {
}

@media(max-width: 1366px) {
}

@media(max-width: 1280px) {
}

@media(max-width: 1152px) {
}

@media(max-width: 1024px) {
}

@media(max-width: 768px) {
}

@media(max-width: 480px) {
} */  