				
        /* @media (max-width: 991px) { */
        /* @media (max-width: 767px) { */
        /* @media (max-width: 479px) { */

        /* Style the navbar */
            #navbar {
               /* overflow: hidden; */
               background-color: #FFF;
               opacity: 0.97;  
             }
                
             /* Navbar links */
             /* #navbar a {
               float: left;
               display: block;
               color: #f2f2f2;
               text-align: center;
               padding: 14px;
               text-decoration: none;
             } */
             
             /* Page content */
             .stickyBody {
               /* padding: 16px; */
               padding-top: 120px;
             }
             
             /* The sticky class is added to the navbar with JS when it reaches its scroll position */
             .sticky {
               /* position: fixed;
               top: 0;
               width: 100%; */
               /* padding-top: 260px; */
             }
             
             /* The sticky class is added to the navbar with JS when it reaches its scroll position */
             .stickyTopBar {
               /* position: fixed;
               top: 0;
               width: 100%; */
               /* display: none; */
               /* position: fixed;
               top: 0;
               width: 100%; */
             }
             
             /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
             .sticky + .stickyBody {
               /* padding-top: 60px; */
             }
              