    body {
            /*background: url(../img/background2.jpg) no-repeat center center fixed;*/
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

    .text{
            font-family: "Arial Black", Gadget, sans-serif;
        
        }

    .direction{
   
        }


    .navbar-brand {
            float: left;
            padding: 0px 0px;
            font-size: 18px;
            line-height: 20px;
            height: 50px;
        }

    .navbar-default {
            background-color: rgba(244, 54, 168, 0.18);
            border-color: rgba(231, 231, 231, 0); 
        }

    .panel {
            margin-bottom: 20px;
            background-color: rgba(37, 55, 82, 0.28);
            border: 10px solid rgba(25, 19, 19, 0.13);
            border-radius: 4px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        }

.sidebar-transparent {
    background-color: rgba(34, 45, 50, 0.12);
}