:root {
  --main-text-col: #444444;
  --high-text-col: #111111;
}

/*** General ***/

body {
  font-family: 'Lato', sans-serif;
  color: var(--main-text-col);
}



/*** Headers ***/

h1 {
  color: var(--high-text-col);
  font-size: 4em;
}

h2.content-subhead {
  color: var(--high-text-col);
  font-size: 2em;
  line-height: 2.5em;
  text-decoration: underline;
}

a.a-h2 {
  color: var(--high-text-col)
}

strong {
  font-weight: bold;
  color: #222222;
}

/*** Main text ***/

p {
  text-align: justify;
}

a.text-link {
  color: var(--main-text-col);
}

ul.small_items {
  margin: 0px;
}

li {
  list-style-type: square;
}

li.big_items {
  margin-bottom: 0.75em;
}

li.big_items:last-child {
  margin-bottom: 0em;
}

/*** Mapka ***/

p.mapka-caption {
  margin: 0px;
  text-align: center;
}

/*** Spis Treści ***/


a.contents-link {
  color: var(--main-text-col);
}

li.contents-item {
  font-size: 1.25em;
  list-style-type: none;
  margin-bottom: 0.5em;
}

li.contents-item:last-child {
  list-style-type: none;
  margin-bottom: 0em;
}

/*** Ekipa ***/

p.ekipa-caption {
  margin-left: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-right: 5%;
  line-height: 1.3em;
  font-family: 'Lato', sans-serif;
}

p.ekipa-caption-title {
  margin-left: 5%;
  margin-top: 2%;
  margin-bottom: 0%;
  margin-right: 5%;
  font-size: 1.5em;
  font-weight: bold;
  color: #222222;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

div.ekipa {
  text-align: center;
}

div.ekipa-member {
  margin-top: 1em;
}

/*** Fotki ***/

a.gallery-link {
  line-height: 0;
}

img.fotka {
/*  padding-left: 2px;
  padding-right: 2px;
  max-width: 98%;*/
  margin-top: -0.25em;
  vertical-align: sub;
}

img.pure-img-responsive {
  cursor: pointer;
}

/*** Footnotes ***/

p.footnote-text {
  font-size: 14px;
}

a.footnote-link {
  color: var(--main-text-col);
  margin: 0px;
  line-height: 0px;
  text-decoration: none;
}

a.footnote-back-link {
  color: var(--main-text-col);
  text-decoration: none;
}

/*** Socia media ***/

div.social-media-icon {
  margin: 25px;
}

div.social-media {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

img.social-media-img {
  max-height: 100px;
  min-height:  32px;
  min-width: 32px;
}

/*** Ending ***/

div.ending {
  margin-top: 100vmax;
  font-size: 12px;
}

p.ending {
  text-align: right;
  margin-right: 1em;
}

/*** Menu ***/

span.closebtn {
  padding: 0.6em;
}

.menu-close {
  font-size: 2.25em;
  text-align: right;
  cursor: pointer;
  color: #999;
}

.menu-close:hover {
  background: #333;
}

/*** Fonty ***/

@font-face {
    font-family: "Lato";
    src: url('698242188-Lato-Bla.eot');
    src: url('698242188-Lato-Bla.eot?#iefix') format('embedded-opentype'),
    url('698242188-Lato-Bla.svg#Lato Black') format('svg'),
    url('698242188-Lato-Bla.woff') format('woff'),
    url('698242188-Lato-Bla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
