header ul li a{
    font-size: .5rem;
}

header {
    padding: 1rem 0rem 0rem;
  }

.dropbtn {
    font-size: .5rem;
  }

  header .info {
    padding-right: 5rem;
    color:  darkgray;
    padding: 0 2rem;
}

header ul, footer ul {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    list-style-type: none;
    background-color: hsl(0, 0%, 17%);
    padding: .5rem .5rem;
  }
  
  header ul {
  box-shadow: 2px 2px 2px 5px darkgray;
}

header img {
  padding-bottom: 1rem;
}

header ul li a:hover{
    color: hsl(0, 100%, 25%);
    text-decoration: overline;
    text-decoration-thickness: 2px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    font-size: x-small;
  }
  
  .dropdown-content a:hover {
      background-color: lightgray
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    color: hsl(0, 100%, 25%);
    text-decoration: overline;
    text-decoration-thickness: 2px;
  }

  .slideshow-container {
    max-height: 25vh;
  }

  .dots {
    margin-top: .5rem;
  }

  main {
    background-color: hsl(0, 0%, 45%);
    padding: 2rem 2rem;
}

  main p {
    margin: 1rem 0rem;
    font-size: .8rem;
}

  .HCOweb img {
    padding-top: 15%;
  }

  .store {
    margin-top: 1rem;
  }

  .store img {
    width: 100%;
  }

  .store p {
    font-size: 8px;
    padding: 0;
  }

  .Adam h1, .Hunter h1 {
    text-align: center;
    font-size: 1.5rem;
}

.contact {
    padding: 1rem 1rem;
}

  .Adam .person-info li, .Hunter .person-info li{
    padding: .5rem;
    font-size: small;
}

.Hunter img, .Adam img {
  width: 40%;
}

.Hunter img{
  width: 30%;
}

footer ul {
  gap: .7rem;
}

  footer ul li a {
    font-size: .4rem;
  }

  footer .dropbtn {
    font-size: .4rem;
  }

  footer .contact {
    display: block;
  }
  
  .call ul, .mail ul, .email ul{
    width: 100%;
    display: block;
  }
