/* Web page background */
html .body-main {
  background: #DFE8BB url(resources/sites/dublinga/img/bg.jpg) no-repeat top center;
}
html .container, .popup .body-main {
  background: white;
}

/* Header content */
.header_content {
  background-color: #DFE8BB; /* light green */
}
.header .logo {
  background: url(resources/sites/dublinga/img/header.png) no-repeat left center !important;
  background-size: contain !important;
  width: 100% !important;
  padding: 0px 0px 0px 10px !important;
}
/* Title and footer colors */
body .titlePopup,body .main_content .title_page, body .footer, .copy_right, .footer a {
  background: #005E00; /* dark green */
  color: white;
}

/* Infoblock and sub-header colors */
body .infoBlock, body .well, .body_start_page .btn, .html_gwpopup > body .gw_right_content, body.body-main .container .gw_right_content {
  background: #DFE8BB; /* light green */
  color: black;
}
/*This css to specify for client to matched with banner image*/
@media (max-width: 480px) {
    body  .header_content {
        background-size: 60% auto;
    }    
}
@media (max-width: 300px) {
    body .header .header_content .gwlogo img {
        height: 50px;
    }    
    .header .gwlogo, .header .logo {
        height: 85px;
    
    }
}