/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /*#header{ background: red !important; }*/

 #footer{padding-top:0rem;}
 #main .page-footer{margin-bottom:0rem;}
 #wrapper{padding-top:0rem;background:#ffffff;}

/* Lewy panel: float: left; width: 25%; */
 @media (min-width: 992px) {
    .col-lg-3 {
        float: left;
        width: 0%;
    }
}

/* Prawy panel: float: left; width: 75%; */
@media (min-width: 992px) {
    .col-lg-9 {
      float: left;
      width: 100%;
    }
  }
