
html, body {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: rgb(0, 0, 0);
}

a:link {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.caption { 
  position: absolute;
  left: 0;
  top: 10%;
  min-width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  opacity: 0.6;
  color: #fff;
  padding: 18px;
  font-size: 50px;
  letter-spacing: 10px;
}

#installContainer {
  position: relative;
  bottom: 1em;
  display: flex;
  justify-content: center;
  width: 100%;
}

#installContainer button {
  background-color: inherit;
  border: 1px solid grey;
  font-size: 1em;
  padding: 0.75em;
  cursor: pointer;
} 

.block {
  display: block;
  width: 300px;
  height: 120px;
  border: none;
  cursor: pointer;
  text-align: center;
}


video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

div.overlay {
  opacity: .7;
  background-color: black;
  position: absolute;
  left: 0; top: 0; height: 100%; width: 100%;
}

/* Background IMG */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Background. Full height) */
.bgimg-1 {
  background-image: url("../img/14t.jpg");
  min-height: 800px;
}

/* Second image (Background. Full height) */
.bgimg-2 {
  background-image: url("../img/mall-background_w_728.jpeg"); 
  min-height: 100%;
}


.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}


/* Footer Bar with Fa Icons & vertical aligned text */

.icon-bar {
  width: 100%;
  background-color: rgb(39, 38, 38);
  overflow: auto;
  padding-bottom: 10px;
  z-index: 100;
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: lightgrey;
  font-size: 10px;
}

/* Add a hover effect */
.fa:hover {
  color: #4CAF50;
}
/* Add a hover effect */
.fab:hover {
  color: #4CAF50;
}
/* Add a hover effect */
.far:hover {
  color: #4CAF50;
}
/* Add a hover effect */
.fa-solid:hover {
  color: #4CAF50;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook-f {
  color: rgb(35, 103, 200);
  font-size: 24px;
}
/* Map marker */
.fa-map-marker {
  color: lightgrey;
  font-size: 24px;
}
/* Route */
.fa-route {
  color: lightgrey;
  font-size: 24px;
}
/* Instagram */
.fa-instagram {
  color: lightgrey;
  font-size: 24px;
}
/* Order Pizza */
.fa-pizza-slice {
  color: lightgrey;
  font-size: 24px;
}

/* Hamburger menu */
.fa-bars {
  color: lightgrey;
  font-size: 24px;
}
/* Money Bill */
.fa-money-bill-alt {
  color: rgb(34, 115, 229);
  font-size: 24px;
}
/* Mastercard */
.fa-cc-mastercard {
  color: rgb(113, 10, 204);
  font-size: 24px;
}
/* Visa */
.fa-cc-visa {
  color: rgb(210, 235, 17);
  font-size: 24px;
}
/* LinkedIn */
.fa-linkedin {
  color: rgb(35, 103, 200);
  font-size: 24px;
}

/* Piggy Bank */
.fa-piggy-bank {
  color: rgb(35, 103, 200);
  font-size: 40px;
}
/* Mobile phone */
.fa-app-store {
  color: rgb(35, 103, 200);
  font-size: 40px;
}
/* Rocket */
.fa-rocket {
  color: rgb(35, 103, 200);
  font-size: 40px;
}
/* Rocket */
.fa-user-shield {
  color: rgb(35, 103, 200);
  font-size: 40px;
}

/*fa-google */
.fa-google {
  color: rgb(35, 103, 200);
}

/* fa-handshake */
.fa-handshake {
  color: rgb(35, 103, 200);
}
/* fa-cloud-arrow-down */
.fa-cloud-arrow-down {
  color: rgb(35, 103, 200);
}
/* fa-android */
.fa-android {
  color: rgb(35, 103, 200);
}
/* fa-apple */
.fa-apple {
  color: rgb(35, 103, 200);
}


/* Icon Bar */
.fa-home {
  color: rgb(49, 146, 231);
  font-size: 24px;
}
.fa-user-helmet-safety {
  color: rgb(49, 146, 231);
  font-size: 24px;
}
.fa-calendar-days {
  color: rgb(49, 146, 231);
  font-size: 24px;
}
.fa-address-card {
  color: rgb(49, 146, 231);
  font-size: 24px;
}
.fa-phone-alt {
  color: rgb(49, 146, 231);
  font-size: 24px;
}



/* PWA Install Pop-ups */

.menu {
  display: none;
  position: fixed;
  background-color: #FFF;
  z-index: 101;
  overflow: scroll;
  transition: all 350ms ease;
  -webkit-overflow-scrolling: touch;
}
.menu-box-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  transform: translate3d(0, 110%, 0);
}
.menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}
/*Boxed Text*/
.boxed-text-xl, .boxed-text-l, .boxed-text-m, .boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boxed-text-xl {
  width: 90%;
  max-width: 340px;
}

.boxed-text-l {
  width: 85%;
  max-width: 300px;
}

.boxed-text-m {
  width: 80%;
  max-width: 300px;
}

.boxed-text-s {
  width: 70%;
  max-width: 260px;
}
/*Sticky Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-xs {
  border-radius: 5px !important;
}

.rounded-s {
  border-radius: 8px !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.rounded-m {
  border-radius: 15px !important;
}

.rounded-l {
  border-radius: 30px !important;
}

.rounded-xl {
  border-radius: 50px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.menu-box-bottom.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-hider.menu-active {
  transition: all 350ms ease;
  opacity: 1;
  pointer-events: all;
}

.menu-hider.menu-active.menu-active-clear {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu-active {
  opacity: 1 !important;
}

.menu-active-no-click {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all !important;
}