
    html, body {
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; 
        min-height: 100vh;
        max-width: 100%;
        overflow-x: hidden;
        background-color: #F4F5FF;
        box-sizing: border-box;
    }
    
    p {
        width: 100%;
        left: 0px;
        font-size: 16px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: top;
        max-width: 550px;
        color: #727586;
        margin: 0px;
    }
    
    a:link {
        color: blue;
    }
    
    a:visited {
        color: blue;
    }
    
    hr.new2 {
        margin-left: 30px;
        margin-right: 30px;
        border-top: 1px dotted red;
    }
    
    a:hover {
        cursor: pointer;
        color: red;
        text-decoration: underline;
    }
    
    h1 {
        font-family: 'DM Sans', sans-serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: center;
        margin: 8px;
    }
    
    .navbar {
        border-width: 0; width: 100%; color: white; margin: 0; background: navy; padding-top:10px; padding-bottom:10px;
        table-layout: fixed;
        border-collapse: collapse;
    }      

    .title-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .site-title {
        font-size: clamp(18pt, 4vw, 48pt);
        font-weight: bold;
    }
    
    .tagline {
        font-size: clamp(10pt, 2vw, 20pt);
        margin-top: 5px;
        opacity: 0.8;
        font-family: 'DM Sans', sans-serif;
        font-style: italic;
    }

    .left-cell {
        width: 20%;
        min-width: 100px;
        text-align: left;
        vertical-align: middle;
    }

    .left-cell img {
        max-width: 100px;
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .left-cell-img {
        max-width: 100px;
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .center-cell {
        text-align: center;
        vertical-align: middle;
        font-size: 24px;                      /* fallback for older browsers */
        font-size: clamp(16pt, 4vw, 48pt); /* Responsive text with max 48pt */
    }

    .right-cell {
        width: 150px;
        vertical-align: middle;
        padding-right: 10px;
        text-align: center;
        align-content: center;
    }
    
    .right-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }    
    
    .topherkaler {
        margin-left: 10px; font-family: 'Georgia', serif; font-size: 24pt; cursor: pointer;
    }

    /* banner bar */
    .bannerbar {
        background: #dddddd; text-align: center; margin: 0; padding: 6px 0; width: 100%;
        box-sizing: border-box;
    }
                    
    .announcements {
        display: inline-block;     
        padding: 15px 25px 15px 25px;          
        font-family: Veranda;
        font-size: 12pt;
        font-weight: bold;
        border: 1px solid red;
        border-radius: 10px;
        text-align: center;
        background: lightblue;
    }

    .lastbookpanel {
        margin-left: 0px; padding-top: 40px; font-family: 'Georgia', serif; font-size: 14pt; width: 100%; background: rgb(20,20,20); color: white;
    }

    .graytoblack {
        background-image: linear-gradient(rgb(20,20,20), black); width: 100%; margin: 0px; height: 40px;
    }
    
    .blacktogray {
         background-image: linear-gradient(black, rgb(20,20,20)); width: 100%; margin: 0px; height: 40px;
    }
    
    .summarypanel {
        background: black; text-align: center; color: white; font-family: 'Georgia', serif; font-size: 12pt; margin: 0; width: 100%; padding-top: 0px;
    }
    
    .summaryimage {
        height: 250px; width: auto; margin-left: 40px;
    }
    
    .summarytextbox {
        vertical-align: middle; color:yellow; text-shadow: 2px 2px 2px black;
    }
    
    .summarytextlist {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin-top:40px; margin-bottom: 40px;
    }
    
    .seriescontainer {
        background: rgb(20,20,20); color:black; width: 100%; padding-bottom: 5px;
    }
    
    .seriespanel {
        text-align: left; position: relative; margin-top: 0px;
        padding-top:0px; color:black;
    }
    
    .detailspanel {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        max-width: 100%;
        overflow-x: hidden;
    }
            
    /* bullets in the mission area */
    .missionbullet {
        margin-top: 8px; 
        text-align: center; 
        font-family: Veranda; 
        font-size: 16pt; 
        margin-left: 20px; 
        margin-right: 20px;
    }


    .quotespanel {
        background: black; text-align: center; color: white; font-family: 'Georgia', serif; font-size: 12pt; 
        margin: 0px; width: 100%; padding-top: 40px; padding-bottom: 40px;
    }
            
    /* box for quotes */
    .quotesbox {
        margin: 20px; text-align: center;  font-family: Veranda; font-size: 14pt; font-style: italic; 
    }
    
    /* individual quotes */
    .quote {
        width:100%; margin-top:10px
    }
    
    .quoteimage {
        height: 250px; width: auto; margin-right: 40px;
    }
    
    .aboutpanel {
        text-align: center; color: white; font-family: 'Georgia', serif; 
        font-size: 12pt; margin: 0px; width: 100%; padding-top: 0px; padding-bottom:40px;
    }
    
    .aboutimage {
        vertical-align: middle; margin-left: 40px; margin-right: 40px; margin-top: 40px;  height: 300px;
    }
            
    /* about container */
    .aboutbox {
        margin-top: 20px; text-align: center; vertical-align: top; margin-right: 20px;
    }
    
    /* first item in the about box */
    .aboutitemfirst {
        font-family: Veranda; font-size: 14pt;     text-align: left; width:95%; margin-top:0px; margin-left:20px;
    }
    
    /* item in the about box */
    .aboutitem {
        font-family: Veranda; font-size: 14pt;     text-align: left; width:95%; margin-top:20px; margin-left:20px;
    }
    
    /* contacts list */
    .contacts {
        width:95%; margin-top:20px; margin-left:20px; font-family: Veranda; font-size: 12pt;
    }
    
    /* follows list */
    .follows {
        width:95%; margin-top:8px; margin-left:20px; font-family: Veranda; font-size: 12pt;
    }
            
    /* footer bar */
    .footer {
        justify-content: center; width: 100%; height: 40px; background-color: navy; color: white; font-size: 10pt; vertical-align: middle;
        background: navy;
    }

    
    /* simple table, no border */
    .simpletable {
        border-width:0px; width: 100%;
    }
    
    /* container after nav */
    .basecontent {
        text-align: left; position: relative; margin-top: 0px;
    }
            
    /* general content */
    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .highlightedBook {
        background: #CED2D7; border-radius: 10px 10px 10px 10px ; 
        margin-left: 40px; margin-right: 40px; border-width: 1px; border-color: red; border-style: solid; margin-bottom: 10px;
                          box-shadow: 4px 4px 8px 0px gray;

    }
    
    /* book series pictures */
    .seriespicture {
        cursor:pointer; height: 200px;
    }
    
    /* book picture container */
    .bookcontainer {
        margin-top: 10px; text-align: center; width: fit-content;
    }

    /* book pictures */            
    .bookpicture {
        width: 118px; margin-right:20px;
    }
    
    /* book description container */
    .bookdescriptioncontainer {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    /* first book description item */
    .bookdescriptionitemfirst {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    }
    
    /* all other book description items */
    .bookdescriptionitem  {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    }
    
    /* container for lsit of books */
    .booklistcontainer {
        border-width:0px; width: 100%
        display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;
    }
    
    .booklistrow {
        margin-top: 20px
    }
    .booklistpictireelement {
        vertical-align: top;
    }
    
    /* container for series tabs */
    .tabcontainer {
        margin-top: 20px; margin-left: 30px; margin-right:20px; text-align: left; width:100%; font-family: Veranda; font-size: 14pt; 
    }

    .link-container {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: 'DM Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        color: lightblue;
        margin-top: 8px;
        text-decoration: none;
    }
    .main-image {
        width: 100%;
        max-width: 650px;
        max-height: 406px;
        height: auto;
    }

    /* Dropdown Button */
    .dropbtn {
      border: none;
        font-size: 16px;
        font-family: 'DM Sans', sans-serif;
                    font-weight: 400;
                    letter-spacing: 0px;
                    text-align: center;
                    vertical-align: top;
                    max-width: 550px;
                    color: white;
                    margin: 0px;
    }
    
    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
                    cursor: pointer;
                    color: #673DE6;
                    text-decoration: underline;
    }
    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
      position: relative;
      display: inline-block;
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
          display: none;
          position: absolute;
          margin-left: -90px;
          background-color: gray;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
        font-size: 16px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 400;
        letter-spacing: 0px;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        
    }     
    
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}
        
    /* Style the tab */
    .tab {
      overflow: hidden;
      border: 1px solid #ccc;
      background-color: rgb(20,20,20); /* #f1f1f1; */
      margin-top: 20px;
    }
    
    /* Style the buttons that are used to open the tab content */
    .tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
    }
    
    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: #ddd;
    }
    
    /* Create an active/current tablink class */
    .tab button.active {
      background-color: #ccc;
    }
    
    /* Style the tab content */
    .tabcontent {
      display: none;
    }       
    
    .gradient-bar {
      width: 100%;
      height: 12px;
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
      );
    }
            
            
    @media screen and (max-width: 580px) and (min-width: 0px) {
        h1, p, .link-container {
            width: 80%;
        }
    }
    @media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) {
        .link-container {
            margin-top: 12px;
        }
        h1 {
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }
    