/* Modern Blue & White Button Styles */
.archives-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 22px;
    background: linear-gradient(to right, #001F5B, #00217a);
    color: white !important; 
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
    border: none; 
    cursor: pointer; 
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
    transition: all 0.4s ease;
    margin-top: 10px;
}

/*.archives-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: white;
    transition: all 0.4s ease;
    z-index: -1;
}*/

.archives-button:hover {
    color: white;
    transform: translateY(-5px);
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(52, 152, 219, 0.4);
} 

.archives-button:hover::before {
    width: 100%;
}

a[href="https://whitman.libcal.com/appointments/archives-appointment"] {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 22px;
    background: linear-gradient(to right, #001F5B, #00217a);
    color: white !important; /* Ensure text stays white */
    font-size: 1rem;
    font-weight: 500; /* Increased from 300 for better readability */
    text-decoration: none;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
    border: none; /* Remove default button border */
    cursor: pointer; /* Add pointer cursor */
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
    transition: all 0.4s ease;
    margin-top: 10px;
}

a[href="https://whitman.libcal.com/appointments/archives-appointment"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: white;
    transition: all 0.4s ease;
    z-index: -1;
}

/* SPECIFIC HOVER RULES AFTER a:hover */
a[href="https://whitman.libcal.com/appointments/archives-appointment"]:hover {
    color: #001F5B !important; /* Force dark blue text on hover */
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(52, 152, 219, 0.4);
}

a[href="https://whitman.libcal.com/appointments/archives-appointment"]:hover::before {
    width: 100%;
}

#announcement {
      background-color: #f8f9fa;
      border-radius: 1px;
      padding: 2px;
      margin: 0 auto 3px;
      text-align: center;
      max-width: 800px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      border-left: 1px solid #001F5B;
    }
    
    #announcement p {
      margin: 0 0 1.2px 0;
      line-height: 2;
    }
    
    .hours-highlight {
      padding: 1px 1px;
      border-radius: 1px;
      margin: 1px 0;
      font-weight: bold;
      font-size: 1rem;
    }
    
    .appointment-container {
      margin-top: 2px;
    }
    
    .appointment-container p {
      margin-bottom: 12px;
      font-weight: 100;
    }

    :root {
      --primary: #001F5B;
      --secondary: #8C1D40;
      --accent: #00A3E0;
      --light: #F8F9FA;
      --dark: #212529;
      --gray: #6C757D;
    }
    
    * {
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Poppins', sans-serif;
      color: var(--dark);
      background-color: var(--light);
      line-height: 1.6;
      margin: 0;
      padding: 0;
      visibility: visible;
      opacity: 1;
    }
    
    a {
      text-decoration: none;
      color: var(--primary);
      transition: all 0.3s ease;
    }
    
    a:hover {
      color: var(--secondary);
    }
    

//*.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
 /*background-color: #fff;*/
//*  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*//

.archive_staff table{
  table-layout: auto;
}
.archive_staff td{
  border: none;
}
.archive_staff td:first-child {
  max-width: 4rem;
}

.btn, .searchquery{
    margin-top: 1em;
    font-size: 1rem;
    border-radius: 0.33em;
    font-family: inherit;
    background: #001F5B;
    color: #fefefe;
    padding: 0.75rem;
    border: 0;
}
.center{
  text-align: center;
}
.no-up-margin{
    margin-top: 0;
}
#homepage-main-and-footer{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-image: url('/archives/images/banner.jpg');
}
.second-section-main{
  background-color: #fff;
  padding: 1rem 0.5rem 1rem 1rem;
}
.splash-title{
  background-color: rgba(255, 255, 255, 0.8); /* home page background transpancy */
  padding: 1rem 2rem;
  max-width: 40rem;
  margin: 6rem auto 2rem auto;
  text-align: center;
}

.pull-left{
  width:50%;
  float: left;
}
.pull-right{
  width: 50%;
  float: right;
}
.nobackground{
  background: none;
}

#radioscope{
  border: none;
  width:100%;
}

#announcement {
    padding: 1rem 2rem;
    max-width: 40rem;
    margin: 1rem auto;
    min-height: 2rem;
}

#announcement:not(:empty){
  background-color: rgba(255, 255, 255, 0.8); /* home page background transpancy */
}

/* just boxes */

.card {
  position: relative;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  padding:1rem;
  margin: 0 0.5rem 1rem 0;
  height: 25rem;
  overflow: hidden;
}
.jacket-title{
  border-radius: 0 0 2px 2px;
  padding:1rem;
  width:100%;
  bottom:0;
  position:absolute;
  background:rgba(255,255,255,0.93);
}

/* Media queries */
@media screen and (min-width: 80rem) and (max-width: 90rem) {
  .card {
    height: 27rem;
    padding:0.3rem;
  }
  .bootstrap-wrapper .col-1, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col, .bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm, .bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md, .bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg, .bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl, .bootstrap-wrapper .col-xl-auto{
    padding-left: 0;
    padding-right: 0;
  }
  .reference-picture {
    display: none;
  }
  p{
     margin-top: 0;
   }
  }
      color: var(--secondary);
    }
    
