emaulidi
Hi
To increase the logo size add this code in custom.css
.logo-image .logo-img {
max-height: 60px;
}
In the footer area you have footer module published for the copyrights information, kindly disable it.
To remove the footer completely you can add this code
.t3-footer { display: none;}