        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
        }

        /* Header */
        #header {
            width: 100%;
            background-color: #162E51;
            color: white;
            padding: 15px 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }


        #header2 {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .header {
            color: white;
            text-decoration: none;
            font-size: 18px;
            white-space: nowrap;
        }

        .header2 {
            color: lightgray;
            font-size: 18px;
        }

        /* Navigation Bar */
        #info {
            background-color: #2e2e2a;
            border-top: 3px solid #ffbe2e;
            padding: 10px 15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
        }

        #info2 {
            margin: 0;
        }

        .nav-item {
            position: relative;
        }

        .nav-link {
            display: block;
            padding: 16px 18px;
            color: white;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            white-space: nowrap;
        }

        /* Dropdown */
        .dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 240px;
            background: white;
            box-shadow: 0 8px 16px rgba(0,0,0,0.3);
            z-index: 1000;
            padding: 8px 0;
        }

        .nav-item:hover .dropdown-content {
            display: block;
        }

        .dropdown-item {
            display: block;
            color: #0064a8;
            padding: 12px 24px;
            text-decoration: none;
            font-size: 17px;
        }

        .dropdown-item:hover {
            background: #f0f0f0;
        }

        /* Directory */
        #directory {

          
            width: 77%;
            float: right;
        }

        .directory {
            text-decoration: none;
            color: #0064a8;
          
        }

        .directory:hover {
            text-decoration: underline;
        }

        /* Mobile Adjustments */
        @media (max-width: 900px) {
            #header {
                padding: 12px 15px;
            }
            #header img {
                height: 90px;
            }
            .header, .header2 {
                font-size: 16px;
            }
            .nav-link {
                padding: 14px 16px;
                font-size: 17px;
            }
        }

        @media (max-width: 600px) {
            #info {
                padding: 8px 10px;
            }
            .nav-link {
                font-size: 16px;
                padding: 12px 14px;
            }
            #directory {
                font-size: 16px;
            }
        }

#fix1 {
  background-color: #f0f0f0;
  width: 100%; 
  height: 54px;
             background-color: #f0f0f0;
            padding: 14px 20px;
            font-size: 18px;
            border-bottom: 3px solid #e6e6e6;
}

#fix2 {
  height: 150px;
  width: 100%;
  background-color: white;
  margin-top: 30px;
}

#grim {
  color: #162e51;
  font-size: x-large;

  width: 77%;
  float: right;
}

#fix3 {
  background-color: #ecf1f7;
  width: 100%;
  height: 300px;
  overflow-y: auto;

  overflow-wrap: break-word;
}

#fix3b {
  width: 23%;
  float: left;
  height: 300px;
    margin-top: 30px;
}

#privacy {
  color: #162e51;
  font-size: large;
height: 300px;
  width: 50%;
float: left;
    margin-top: 30px;
}


#information {
  height: 350px;
  width: 100%;
  background-color: white;
  margin-top: 30px;
    overflow-y: auto;

  overflow-wrap: break-word;
}

#transparency_act {
  font-size: large;
    margin-top: 30px;
        font-family: "Public Sans Web";
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    width: 77%;
    float: right;
}

#size {
    width: 65%;
}



.epstein-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Source Sans Pro', system-ui, -apple-system, sans-serif;
    background-color: white;
  }

  .epstein-card {
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 32px;
    margin-bottom: 32px;
    position: relative;
  }

  .epstein-card h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #003366;
    margin: 0 0 12px 0;
    line-height: 1.3;
  }

  .epstein-card p {
    font-size: 1rem;
    color: #444;
    margin: 0 0 24px 0;
  }

  .epstein-btn {
    display: inline-block;
    background: #003366;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
  }

  .epstein-btn:hover {
    background: #002244;
  }

  .epstein-btn-external::after {
    content: " ↗";
    margin-left: 4px;
  }

  .epstein-note {
    font-size: 0.95rem;
    color: #555;
    margin-top: 24px;
  }

  #contact {
   border-top: 3px solid #ffbe2e; 
   background-color: #2e2e2a;
   height: 300px;
   width: 100%;
   text-align: center;
   padding-top: 50px;
     overflow-y: auto;
color: white;
  overflow-wrap: break-word;
  }


.yup {
    text-decoration: none;
}

        .yup:hover {
            text-decoration: underline;
            color: purple;
        }




/* #catalog {
    background-color: #f6f6f2;
    height: 300px;
      margin-top: 30px;
        width: 100%;
}

#catalogs {
          overflow-y: auto;
  font-size: large;
  overflow-wrap: break-word;
    margin-top: 30px;
        font-family: "Public Sans Web";
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    width: 77%;
    float: right;
} */

#catalog {
    background-color: #f6f6f2;
    margin-top: 30px;
    width: 100%;
    padding: 30px 20px 50px;
    overflow: hidden;          
}

#catalogs {
    width: 77%;
    float: right;
    font-size: large;
    font-family: "Public Sans Web";
    font-weight: 300;
    padding-bottom: 30px;
}



.tab-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 25px;
    margin-top: 15px;
    overflow-y: auto;
    max-height: 480px;     
    min-height: 380px;
    width: 70%;
}


.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0 20px 0;
    border-bottom: 2px solid #ddd;
}

.tab-button {
    padding: 12px 20px;
    background: #f5f5f5;
    border: none;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #162e51;
}

.tab-button:hover {
    background: #eaeaea;
}

.tab-button.active {
    background: #162e51;
    color: white;
    border-bottom: 3px solid #ffbe2e;
}



#catalogs {
    width: 77%;
    float: right;
    padding-bottom: 40px;
}

@media (max-width: 900px) {
    #catalogs, #grim, #transparency_act, #directory {
        width: 100% !important;
        float: none !important;
    }
    
    .tab-content {
        max-height: 420px;    
    }
}