body {
    background-color: white;
    font-family: 'League Spartan', serif;
    font-size: 22px;
    color: #555753; }

a, a:visited, a:link, a:active {
  color: #1a69a6;
}

.text-big {
    font-size: 1.2em;
}

.text-small {
    font-size: 0.8em;
}

.text-red {
  color: #eb1818;
}

#progress {
  height: 6px;
  background: #AB8708;
  width: 0;
}

#progress-bar {
  height: 6px;
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  opacity: 0.7;
}


hr {
    background-color: #ddd;
    height: 5px;
    border: 0; }

.nav-link {
  transition: ease 0.3s;
  color: #a0a0a0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 0.8em;
}

.nav-link:hover {
    color: #D7B643 !important;
}

blockquote {
  border: 1px dotted #c0c0c0;
  padding: 30px;
  font-size: 0.9em;
}


section ul li, section ol li {
    margin: 10px 0;
}

.text-primary {
  color: #AB8708 !important;
}

#s {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #c0c0c0;
}

section h1 {
  text-transform: uppercase;
  font-size: 2em;
  color: #AB8708;
  margin: 0 auto 0 auto;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
}

section h3 {
  margin: 10px;
}

section iframe {
  width: 100%;
  height: 500px;
  margin: 30px 0;
}

.pointer {
  cursor: pointer;
}

.tile-title {
  font-size: 1em;
  letter-spacing: 0px;
}

.tile-text {
  font-size: 0.8em;
  display: block;
  text-align: justify;
}

.tile-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: ease 0.3s;
  opacity: 0.7;
  filter:grayscale(70%);
}

.tile:hover .tile-img {
  opacity: 1;
  filter:grayscale(0);
}

a.scroll-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #c0c0c0;
  padding: 2px 20px;
  color: white;
  font-size: 1.4em;
  opacity: 0.8;
  z-index: 2000;
}

.category {
  text-align: center;
  font-size: 0.8em;
  color: #c0c0c0;
}

section {
    padding: 20px 0;
    text-align: center;
  }

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

#szukaj { display: none; }

@media (max-width: 767px) {
    section h1 { font-size: 1.4em; }
    section img { float: none !important; display: block !important; 
margin: 10px auto !important; text-align: center; width: 100% !important; }
    section iframe { height: 300px; }
  }

.aligncenter {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.w-100 {
    width: 100%;
}

@media (max-width: 992px) {
		.movie { height: 400px; }
}


.btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:link, .btn-primary:active, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
 {

}

.bg-secondary {
    background-color: #1a69a6;
}

.bg-primary {
  color: #ab8708;
}

footer {
    font-size: 1.1em;
}

footer a {
    color: inherit;
}

.radius {
    border-radius: 10px;
}

.radius-top {
    border-radius: 20px 20px 0 0;
}

.text-default {
    font-size: initial;
}

@media (min-width: 992px) {
  header {
    padding: 30px 0 0 0;
  }
}


.navbar-toggler:not(:disabled):not(.disabled) {
  font-size: 2em;
}