@font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff2') format('woff2'),
    url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  background: url('webshare_background.png');
}
#app {
  font-family: 'Louis Global 2', sans-serif;
}

.app-header .content {
  content: url('logo.png');
  width: 600px;
  height: auto;
  margin: 45px auto 0;
}

@media only screen and (max-width: 767px) {
  .app-header .content {
    width: 350px;
  }
}

.kiosk-background {
  background: url('kiosk_background_01.png') !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: top top !important;
  display: block;
}

.share-background {
  background: url('kiosk_background_02.png') !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: top top !important;
  display: block;
}

.kiosk .top {
  margin: 35px 0;
}

.kiosk .top .kiosk .top h1 {
  display: none;
}

.kiosk .top .kiosk-logo {
  width: 50%;

  height: auto;
  content: url('select_photo.png');
}

.policy,
.policy > * {
  color: lightgrey !important;
  margin-top: 15px !important;
}

.grid-card {
  margin: 0 40px !important;
}

.app-footer {
  padding: 0 0 20px;
}
