body {
    font-family: "Minion Variable Concept", serif;
    background-color: rgb(87, 207, 101);
    text-align:center;
    align-self: center;
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}
.logo {
    position: absolute;
    height: 150px;
    padding: 5px;
    left: 15px;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: lightblue;;
    color: hsl(36, 100%, 33%);
    padding: 1em 0;
    height: auto;
    overflow: auto;
    text-transform: uppercase;

}

nav {
    background-color: rgb(255, 222, 194);
    color: #fff;
    padding: 1em 0;
    top: 0px;
    clear: both;
    z-index: 100;
    display: flex;

}

a{
	display:block;
	color: rgb(255, 222, 194);
	text-decoration:none;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	color:white;
}

nav a {
    display: block;
    text-transform: uppercase;
    text-align: center;
    flex-grow: 1;
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    float: left;
}
nav a:hover {
    text-decoration: underline;
    transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
}

#zdj-sg{
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}

#zdj-sg > h1{
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 450px;
  line-height: 1.5em;
}

.zdjencie1{
  height: 800px;
  object-fit: cover;

}

.sekcja1 {
  display: block;
  margin-top: 20px;
  padding-left: 50px;
  margin-bottom: 20px;
}

.sekcja1 > p{
  font-size: 1.5em;
}
.serwis {
  width: 40%;
  float: left;
  margin: 10px;
  font-weight: bold;
}

.serwis img{
  width: 100%;
}

#serwis {
  background-color: transparent;
  color: #000;
  text-align: left;
  list-style-position: inside;
  text-align: center;
  list-style-type: disc;
}

#rubryczka2{
  display: flex;
  width: 100%;
}

.rubryczka2 {
  list-style-position: inside;
  list-style-type: disc;
  display: flex;
  font-size: 1.4em;
  text-align: left;
  flex-direction: row;
  width: 100%;
  padding: 10px;
}

.rubryczka2 > li {
  flex: 1;
  text-align: center;
}
section{
	margin:10px;
}


.sekcja1 p::first-line {
  font-weight: 1000;
}

section p{
    line-height: 2;
}

footer {
  background-color: lightblue;
    color: rgb(0, 0, 0);
    padding: 5px;
    line-height: 25px;
    justify-content: center;
}

footer p {
  margin: 0 40px;
  line-height: 1.6em;
}


ul {
	font-size:1.5em;
  list-style-image: url('');
  list-style-position: inside;
  background-color: hsl(213, 69%, 40%);
  color: hsl(36, 0%, 80%) ;
}
.sekcja2 {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: rgb(3, 55, 0);
}

.sekcja2 .blur {
    width: 450px;
    height: 450px;
    -webkit-transition: 400ms ease 100ms;
    -moz-transition: 400ms ease 100ms;
    transition: 400ms ease 100ms;
}

.blur:not(:hover) {
    filter: blur(3px);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.sekcja2 > div {
    flex-direction: column;
    width: 400px;
    height: 400px;
    display: flex;
    background-color: pink;
    margin: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.uslugi{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
}
.cennik{
  width:50%;
}

div .zdjencie, .zd {
    overflow: hidden;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

div .tresc {
    height: 50%;
    background-color: hsl(213, 69%, 40%);
    color: #fff;

}

.zaufanie {
  width:30%;
  position: absolute;
  bottom: -300px;
  left: 64%;
  background-color: #aaa;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: justify;
}



.koniec {
  background-color: hsl(40, 3%, 21%);
  text-align: center;
  color: hsl(36, 100%, 33%);
}

.numer {
  font-size: xx-large;
  font-weight: bolder;
  position: relative;
  width: 350px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  color:hsl(0, 0%, 43%);
}

table{
  width: 40%;
  border-collapse: collapse;
  background-color: #ccc;
}

tr, td, th {
  padding:30px;
}

caption {
	color:lightgray;
  caption-side: top;
  font-weight: bold;
  background-color: hsl(213, 69%, 40%);
  padding: 50px;
}

tr:hover:not(:nth-child(1)) {
  border-bottom: 1px solid #000;
  background-color: lightblue;
  color:white;
}
#galeria{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo{
  width:500px;
  height:500px;
  margin:10px;
}

.photo img {
  height: 70%;
}

.photo-kontener{
  display: flex;
  flex-direction: row;
}

.gora{
  position: fixed;
  bottom: 1%;
  right: 1%;
  background-color: lightblue;
  width: 100px;
  height: 100px;
  border-radius: 60px;
  opacity: 0.5;
}
.gora:hover{
    opacity: 1;
}

span{
  color: black;
  scale:3;
}

.radio img{
	width:50%;
	rotate:90deg;
}

table {
	width:100%;
}
td, th {
	margin: 10px;
  text-align: center;
  border-bottom: 1px solid #aaa;
}
