
body { font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2rem; padding: 0; margin: 0;
  }
        h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }

        h1 { height: 4rem; clear: both; font-size: 1.6rem;
            color: white; text-align: center; background-color: black;
            margin: 0; padding: 1.2rem 0 0 0;
        }
        
        h2 { margin: 0.4rem 0 0.4rem 0; width: 96%; height: 2rem; float: left; clear: both; font-size: 1.3rem; padding: 1rem 0 2rem 0; }
        
        h3 { margin: 0.4rem 0 0.4rem 0; width: 30%; height: 2rem; float: right; 
            clear: right; font-size: 1.3rem; text-align: right; border-left: 0px silver solid;}
        h4, h5, h6 { margin: 0 0 1rem 0; }
        .inv { display: none; }
      .info { font-size: inherit; }
      .clarification { color: inherit; font-weight: bold; }
      .nav { clear: both; height: 2rem; border-bottom: 1px gold dotted; padding: 0.5rem 0 0.2rem 0; margin: 0; }
      .nav a { padding: 0.5rem; font-size: 1.6rem; }
      main { clear: both; padding: 0.4rem; }
      footer { clear: both; margin: 4rem 0 2rem 0; color: gray; border-top: 1px dotted gray; }
      .server { clear: both; font-size: 0.8rem; color: silver; }
      div { margin: 0 0 1rem 0; padding: 0.5rem; clear: both; }
  .qrcode {
    margin: 0.4rem 0 1.6rem 0;
    padding: 0;
    width: 98%;
    height: 14rem;
    float: left;
    clear: right;
    font-size: 1.3rem;
    /*background-image: url('/qrcode_www.bislinks.com.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;*/
  }
  .qrcode img {
    width: 250px;
    height: 250px;
  }

.domain { color: red; font-size: 1.1rem; }

      div a { text-decoration: none; }
      div a:hover { text-decoration: underline; }

      .topnav {
    background-color: #333;
    overflow: hidden;
    }
    /* Style the links inside the navigation bar */
    .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    }

    /* Change the color of links on hover */
    .topnav a:hover {
    background-color: #ddd;
    color: black;
    }

    /* Add an active class to highlight the current page */
    .topnav a.active {
    background-color: #4CAF50;
    color: white;
    }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
    display: none;
    }
    .card {
        /* Add shadows to create the "card" effect */
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width:20rem;
        float:left;
        height:16rem;
        margin: 0.3rem;
        clear: right;
        line-height: 1.6rem;
    }
    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    /* Add some padding inside the card container */
    .container {
        padding: 2px 16px;
    }
    /* The Overlay (background) */
    .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }

    /* Position the content inside the overlay */
    .overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    }

    /* The navigation links inside the overlay */
    .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    }

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
    }

    /* Position the close button (top right corner) */
    .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    }

    /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
    @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
      .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
      }
    }

    .current-page {
        font-weight: bold;
        color: red;
    }

    .current-page a {
        color: red; 
    }

    .sponsor {
        clear: both;
        margin: 4rem 0 0 0;
    }

    article {
      margin: 1rem 0 2rem 0;
      padding: 0.5rem;
      clear: both;
    }

    article div {
      padding: 0 2rem 0 2rem;
      clear: both;
    }

    article h3 {
      margin: 0;
      padding: 0 0 1rem 1rem;
      float: left;
      clear: both;
      width: auto;
    }

    article aside {
      float: left;
      clear: both;
      font-size: 1rem;
      font-weight: bold;
      /* border-top: 1px dotted gray;*/
      padding: 0.1rem;
      width: 100%;
    }

    .president {
      font-size: 2rem;
      
    }

    article aside .author {
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0;
      padding: 0;
      float: left;
      clear: right;
      width: 49%;
    }

    article aside .dated {
      font-size: 1rem;
      font-weight: bold;
      margin: 0;
      padding: 0;
      float: right;
      clear: right;
      width: 49%;
      text-align: right;
    }