.site-header {
background: url(http://www.artofsrichinmoy.org/wp-content/uploads/2013/10/banner.jpg) no-repeat scroll top left !important;
background-size: contain !important;
height: 110px;
}

.site-header .home-link {
  min-height: 120px !important;
}

.navbar {
background-color: #f2f2f2 !important;
}

.site-main { 
   margin-top: 45px;

}

h1 { font-size: 24px !important; }

footer .site-info { display: none; }

@media screen and (max-width: 580px) {
  .site-header { height: 80px; }
  .site-header .home-link { min-height: 80px !important; }
}
@media screen and (max-width: 480px) {
  .site-header { height: 65px; }
  .site-header .home-link { min-height: 80px !important; }
}
@media screen and (max-width: 400px) {
  .site-header { height: 45px; }
  .site-header .home-link { min-height: 45px !important; }
}
