#wp-draws-header {
    background: #24375a;
    color: #fff;
    height: 30px;
    box-shadow: 0px 3px 3px #ccc;
    padding: 5px;
    font-family: 'source sans pro','open sans',helvetica, sans-serif;
}

#wp-draws-header .wp-logo {
    float: left;
}
#wp-draws-header .wp-logo img {
    height:40px;    
    width:auto;
    margin:-5px 0
}

#wp-draws-header .slogan {
    /* font-family: 'source sans pro','open sans',helvetica, sans-serif; */
    font-weight: 100;
    float: right;
    font-size: 12pt;
    margin-right: 10px;
    padding:5px 0;
}
@media screen and (max-width:960px){
    #wp-draws-header .slogan {display:none;}
}

#wp-draws-header h1 {
    font-size: 12pt;
    margin: 0;
    margin-left:10px;
    padding:5px 0
}
#wp-draws-header h1 a {color:#fff;text-decoration:none;}
#wp-draws-header h1 a:hover {text-decoration:underline;}
@media only screen and (max-width: 640px) {
    #wp-draws-header h1 {font-size:10pt;}
    #wp-draws-header .wp-logo img{
    	height:30px;
    	vertical-align:-webkit-baseline-middle;
    }
}