 /* Base styles */
    body {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      line-height: 1.5;
      margin: 0;
      background-color: #ffffff;
      text-align: center;
    }

    a {
      color: #000;
      text-decoration: none;
    }

    a:focus, a:hover {
      text-decoration: underline;
      outline: 2px solid #000080;
    }

    main, nav, footer {
      width: 95%;
      margin: 0 auto;
    }

    /* Top Banner */
    .top-banner-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #000080;
      color: #ffffff;
      font-family: 'Times New Roman', Times, serif;
      padding: 15px 20px;
      box-sizing: border-box;
      text-align: center;
    }

    .banner-main-row {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .banner-img {
      max-height: 80px;
      width: auto;
      height: auto;
    }

    .banner-subtext {
      margin-top: 10px;
      font-size: 20px;
      font-weight: bold;
      white-space: nowrap;
    }

    @media (max-width: 900px) {
      .banner-img {
        max-height: 60px;
      }
      .banner-subtext {
        font-size: 50px;
      }
    }

    /* Navigation */
    nav ul {
      list-style: none;
      padding: 0;
      margin: 10px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      background-color: #e6e4e4;
    }

    nav li {
      margin: 5px 10px;
    }

    nav a {
      font-size: 12px;
      display: block;
    }

    /* Main content */
    main {
      max-width: 900px;
      margin: 20px auto;
      text-align: left;
    }

    p {
      font-size: 14px;
      text-align: justify;
      margin: 0 0 20px 0;
    }

    /* Two-column sections */
    .two-columns {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      margin-top: 30px;
      text-align: left;
    }

    .two-columns section {
      flex: 1 1 300px;
      max-width: 400px;
    }

    .two-columns h2 {
      text-align: center;
      text-decoration: underline;
      font-size: 20px;
      margin-bottom: 10px;
    }

    ul.links {
      list-style: disc;
      margin-left: 20px;
    }

    /* Footer */
    footer {
      text-align: center;
      font-size: 12px;
      margin: 30px auto;
    }

    footer address {
      font-style: normal;
    }

    /* Focus outline ONLY — no scaling or animation */
    .banner-img:focus {
      outline: 2px solid #ffffff;
      outline-offset: 2px;
    }

    .auto-style5 {
      font-family: Arial, Helvetica, sans-serif;
    }

    /* Back button styling */
    .back-button {
      display: inline-block;
      margin: 20px 0;
      padding: 10px 15px;
      background-color: #000080;
      color: #ffffff;
      font-size: 14px;
      text-decoration: none;
      border-radius: 5px;
    }

    .back-button:hover,
    .back-button:focus {
      background-color: #0000b3;
      outline: 2px solid #ffffff;
    }
  .auto-style6 {
	  text-align: center;
  }
  .auto-style7 {
	  font-family: "Times New Roman", Times, serif;
	  font-weight: normal;
  }

  /*new styles 2026*/
  .APVContainer{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    height:100%
  }
  .APVLinkContainer{

    height:100%;
    display:flex;
    align-items: center;
    color:#ffffff;
    }
    
  .APVDisplay{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/James-Garfield.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height:1fr;
    grid-row: 1/span 3;
  }
  .APVLinkText{
    margin:0;
    padding:0;
  }
  .APVText{
    grid-column: 2/span 2;
    background-color: #ffffff;
    color:#000080;
  }
  .APVText p{
    text-align: center;
  }
  .APVBody{
    height:100vh;
  }

  /* link text background */

  #link1{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesHouse_tinted.jpg) ;
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;
  }
  #link1:hover{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesHouse.jpg) ;
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;    
    color:#000;
    text-shadow: 0px 0px 5px white;
  }

  #link2{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesMemorial_tinted.jpg) ;
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;
  }
  #link2:hover{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesMemorial.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;    
    color:#000;
    text-shadow: 0px 0px 5px white;
  }

  #link3{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesSpeech_tinted.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;
  }
  #link3:hover{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesSpeech.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;    
    color:#000;
    text-shadow: 0px 0px 5px white;
  }

  #link4{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesBio_tinted.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;
  }
    #link4:hover{
    background-image:url(https://clevelandlawlibrary.org/public/misc/virtual_display/images/JamesBio.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    text-decoration: none;
    list-style-type: none;    
    color:#000;
    text-shadow: 0px 0px 5px white;
  }

  .APVLinkContainer h2{
    margin:auto;
  }