        .logo-text {
            display: block;
            color: #3598dc;
            margin-bottom: -1px;
            margin-top: -1px;
            text-decoration: none;
        }
        .logo-text-small {
            display: block;
            color: #000000;
            margin-bottom: -1px;
            margin-top: -1px;
            text-decoration: none;            
        }
        .nav-title{
            margin-top:-10px; 
        }

        @media (max-width: 350.00px) {   
            .de{
                display: none;
            }            
            .banner{
                height: 160px 
            }                        
        }        
        @media (min-width: 351.00px) {   
            .de{
                display: inline-block;
            }                                
        }             

        /* Extra small devices (portrait phones, less than 576px) */
        @media (max-width: 575.98px) { 
            .banner{
                height: 160px 
            }                        
        }
        /* Small devices (landscape phones, 576px and up) */
        @media (min-width: 576px) and (max-width: 767.98px) {  
            .banner{
                height: 200px 
            }                         
        }
        /* Medium devices (tablets, 768px and up) */
        @media (min-width: 768px) and (max-width: 991.98px) { 
            .banner{
                height: 260px 
            }             
        }
        /* Large devices (desktops, 992px and up) */
        @media (min-width: 992px) and (max-width: 1199.98px) { 
            #img {              
                opacity: 0.5;
                filter: alpha(opacity=50); 
            }   
            .banner{
                height: 300px 
            }                      
        }
        /* Extra large devices (large desktops, 1200px and up) */
        @media (min-width: 1200px) { 
            #img {                           
                opacity: 0.5;
                filter: alpha(opacity=50); 
            } 
            .banner{
                height: 300px 
            }               
        }