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


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

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

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

main, .blindinfo {
    display: block;
    padding: 2rem 2.5rem;
}

.split, .blind-types, .hunting-areas {
    width: 100%;
}

main h1 {
    display: flex;
    justify-content: center;
}

main h2 {
    padding-top: .5rem;
}

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: 160px;
    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: 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;
  }

  main ul li {
    padding: .8rem 0rem 0rem 3rem;
    font-size: medium;
}