/* SPONSOR LOGOS START --
These styles relate to the sponsor logos
in the HTML for the 2023 Virginia Dementia
Capable Summit. */

.sponsor-logos {
    margin: 0px auto 1em auto;
    max-width: 100%;
    height: auto;
  }
  .sponsor-text-01 {
    text-align: center;
    margin: 1em 0px 0.5em 0px;
    font-size: 1.35em;
  }
  .sponsor-text-02 {
    text-align: center;
    margin: 2.5em 0px 0.5em 0px;
    font-size: 1.35em;
  }
  @media (min-width: 768px) {
    .sponsor-logo-group {
      display: flex;
      justify-content: center;
    }
    .sponsor-logos {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
    }
  } 
  
  /* SPONSOR LOGOS END */
  
  
  /* BOTTONS FOR SLIDES FOR VIDEOS START --
  These styles relate to the buttons to download
  the slide presenations in the HTML for the
  2023 Virginia Dementia Capable Summit video presentations. */
  
  .btn-downloads {
    /* background-color: rgba(214, 213, 184, .5); */
    background-color: rgba(6, 92, 105, .80);
    /* background-color: #208383; */
    /* background-color: rgba(0, 0, 0, .1); */
    margin: 7px auto 0px auto;
    padding: 6px 25px 4px 25px;
    /* color: rgba(0, 0, 0, 1); */
    color: white;
    border-radius: 25px;
    border-style: none;
    white-space: initial;
    font-size: 1.20em;
    /* font-weight: 600; */
  }
  .btn-downloads:hover {
    /* background-color: rgba(214, 213, 184, 1); */
    /* background-color: rgba(0, 0, 0, .2); */
    background-color: rgba(6, 92, 105, 1);
    /* color: rgba(0, 0, 0, 1); */
    color: white;
  }
  .btn-downloads:active {
    /* background-color: rgba(214, 213, 184, 1); */
    /* background-color: rgba(0, 0, 0, .2); */
    background-color: rgba(6, 92, 105, 1);
    color: white;
  }
  .btn-downloads:focus {
    /* background-color: rgba(214, 213, 184, 1); */
    /* background-color: rgba(0, 0, 0, .2); */
    background-color: rgba(6, 92, 105, 1);
    color: white;
  }
  
  @media (max-width: 768px) {
    .btn-downloads {
      font-size: 1.20em;
    }
  }
  
  /* BOTTONS FOR SLIDES FOR VIDEOS END */
  
  /* DEMENTIA CAPAPLE LOGO START */
  .dementia-capable-logo {
    width: 100%;
  }
  
  @media (min-width: 450px) {
    .dementia-capable-logo {
      max-width: 400px;
    }
  }
  
  @media (min-width: 768px) {
    .dementia-capable-logo {
      width: 400px;
    }
  }
  /* DEMENTIA CAPAPLE LOGO END */
  
  /* VIDEO PICTURES START */
  .vid-pic {
    margin-bottom: 1em !important;
  }
  .vid-col {
    margin-bottom: 3em;
  }
  /* VIDEO PICTURES END */