/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;1,400&display=swap'); */

body {
    background-image: url("/img/kosciol.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

    margin: 0;
    padding: 0;
  }

.container {
  width: 100%;
  display: flex;
  justify-content: center;
}

a {
  display: block;
  text-decoration-line: none;
  color: white;
}

a.menu:hover {
  background-color: #134B87;
}
#nav {
  position: sticky;
  background-color: #1A68BA;
  height: 3.4em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

#logo {
  display: block;
  position: relative;
  margin-left: 50%;
  left: -50px;
}

#nazwa {
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}

.menu {
  display: flex;
  float: right;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}

main {
  font-family: 'Open Sans', sans-serif;
}

#sectionArticle {
    display: flex;
    justify-content: center;
}

iframe {
  clear: both;
  border: none;
  width: 950px;
  height: 881px;
}

article {
  display: flex;
  justify-content: center;
}

#wsteczDalej {
  width: 950px;
  display: block;
  justify-content: center;
  padding: 0;
}

.wsteczDalej {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  opacity: 0.8;
  text-decoration-line: none;
}
#wstecz {
  background-color: rgb(146, 146, 146);
}
#wstecz:hover {
  background-color: rgb(129, 129, 129);
}
#dalej {
  background-color: rgb(146, 146, 146);
}
#dalej:hover {
  background-color: rgb(129, 129, 129);
}

footer {
  background-color: #1A68BA;
  align-content: center;
  padding: 1em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

#footerContainer {
  width: 955px;
}

#godzinyMszy {
  width: 205px;
  float: left;
  margin-right: 15px;
}

  #godzinyMszy > strong {
      color: #A4BA07;
  }

  #godzinyMszy > h2 > strong {
      color: #A4BA07;
  }

#kancelaria {
  width: 225px;
  float: left;
  margin-right: 15px;
}

  #kancelaria > strong {
      color: #A4BA07;
  }

  #kancelaria > h2 > strong {
      color: #A4BA07;
  }

#diecezja {
  width: 280px;
  float: left;
  margin-right: 15px;
}

  #diecezja > strong {
      color: #A4BA07;
  }

  #diecezja > h2 > strong {
      color: #A4BA07;
  }

  #diecezja > strong > a {
      color: #A4BA07;
  }

#kontakt {
  width: 200px;
  float: left;
}

  #kontakt > strong {
      color: #A4BA07;
  }

  #kontakt > h2 > strong {
      color: #A4BA07;
  }

#copyright {
  clear: both;
  text-align: center;
  padding-top: 20px;
}

section {
padding: 1em;
}

@media all and (max-resolution:300dpi){
	#menu-button {display: none;}
}

header {
    position: sticky;
    top: 0;
}

.nav
{ 
  width: 100%;
  padding: 10px 0;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  opacity: 0.8;
  position: sticky;
  top: 0;
}


ol
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
  height: 50px;
  line-height: 200%;
  display: inline-block;
}


ol a
{
  color: #0a0a0a;
  text-decoration: none;
  display: block;
}


ol > li
{
  float: left;
  width: 150px;
  height: 50px;
  border-right: 1px dashed #015883;
  text-decoration: none;
}


ol > li:first-child
{
  border-left: 1px dashed #015883;
}


ol > li:hover
{
  background-color: #fafafa;
}


ol > li:hover > a
{
  color: #0a0a0a;
}


ol > li > ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 40px;
  display: none;
}


ol > li:hover > ul
{
  display: block;
}


ol > li > ul > li
{
  background-color:#fafafa;
  position: relative;
  z-index: 100;
  border-top: 1px dashed #015883;
}


ol > li > ul > li:hover
{
  background-color: #fafafa;
}


ol > li > ul > li:hover > a
{
	color: #0a0a0a;
}


#footerData {
    width: 1200px;
    left: 50%;
    position: absolute;
    margin-left: -600px;
    display: block;
}

.pageFooter
{
  margin: 0;
  border: 0;
  width: 23%;
  height: auto;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}

.footer
{
  width: 100%;
  padding: 5px;
  text-align: center;
  display: block;
}

h2 {
    text-align: center;
    line-height: 0.5;
}