    body {
       margin: 0;
       padding: 0;
       min-height: 100% !important;
       height: 100% !important;
    }
    #container {
       height: 100% !important;
       min-height: 100%;
       max-width: 640px;
       position: relative;
       background: #f8f8f8;
       font-family: Roboto, Verdana, sans-serif, Helvetica, Arial;
    }
    #header {
       margin: 10px 0px;
       text-align: left;
    }
    #body {
       padding: 10px;
       padding-bottom: 120px;   /* Height of the footer */
    }
    #footer {
       position: relative;
       bottom: 1.0em;
       max-width: 640px;
       height: 120px;   /* Height of the footer */
    }
    h1#gmina {
      margin: 0px;
      padding: 0px;
      font-size: 26px;
    }
    h1#gmina::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 54px;
      left: 35px;
      background: url("../img/herb-small.png");
    }
    .intro-wrapper {
      /*background: url(../img/intro-bg-2.jpg) no-repeat 50% 50%;*/
      background: url(../img/intro-bg-2.jpg) ;
      background-size: cover;
      height: 100%;
      min-height: 100%;
    }
    
