       <style type="text/css">
         .he {font-family: "Avenir Next"; }
         .he {color: #000; }
         .he1 { font-family: "Avenir Next"; }
         .he1 { color: #000; }
         .he2 { font-family: "Avenir Next"; }
         .he2 { color: #000; }
         .he3 { font-family: "Avenir Next"; }
         .he3 { color: #000; margin: 10px 50px 0px 50px; }

         body {
           padding-top: 50px; 
         }
         .top-nav-bar {
            position: fixed; /* Stays at top on scroll */
            top: 0;
            left: 0;
            right: 0;
            background: #000;
            display: flex;
            justify-content: left;
            z-index: 1000;
            padding: 2px 0;
            align-items: center;
            margin: 0;
            height: 50px;
        }
        .nav-item {
           margin: 0 5px;
           padding: 8px 12px;
           white-space: normal;
           max-width: 180px;
           flex-shrink: 1;
           line-height: 1.3;
        }

        .nav-item a {
          text-decoration: none;
          color: #ccc; /* White text on black background */
          font-weight: bold;
        }
        .nav-item a:hover {
          color: white;
        }
       .logo-section {
           flex-shrink: 0; /* Prevents logo from shrinking */
           margin-right: 10px;
           order: -1;
        }

        img
        {
            border: 10px solid #FFFFFF;
        }
        .img-wrapper
        {
           position: relative;
           display: inline-block;
        }
        .img-label
        {
            position: absolute;
            bottom: 8px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            font-size: 18px;
            text-shadow: 0 0 5px black;
            width: 280px;
            text-align: center;
            margin: 0;
            padding: 2px 6px;
        }

.img2-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px;
    text-align: center;
}

.img2-label {
    font-size: 20px;
    color: black;
    margin: 0;
    padding: 2px 6px;
    line-height: 1.1;
}

img.img2 {
    border: 10px solid #FFFFFF;
    border-bottom-width: 50px;
    border-top-width: 25px;
    display: block;
    margin: 0 auto 2px auto;
}

.img2-desc {
    font-size: 18px;
    color: #666;
    max-width: 480px;
    margin: 2px auto 0 auto;
    word-wrap: break-word;
}



      </style>

