* {
    width: auto;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;

}
body {
  padding: 0;
  margin: 0;
  background: rgba(53, 170, 255);
  width: auto;
}
#wrapper {
    width: auto;
    margin: 0 auto;
    background: url(mesh-1430107.svg);
    background-size: cover;
    
}


header img {
    width: 100%;
    display: block;
    background-color: white;
     background-color: white;
    background: rgba(255, 255, 240, 1);
}
svg {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
nav {
    
    background-color: white;
    background: rgba(53, 170, 255, 1);
    width: auto;
    
     
}

a.menu {
    display: inline-block;
    width: 25%;
    padding: 1% 1%;
    color: white;
    text-decoration: none;
    text-align: center;
    
    
}
a.menu:hover {
    
    background: rgba(255, 203, 21, 0.6);
    
}
.active {
    
        background: rgba(255, 203, 21);

}

article {
    margin-top: 3%;
    margin-bottom: 5%;
    padding: 0 5%;
    height: auto;
}

article h1 {
    font-size: 1.6em;
    text-align: center;
    margin: 0 10% 20px 10%;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(53, 170, 255);
;
    
}

img.left {
    float: left;
    margin: 0px 10px 10px 0;
    width: 35%;
    border-radius: 20% 30%;
    
}
img.right {
    float: left;
    margin: 0px 10px 10px 0;
    width: 40%;
    border-radius: 20% 30%;
}
    
article p {
    text-align: justify;
    line-height: 1.5em;
    font-size: 1.2em;
    padding: 2% 0;
    
}
iframe {
    width: 100%;
}

footer {
    height: 60px;

    background: rgba(53, 170, 255);

    color: white;
    line-height: 60px;
    text-align: center;
    
}
section {
    
    background: white;
    padding: 10px 20%; 
    height: auto;
    margin: auto;
    
    
}


}
p.naglowek {
    text-align: justify;
    line-height: 1.4em;
    font-size: 1.3em;
    padding: 5% 0;
    text-decoration-style: solid;
}

p.lista {
    text-align: justify;
    line-height: 1.4em;
    font-size: 1.2em;
    padding: 5px 0;
    padding-left: 30px;
    
}
p.naglowek1 {
    
    text-align: justify;
    line-height: 1.4em;
    font-size: 1.3em;
    padding: 2% 0;
    text-decoration-style: solid;
}



div.kontakt, form.formularz {
    display: inline-flex;
    width: 50%;
    padding: 10px 10px;
    
}
div.kontakt {
    padding: 5px 5px;
    display: inline-table;
 
}

p.kontakt {
    text-align: justify;
    padding: 5px;
    text-decoration-style: solid;
}


.lg, .gree {
    display: inline-block;
}

.lg {
    width: 47%;
    
}
.gree {
    width: 39%;
    float: right;
}

/*



.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  height: 20px;
  width: 100%;
  background: rgba(53, 170, 255);
}

.side-menu-trigger {
  border: 50;
  border-radius: 5px;
  background: rgba(255, 203, 21);
}

.side-menu {
  display: flex;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 300px;
  top: 20px;
  right: -300px;
  padding: 0;
  background: rgba(53, 170, 255);
  transition: 0.3s transform ease-in-out;
}

    
}

.side-menu ul {
  position: absolute;
  display: flex;
  height: calc(100% - 20px);
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
  align-content: flex-start
}

.side-menu ul li {
  display: flex;
  height: 30px;
  background: #ffffff;
  flex-basis: 100%;
  margin-top: 20px;
  color: rgba(53, 170, 255);
  border-radius: 5px;
  overflow: hidden;
  
}

.side-menu ul li a {
  display: flex;
  padding: 10px;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}

.side-menu-trigger:focus ~ .side-menu, .side-menu:hover {
  transform: translateX(-300px); 
}

.site-nav{
    display: none;
}