/* Add here all your css styles (customizations) */
@media (max-width: 2600px) {
    #logo_pos{
        position: absolute; 
        top: -20px; 
        left: -20px; 
    }
    
    .sunhope_title{
        display: block;
        margin-left: 80px;
        color: #00375f;
    }
    
    .sunhope_title2{
        display: block;
        font-size: 20px; 
        display: inline;
    }
    
    .sunhope_title_mobile{
        display: none;
    }
    
    .sunhope_title_ipad{
        display: none;
    }
    
    .sunhope_title_mobile{
        display: none;
    }
}



@media (max-width: 767px) {
    #logo_pos{
        position: absolute; 
        top: -5px; 
        left: 20px; 
    }
    
    #logo_pos img {
        width: 50px;
    }
    
    .sunhope_title{
        display: none;
    }
    
    .sunhope_title2{
        display: none;
    }
    
    .sunhope_title_ipad{
        display: block;
        font-size: 20px;
        margin-left: 70px;
    }
    
    .sunhope_title_mobile{
        display: none;
    }
}

@media (max-width: 570px) {    
    .sunhope_title{
        display: none;
    }
    
    .sunhope_title2{
        display: none;
    }
    
    .sunhope_title_ipad{
        display: none;       
    }
    
    .sunhope_title_mobile{
        display: block;
        font-size: 20px;
        margin-left: 70px;
    }
}