I used what you gave me and added some minor tweeks and it worked! Here is the code:
header#masthead {
background: url(https://www.theicec.com/wp-content/uploads/2014/02/Logo-4.png) no-repeat;
overflow: hidden;
padding-top: 235px;
background-size: contain;
}
header#masthead hgroup .logo img {
display: none;
}
header#masthead hgroup {
position: relative;
padding-bottom: 0px;
padding-top:0px;
zoom: 0;
}
Thanks Tareq. Jazaka Allah Khair!