/* Enter Your Custom CSS Here */
#header .container.group
{
background: url('http://freshestfridge.com/wp-content/uploads/2015/07/header_bg.jpg');
  background-size:cover;
}
.site-title {
 float:none;
}
@media all and (min-width:1100px){
.site-title a img {
    max-height: 250px !important;
}
}
@media all and (min-width:768px) and (max-width:1100px){
#header .pad {
    padding-bottom: 12px;
    padding-top: 12px;
}
}
@media all and (max-width:767px){
.site-title a img {
    max-height: 120px !important;
}
.site-title {
    padding: 15px 0;
}
}
