You have this in your custom CSS:
#header {
background: #036564;
background-position: left top;
background-repeat: no-repeat;
background-image: url();
max-height: 50px;
height: 50px
}
That max-height
appears to be the issue.
You may also wish to try temporarily deactivating plugins to see if that takes care of the title and description issue.