* {
    box-sizing: border-box;
  }
  
  /* Style the body */
  body {
    margin: 0;
    font-size:24px;
  }

  #gorne-menu iframe {
      width: 100%;
      height: 70px;
      border: 0;
      background-color: #fff;
      box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.24);
      position: fixed;
      width: 100%;
      z-index: 3;
  }
  
  /* Header/logo Title */
  #header2 {
    background: orange;
    color: white;
    padding-top: 90px;
  }

  /* poniżej kod dla strony ze zdjęciem */
  /* #header2 iframe {
    width: 100%;
    height: 30vmax;
    border: 0;
  }

  @media screen and (max-width: 1050px) {
    #header2 iframe {
        width: 100%;
        height: 35vmax;
        border: 0;
      }
    }

    @media screen and (max-width: 700px) {
        #header2 iframe {
            width: 100%;
            height: 42vmax;
            border: 0;
          }
        }

        @media screen and (max-width: 400px) {
            #header2 iframe {
                width: 100%;
                height: 30vmax;
                border: 0;
              }
            } */

            /* poniżej kod dla strony bez zdjęcia */
            #header2 iframe {
              width: 100%;
              border: 0;
            }
          
            @media screen and (max-width: 1050px) {
              #header2 iframe {
                  width: 100%;
                  border: 0;
                }
              }
          
              @media screen and (max-width: 700px) {
                  #header2 iframe {
                      width: 100%;
                      border: 0;
                    }
                  }
          
                  @media screen and (max-width: 400px) {
                      #header2 iframe {
                          width: 100%;
                          border: 0;
                        }
                      }
  
  /* Column container */
  .row {  
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Create two unequal columns that sits next to each other */
  /* Lewa kolumna */
  #lewa {
    flex: 70%;
    background-color: #f1f1f1;
    padding: 20px;
  }

  @media screen and (max-width: 500px) {
    #lewa {
      padding: 15px;
    }
    }
  
  /* Prawa kolumna, padding-top=ustawianie wysokości prawej kolumny */
   #prawa {
    flex: 30%;
    background-color: white;
    padding: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 55%;
  }

  @media screen and (max-width: 990px) {
  #prawa {
    padding-top: 80%;
  }
  }

  @media screen and (max-width: 700px) {
    #prawa {
      padding-top: 130%;
    }
    } 

  @media screen and (max-width: 400px) {
  #prawa {
    padding-top: 160%;
  }
  }

  @media screen and (max-width: 300px) {
    #prawa {
      padding-top: 180%;
    }
    }

  #prawa iframe {
    width: 100%;
    border: 0;
  }

  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Fake image, just for this example */
  .fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
  }
  
  /* Footer */
  #footer {
    padding: 20px;
    text-align: center;
    background: #ddd;
  }

  #footer iframe {
    width: 100%;
    border: 0;
  }
  
  /* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 990px) {
    .row {   
      flex-direction: column;
    }
    }
  
  .tekst {
    margin-bottom: 0.5em;
  }

  blockquote {
    background-color:#FFF2AA;
    padding: 5px;
  }

  @media screen and (min-width: 991px) {
    .do-menu {
   display: none;
    }
    }

  .do-menu {
      text-align: right;
  }

  .do-menu span {
    color: blue;
    padding: 5px;
    border: 1px solid #aaa;
  }

  .do-menu a {
    text-decoration: none;
  }

  .do-menu span:hover {
background-color: #aaa;
color: white;
  }

.glowna-tresc {
    padding-left: 6vw;
    padding-right: 6vw;
}

@media screen and (max-width: 700px) {
    .glowna-tresc {
        padding: 5px;
    }
    }

    @media only screen and (min-width: 870px) and (max-width: 990px) {
        .glowna-tresc {
            padding-left: 8vw;
            padding-right: 8vw;
        }
    }

    .linki, .galeriap a {
        line-height:2em;
    }

    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        max-width: 95%;
        height: auto;
      }

      #do-gory {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page */
        right: 30px; /* Place the button 30px from the right */
        z-index: 3; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: #aaa; /* Set a background color */
        color: #4D4D4D; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 15px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
        opacity: 0.5;
      }
      
      #do-gory:hover {
        background-color: #555; /* Add a dark-grey background on hover */
        color: white;
      }

      .witamy {
        font-size: 3vw;
      }

      @media screen and (max-width: 750px) {
        .witamy {
          font-size: 24px;
        }
        }

        .statut-srodek {
          text-align: center;
        }