            body {
                background: url('../img/bg.jpg') top center no-repeat fixed;
            }
            h1, h2 {
                text-align:center;
                text-transform: uppercase;
                font-family: sans-serif;
                color: #fff;
            }
            h1 {
                font-size: 40px;
                margin-top: 100px;
            }
            h2 {
                font-size: 40px;
            }
            h2 small {
                font-size: 30px;
                display: block;
            }
            h3 {
                color: #fff;
            }
            ul.navbar {
                text-align: center;
            }
            ul.navbar li {
                display: inline-block;
            }

            
            .content {
                text-align:center;
                color: #fff;
            }
            
            .content a {
                font-weight: bold;
            }
            
            strong {
                color: #fff;
                display: block;
            }
            a,
            a:visited {
                padding: 5px;
                color: #fff;
                text-decoration: none;
            }

            li.active a {
                font-weight: bold;
            }

            a:hover {
                text-decoration: underline;
            } 
            
            address {
                margin-bottom: 20px;
            }