:root {  /* COLOR PALETTE */
  --color0: #ffffff; /* white */
  --color1: #000000; /* blackish */
  --color2: #f5f0df; /* beige */
  --color3: #e2dbc8; /* beige 2 */ 
  --color4: #70793da4; /* green */
}

html {
    width: 100%;
    margin: auto;
}

html * {
    font-family: 'Quicksand', sans-serif;
}

body {
    background-color: hsl(0, 0%, 100%);
    background-image: linear-gradient(-45deg, var(--color2), var(--color3));
    font-family: system-ui, sans-serif;
    color: hsl(230, 7%, 23%);
    font-size: 1rem;
}

.maxWidth1000 {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

ol, ul, menu {
    list-style: none;
}

h1, h2, h3, h4 {
    text-align: center;
}

    h1 {
        font-size: 2.0736rem;
    }
    
    h2 {
        font-size: 1.728rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.2rem;
    }

.overlay-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.overlay-table td {
  width: 80%;
}

.overlay-table td+td {
  width: auto;
}

.no-results {
  
  font-size: 3vh;
  text-align: left;
  font-weight: bold;
}

.header {
    text-align: center;
    overflow: hidden;
}

  .header table {
    width: 100%;
  }

  .header td {
    box-sizing: border-box;
    font-size: 1vw;
  }

  .header img {
    max-width: 100%;
    height: auto;
  }

  .header a {
      text-decoration: none;
      font-size: 1.5em;
      color: inherit;
      box-shadow: inset 0 0 0 0 #e2dbc5;
      margin: 0 -.44rem;
      padding: 0 .44rem;
      transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  }

  .header a:hover {
    font-size: 1.3em;
    box-shadow: inset 130px 0 0 0 #a9916b;
    color: white;
    font-weight: bold;
    border-radius: 2px;
  }

fieldset {
  border: 1px solid #d3be9b;
}

.filter-box {
  border: 1px solid #d3be9b;
}

.admin-box {
  margin: 0 auto;
}

.providers ul, .administration ul, .btnWrap ul {
    margin: auto; 
    display: inline-flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.providers li, .administration li, .btnWrap li {
    display: inline-flex;
    margin: 8px;
    position: relative;
    box-sizing: border-box;
    width: 23%;
    height: auto;
}

.filterWrap {
    display: inline-flex;
    margin: auto;
    margin-left: -38px;
}
    .filterWrap li {
      margin: auto;
      display: inline-flex;
      padding: 2px;
    }

.filterWrapSpecialty, .filterWrapGender, .filterWrapDelivery {
  margin-bottom: -25px;
}

.tile {
    margin: auto;
    position: relative; 
    max-width: 210px;
}
    .tile img {
        border-top-left-radius: 5%;
        border-top-right-radius: 5%;
        width: 100%;
    }

    .tile:hover .tileOverlay {
        background: #d6cbb7;
        -webkit-box-shadow:inset 0px 0px 0px 2px white;
        -moz-box-shadow:inset 0px 0px 0px 2px white;
        box-shadow:inset 0px 0px 0px 2px white;
    }

    .tile:hover .tileText * {
        color: black;
    }

    .tile:hover .tileText2 {
        display: block;
    }

.tileOverlay {
    position: absolute; 
    margin: 0 auto;
    background: rgba(57, 57, 57, 0.4);
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 46px;
    transition: all .4s ease-out;
}
    .tileOverlay h3 {
        display: block;
        margin: 0 auto;
        color: white;
        text-align: center;
        font-size: 1rem;
        }

    .tileOverlay p {
        margin: 0 auto;
        color: white;
        text-align: center;
    }

.tileText {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: .3rem;
}

.tileText2 {
    font-size: .75rem;
}

.footer {
    width: 100%;
    padding: 4px;
    text-align: center;
    background-color: #d6cbb7;
}

    .footer ul {
        list-style-type: none;
    }

    .footer li {
        display: inline;
        padding: 8%;
    }

    .footer a {
      text-decoration: none;
      font-size: 1.2em;
      color: inherit;
      box-shadow: inset 0 0 0 0 #e2dbc5;
      margin: 0 -.5rem;
      padding: 0 .5rem;
      transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    }

    .footer a:hover {
      box-shadow: inset 150px 0 0 0 #a9916b;
      color: white;
      font-weight: bold;
      border-radius: 2px;
    }

.bio {
   display: none;
}

.bio-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.4);
    z-index: 2;
}

.bio-overlay-content {
    width: 90vh;
    max-width: 96%;
    height: 90vh;
    max-height: 90%;
    margin: auto;
    margin-top: 2%;
    background-color: white;
    border-radius: 8px;
    padding: 2%;
    overflow-y: scroll;
}

#close-bio-overlay {
    float: right;
    padding: 10px;
    border-radius: 3px;
}

.bio-overlay-vector {

}

.bio-overlay-vector img {
  float: left;
  margin: 8px;
}

/* Checkbox styling: */

.checkli {
  cursor: pointer;
  text-align: center;
}

.checkli .custom-checkbox {
  display: inline-block;
  width: 100%;
  padding: 3px 6px 3px 6px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #e6e6e6;
  font-size: 1.1em;
  vertical-align: middle;
}

.checkli .custom-checkbox.checked {
  background-color: rgb(71, 71, 71);
  color: white; 
  font-weight: bold;
}

/* -------------------------------- 
-------------------------------- */
  
  button, input, textarea, select {
    border-radius: 2px;
    color: inherit;
    line-height: inherit;
  }
  
  textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* variables */
  :root {
    /* spacing */
    --fe6-space-4xs: 0.125rem;
    --fe6-space-3xs: 0.25rem;
    --fe6-space-2xs: 0.375rem;
    --fe6-space-sm: 0.75rem;
    --fe6-space-md: 1.25rem;
  
    /* typography */
    --fe6-text-sm: 1.75rem;
    --fe6-text-md: 1.2rem;
  }
  
  .fe6-margin-top-md {
    margin-top: var(--fe6-space-md);
  }
  
  .fe6-radius-md {
    border-radius: 0.25em;
  }
  
  .fe6-padding-x-3xs {
    padding-left: var(--fe6-space-3xs);
    padding-right: var(--fe6-space-3xs);
  }
  
  .fe6-justify-center {
    justify-content: center;
  }
  
  .fe6-flex-wrap {
    flex-wrap: wrap;
  }
  
  .fe6-gap-2xs {
    gap: var(--fe6-space-2xs);
  }
  
  .fe6-flex {
    display: flex;
  }
  
  .fe6-padding-sm {
    padding: var(--fe6-space-sm);
  }
  
  .fe6-flex-center {
    justify-content: center;
    align-items: center;
  }
  
  .fe6-height-4xl {
    height: 16rem;
  }
  
  .fe6-gap-sm {
    gap: var(--fe6-space-sm);
  }
  
  .fe6-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  
  .fe6-grid > * {
    min-width: 0;
    grid-column-end: span 12;
  }
  
  .fe6-items-center {
    align-items: center;
  }
  
  .fe6-gap-md {
    gap: var(--fe6-space-md);
  }
  
  .fe6-margin-bottom-md {
    margin-bottom: var(--fe6-space-md);
  }
  
  .fe6-bg-opacity-70\% {
    --fe6-bg-o: 0.7;
  }
  
  .fe6-hide {
    display: none !important;
  }
  
  

  
