.grid-container {
  max-width: 1400px;
  min-width: 800px;
  width: 90%;
  /*height: 100%;*/
  color: rgb(58, 36, 19);
  font-family: Libre Baskerville;
  margin: auto;
  display: grid;
  align-items: center;

  grid-template-columns: 25% auto;
  grid-gap: 1px;  
}

/* style do banera */
.logo {
  grid-column-start: 1;
  grid-column-end: 4;
  max-height:218px;
  text-align: center;
}
.logo img {
max-width:100%;
max-height:218px;
box-shadow: 2px 2px 3px rgb(58, 36, 19);
} 

/*style do tytułu */
.tytul {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: center;
  font-family: Libre Baskerville, Times New Roman;
  font-size: 26pt;
  color: rgb(58, 36, 19);
  font-weight: bold;
  vertical-align: middle;
  line-height: 2.4;
  text-indent: 0em;
  max-height:118px;
}

/* style do paska nawigacji */

.nav {
  grid-column-start: 1;
  grid-column-end: 4;
  background-color: rgb(73, 71, 71);
  margin-top: 2px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  box-shadow: 2px 2px 3px rgb(58, 36, 19);
}

.nav ul,
.nav li {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  -webkit-transition: .8s;
  transition: .8s;
}

.nav li {
  float: left;
  display: inline;
  position: relative;
  text-shadow: 0 -1px 0 #000;
}
/*
.nav li:first-child {
  border-left: none
}*/

.nav a {
  display: block;
  line-height: 35px;
  padding: 10px 14px;
  text-decoration: none;
  color: rgb(235, 225, 200);
}

.nav li:hover > a,
.nav li a:hover {
  background-color: rgb(55, 55, 55);
}

.nav ul.menus {
  height: auto;
  width: auto;
  background-color: rgb(55, 55, 55);
  position: absolute;
  z-index: 99;
  display: none;
  border: 0;
}

.nav ul.menus li {
  display: block;
  width: 250px;
  text-transform: none;
}

.nav li:hover ul.menus {
  display: block;
  width: auto;
}

.nav a.prett {
  padding: 10px 45px 10px 45px
}

.nav a.prett::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 15px;
  right: 9px
}

.nav ul.menus a:hover {
  background-color: rgb(45, 45, 45);
  width: auto;
}

/*style do logowania */
#pass {
  float:right;
  display: block;
  color: black;
  text-align: left;
  padding: 5px 5px;
  width: 140px;
  box-shadow: 2px 2px 3px rgb(58, 36, 19);
  background-color: rgb(190, 190, 190);
}

#ok {
  background-color: rgb(230, 215, 200);
  color: rgb(73, 71, 71);
  margin-top: 4px;
  margin-left: 2px;
}


/* style do maina - całej treści */
.main {
  grid-column-start: 1;
  grid-column-end: 4;
  font-family: Libre Baskerville;
  overflow: auto;
  height: auto;
  padding-bottom: 80px; 
  margin-bottom: 5px;
}
h3 {
	margin: 40px 0px;
	color: rgb(58, 36, 19);
}

h4 {
	color: rgb(58, 36, 19);	
}

p {
	text-align: justify;
}

.main img {
	box-shadow: 2px 2px 3px grey;
}

/*footer */

.footer {
  position: static;
  bottom: 0;
  max-width: 1400px;
  min-width: 800px;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 4;
  background-color: rgb(117, 102, 81);
  margin-top: 5px;
}

.footer ul {
  list-style-type: none;
  background-color: rgb(117, 102, 81);
}

.footer li {
  float: left;
}
.footer li a {
  display: block;
  color: rgb(0, 98, 145);
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

.footer img {
	box-shadow: 2px 2px 3px rgb(58, 36, 19);
}

.wykaz {
	max-width: 1400px;
	min-width: 800px;
	width: 100%;
	#grid-column-start: 1;
	#grid-column-end: 4;
	line-height: 1.8;
	align-items: center;
}

.wykaz tr:nth-child(odd){
	max-width: 1400px;
	min-width: 800px;
	width: 100%;
	#grid-column-start: 1;
	#grid-column-end: 4;
    background-color: rgb(230, 215, 200);
}

.wykaz td {


	#grid-column-start: 1;
	#grid-column-end: 4;
	font-family: verdana, geneva, sans-serif;
	font-size: 10pt;
	overflow:auto; 
	padding: 5px;
	vertical-align: top;
	box-shadow:  3px grey;
}

.wykaz, textarea, input {
	font-family: verdana, geneva, sans-serif;
	font-size: 10pt;
}

input {
	font-family: verdana, geneva, sans-serif;
	font-size: 10pt;
}
.people {

	min-height: 120px;
	border-bottom: ridge 1px grey;
}

.people img {
	margin-right: 10px;
	box-shadow: 3px 3px 5px grey;
}
