/* ----- PGINV Custom CSS ----- */

body {
  background:lightgrey;
  /* background-image: url('/images/backgrounds/pginv.jpg'); 
  background-size: cover;
  background-repeat:no-repeat; 
  background-position:center;*/ 
}
.uk-section-default {
    background:transparent;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgba(255,255,255,0.3);
}
:not(.uk-sticky-below)>.uk-navbar-container:not(.uk-navbar) {
    padding-top: 20px;
    padding-bottom: 20px;
}


div.page-wrap { background:rgba(255,255,255,0.0); }
img.page-imag { width:350px; height:auto; border:1px solid white; 
		margin: 0px 0px 10px 20px; float:right; }

/* ----- PGINV Custom END ----- */