﻿ #navbar {
            
            background-color: #333;
            z-index: 5000;
        }
        
        .sticky {
            position: fixed;
            top: 0;
            width: 100%;
            text-align: center; 
        }

            .sticky + .content {
                padding-top: 60px;
            }