body {
  background-color: rgb(0, 0, 0);
  background-image: url("../media/panorama.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
   border: 0; height: 1px; background: #bbb;
   margin-bottom: 5px;
   margin-top: 0px;
}

h1 {
  color: white;
  font-weight: 100;
  font-size: 28px;
  text-align: center;
  margin: 40px;
}

h2 {
  color: black;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  margin-bottom:3px;
}

h3 {
  color: black;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  text-align: left;
  margin-bottom:15px;
  margin-top: 0px;
}

.size15 {
  font-size: 15px;
}

.black {
  color: black;
}

.margin20 {
  margin-left: 20px;
  margin-right: 20px;
}

.tresc {
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
  line-height: 2;
  margin-left:20px;
  margin-right:20px;
  margin-bottom: 50px;
}

.trescOK {
  font-size: 12px;
  font-weight: 300;
  text-align: justify;
  line-height: 2;
  margin-left:20px;
  margin-right:20px;
  margin-bottom: 50px;
  -moz-column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-count: 2;
  -webkit-column-gap: 50px;
  column-count: 2;
  column-gap: 50px;
}


ul {
  list-style: url("../media/kropka.png");
}

.granat {
  color: rgb(33,36,79);
}

li {
margin-bottom: 10px;
margin-right: 20px;
}

a:link {
    color: rgb(33, 39, 79);
    margin-right: 20px;
}

a:active {
  color: white;
}

a:visited {color: rgb(33, 39, 79);}

a:hover {
    color: rgb(143, 149, 189);
    text-decoration: none;
}

.container {
  max-width: 1024px;
  margin: auto;
  color: white;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tlo_biale {
  width: 100%;
  background-color: white;
}

.tlo_szare {
  width: 100%;
  background-color: rgb(240,240,240);;
}

.tlo_granatowe {
  width: 100%;
  background-color: rgb(33,36,79);
}

/* Style The Dropdown Button */
.dropbtn {
    background: none;
    color: white;
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eeeeee;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ffffff}

.glownytext {
color: rgb(255, 255, 255);
margin: 10px;
float: left;
}

.baner {
  background-position: center;
  background-repeat: no-repeat;
  max-height: 650px;
}

.menu {
  float: right;
  color: rgb(0, 0, 0);
}

.button {
    background: none;
    border: none;
    color: rgb(33,39,79);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 20px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

button {
    background: none;
    border: none;
    color: rgb(33,39,79);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 0px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

.infodiv  {
    text-align: justify;
}

.infodiv.hidden {
    display:none;
}



.button:hover {
    background-color: rgb(33,39,79);
    color: white;
}

button:hover {
    background-color: rgb(33,39,79);
    color: white;
}

.active {
  background-color: rgb(33,39,79);
  color: white;
}

.copy {
  color: rgb(150, 150, 150);
  font-size: 12px;
  margin-top: 0px;
}

.bialy {
  color: white;
}

#map {
    width: 90%;
    min-height: 165px;
    margin-left: auto;
    margin-right: auto;
}
