body {
  font-family: "Open Sans";
}

#header, #footer {
  height: 10vh;
}

#content, #map {
  height: 80vh;
}

#map {
  width: 100%;
}

#header {
  background-image: url("https://149998810.v2.pressablecdn.com/wp-content/uploads/2018/05/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25%;
}
#header h1 {
  font-weight: bold;
}

.btn-primary {
  background: #005e85;
}

.btn-secondary {
  background: #6a9f03;
}

.view-home {
  position: relative;
}
.view-home #kiosk-app {
  position: absolute;
  top: 0;
  z-index: 99;
}

.home-links a {
  color: #000;
  font-weight: 800;
  font-size: 1.3rem;
}

#simple-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-overlay {
  color: white;
}
.content-overlay h1 {
  font-weight: 800;
  font-size: 4rem;
}
.content-overlay p {
  font-weight: 400;
  font-size: 2rem;
}
.content-overlay h1, .content-overlay p {
  text-shadow: 1px 1px 3px #000;
}
.content-overlay .btn-lg {
  border: none;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.content-overlay .btn-lg svg {
  height: 2rem;
  width: auto;
}

#links {
  border-radius: 10px;
}
#links li {
  margin: 5px;
}
#links a {
  color: #000;
  font-size: 1.5rem;
  background: #dee2e6;
}
#links.home-links a {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.7);
}

#links.w-bgs .nav-item {
  background-size: cover;
  border-radius: 10px;
}
#links.w-bgs a {
  color: white;
  font-weight: bold;
  font-size: 2rem;
  text-shadow: 1px 1px 3px #000;
  padding: 8rem 0;
  background: none;
  border-radius: 10px;
}

.marker-list {
  height: 100%;
  background: #f4f7f8;
}

.marker {
  border-bottom: 1px solid #ccc;
}
.marker h4 {
  font-size: 1rem;
  font-weight: bold;
}
.marker p {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.marker.highlighted {
  background-color: #f9f78b;
}

.location {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
}

.link-grid .col {
  height: 30vh;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.link-grid a {
  font-weight: 800;
  color: white;
  background: linear-gradient(0deg, rgb(0, 94, 133) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  text-shadow: 1px 1px 3px #000;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.link-grid a strong {
  display: block;
  margin-top: 20vh;
}

.screen-hide {
  display: none;
}

@media print {
  .screen-hide {
    display: inherit;
  }
  #header, #footer, #content {
    display: none;
  }
  h1 {
    font-size: 20pt;
    margin-right: 0.25in;
  }
  img {
    max-width: 100%;
    height: auto;
    margin: 0 5%;
  }
  th {
    text-align: center;
    text-transform: uppercase;
  }
  .qr {
    text-align: center;
  }
  .qr img {
    width: 1in;
    height: 1in;
    margin: 0.125in;
  }
  .it-item {
    border-bottom: 1px solid #7f7f7f;
  }
}
@media (max-width: 768px) {
  #header, #footer, #content {
    height: auto;
  }
  #header {
    padding: 10px 0;
    background: #dee2e6;
  }
  #header .col-8 {
    order: 3;
    width: 100%;
  }
  #header .col-2, #header .col-6 {
    width: 50%;
    order: 1;
  }
  #header .col-2:nth-child(3), #header .col-6:nth-child(3) {
    order: 2;
  }
  #header h1 {
    margin: 20px 0;
  }
  .content-overlay h1 {
    font-size: 2rem;
  }
  .content-overlay p {
    font-size: 1.2rem;
  }
  .content-overlay .btn-lg {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem !important;
  }
  .content-overlay #links.home-links li {
    margin: 0;
    padding: 5px;
    flex: 1 0 50%;
  }
  .content-overlay #links.home-links li a {
    font-size: 1rem;
  }
  .link-grid .col {
    flex: none;
  }
  #map-wrapper {
    margin-top: 12px;
  }
}/*# sourceMappingURL=kiosk.css.map */