@media only screen and (max-width: 760px){
    .header-logo img{
        width: 165px;   
    }
}

@media only screen and (min-width: 760px){
    .header-logo img{
        width: 250px;   
    }
}



.page-header h1 {
    color: #fff !important;
}