*{
    padding: 0;
    margin: 0;
}


html {
    color:white;
    scroll-behavior: smooth;
    margin:auto;
}



img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index:1;
    width: 100%;
}

.section1{
    padding-left: 40px;
    padding-right: 40px;
    height: 100vh;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.header{
    top:50px;
    left:0;
    z-index: 2;
    position: fixed;
    width:100%;
    box-sizing: border-box;
}

.head{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    display: table;
}


.list0{
    display: table-cell;
    vertical-align: middle;
    width: 15%;
}

.list{
    display: table-cell;
    vertical-align: middle;
    width: 44%;
}

.list1{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    text-align: right;
}

.list2{
    display: table-cell;
    vertical-align: middle;
    width: 6%;
}

.logo{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
}

.mountains{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
    margin-right: 40px;
    display: inline-block;
}


.travels{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
    margin-right: 40px;
    display: inline-block;
}

.work{
    font-weight: bold;
    font-size: 18px;
    float:left;
    color:black;
    display: inline-block;
}

.about{
    font-weight: bold;
    font-size: 18px;
    float:right;
    color:black;
    display: inline-block;
}

.sound{
    font-weight: bold;
    font-size: 18px;
    float:right;
    color:black;
    display: inline-block;
    margin-right: 40px;
    margin-left: 40px;
}

.contact{
    font-weight: bold;
    font-size: 18px;
    float:right;
    color:black;
    display: inline-block;
    margin-left: 40px;
}

.facebook{
    font-size: 18px;
    float:left;
    color:black;
    display: inline-block;
}

.instagram{
    font-size: 18px;
    float:left;
    color:black;
    display: inline-block;
}


h6{
    font-size: 40px;
}

.front{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 15%;
    font-size: 64px;
    line-height: 1.25;
    color: white;
}

a.pod, a.pod:visited {
    text-decoration: none;
    position: relative;
    color: black; /* kolor czcionki */
}
a.pod:after, a.pod:visited:after {
    content: '';
    height: 1px; /* grubość podkreślenia */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    background: black; /* kolor podkreślenia */
    transition: 0.1s; /* szybkość animacji podkreślenia */
}
a.pod:hover:after, a.pod:visited:hover:after {
    width: 100%;
}

.section{
    background-color: white;
    transition: background 0.3s;
    transition: border 0.3s;
    transition: border-radius 0.3s;
    box-shadow: gray;
    padding: 70px 0px 0px 0px;
    padding-left: 120px;
    padding-right: 120px;
}


.blog1{
    padding: 10px;
    top: 0px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.content1{
    width: 100%;
    z-index: 2;
    overflow: hidden;
}


.title{
    color: #222;
    font-size: 48px;
    line-height: 2;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.content2{
    width: 70%;
    padding-top: 20px;
    float: left;
}

.content3{
    height: 237px;
    width: calc(30% - 197px);
    float: left;
    horiz-align: center;
    vertical-align: center;
    position: relative;
}

.logof{
    height: 197px;
    width: 197px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.button1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
    height: 0.6em;
    width: 0.6em;
    font-size: 100px;
    text-align: center;
    line-height: 0.5em;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: black;
    background-color: white;
}

.button1::before {
    display: block;
    content: '+';
}

.button1:hover{
    color: white;
    background-color: black;
}

.button2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
    height: 0.6em;
    width: 0.6em;
    font-size: 100px;
    text-align: center;
    line-height: 0.5em;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: black;
    background-color: white;
}

.button2::before {
    display: block;
    content: '+';
}

.button2:hover{
    color: white;
    background-color: black;
}
.button3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
    height: 0.6em;
    width: 0.6em;
    font-size: 100px;
    text-align: center;
    line-height: 0.5em;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: black;
    background-color: white;
}

.button3::before {
    display: block;
    content: '+';
}

.button3:hover{
    color: white;
    background-color: black;
}
.button4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
    height: 0.6em;
    width: 0.6em;
    font-size: 100px;
    text-align: center;
    line-height: 0.5em;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: black;
    background-color: white;
}

.button4::before {
    display: block;
    content: '+';
}

.button4:hover{
    color: white;
    background-color: black;
}

.button5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
    height: 0.6em;
    width: 0.6em;
    font-size: 100px;
    text-align: center;
    line-height: 0.5em;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: black;
    background-color: white;
}

.button5::before {
    display: block;
    content: '+';
}

.button5:hover{
    color: white;
    background-color: black;
}

.logof1{
    position: relative;
    margin: 0 auto;
    display: block;
}

.stanowisko{
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 50px;
    float: left;
    width: calc(80% - 50px);
    color: black;
    padding-top: 20px;
}

.praca{
    position: relative;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    padding-left: 50px;
    float: left;
    width: calc(80% - 50px);
    color: black;
    padding-top: 20px;
}

.czaspracy{
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    padding-left: 50px;
    float: left;
    width: calc(80% - 50px);
    color: rgba(85,85,85,1);
    padding-top: 20px;
}

.miejsce{
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding-left: 50px;
    float: left;
    width: calc(80% - 50px);
    color: rgba(85,85,85,1);
    padding-top: 20px;
    padding-bottom: 30px;
}

.description{
    line-height: 1.7;
    font-size: 16px;
    color: rgba(85,85,85,1);
    text-align: justify;
    margin-bottom: 40px;
    width: calc(60% - 30px);
    float: left;
}

.zdjecie1{
    padding-left: 30px;
    width:40%;
    float: left;
    padding-bottom: 40px;
}

.zdjecie11{
    position:relative;
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%

}

.lista{
    line-height: 1.7;
    font-size: 16px;

}
.przerwa{
     width: 10%;
     float: left;
     line-height: 1.7;
     font-size: 20px;
     color: black;
     text-align: justify;
     margin-bottom: 20px;
}

.opisfilmu{
    width: 50%;
    float: left;
    line-height: 1.7;
    font-size: 16px;
    color: black;
    text-align: justify;
    margin-bottom: 30px;
}
.tytulfilmu{
    font-weight:bold;
    width: 40%;
    line-height: 1.7;
    font-size: 16px;
    color: black;
    text-align: justify;
    margin-bottom: 30px;
    font-style: italic;
}
.video{
    width: 40%;
    float: left;
    margin-bottom: 30px;
}


#myDIV1{
    padding-left: 247px ;
    width:calc(80% - 50px);
}
#myDIV2{
    padding-left: 247px ;
    width:calc(80% - 50px);
}
#myDIV3{
    padding-left: 247px ;
    width:calc(80% - 50px);
}
#myDIV4{
    padding-left: 247px ;
    width:calc(80% - 50px);
}
#myDIV5{
    padding-left: 247px ;
    width:calc(80% - 50px);
}

.fa-facebook {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    float:left;
    margin-right: 30px;
}

.fa-instagram {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    float:left;
}

.dots1 {
    z-index: 2;
    position: fixed;
    top: 16%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}

.dots1:hover{
    background-color: black;
    border-radius: 0px;
}



.dots2 {
    z-index: 10;
    position: fixed;
    top: 19%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}
.dots3 {
    z-index: 10;
    position: fixed;
    top: 22%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}

.dots4 {
    z-index: 10;
    position: fixed;
    top: 25%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}

.dots5 {
    z-index: 10;
    position: fixed;
    top: 28%;
    right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: black;
    transition: all .2s ease-in-out;
}

.dots2:hover{
    background-color: black;
    border-radius: 0px;
}
.dots3:hover{
    background-color: black;
    border-radius: 0px;
}
.dots4:hover{
    background-color: black;
    border-radius: 0px;
}

.dots5:hover{
    background-color: black;
    border-radius: 0px;
}

.section3{
    height: 100vh;
    background-color: white;
    transition: background 0.3s;
    transition: border 0.3s;
    transition: border-radius 0.3s;
    box-shadow: gray;
    padding: 70px 0px 0px 0px;
    padding-left: 120px;
    padding-right: 120px;
}


.section4{
    height: 100vh;
    background-color: white;
    transition: background 0.3s;
    transition: border 0.3s;
    transition: border-radius 0.3s;
    box-shadow: gray;
    padding: 70px 0px 0px 0px;
    padding-left: 120px;
    padding-right: 120px;
}

.inst1{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}

.inst2{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}

.inst3{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}

.inst4{
    margin-top: 20px;
    padding: 10px;
    top: 10px;
    float:left;
    width: calc(25% - 20px);
    z-index: 2;
    overflow: hidden;
}



.parallax{
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-1 {
    background-image: url('image/IMG_20171017_113349.jpg');
}

.footer{
    height: 100px;
    background-image: linear-gradient(to top right, #404456 50%, #ccccff 100%);
    padding:40px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer1{

}

.footer2{
    width: 100%;
    background-color: #404456;
}

.logo1{
    padding: 10px;
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;

}

.logo11 {
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 50%;
}

.kontakt{
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;

}

.kontakt1{
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 100%;
}

.korona{
    margin-top: 0px;
    padding: 10px;
    top: 0px;
    float:left;
    width: calc(33.3333333% - 20px);
    z-index: 2;
    overflow: hidden;

}

.zdjecie {
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 100%;

}


.korona1 {
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 60%;

}
.img12{
    width: 300px;
    position: relative;
    margin: 0 auto;
    display: block;
    height:auto;
    max-width: 60%;
}
h3{
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 1.4em;
    color: #222;
    text-align: center;
}

.emailicon{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}


.fa-envelope-o{
    font-size: 24px;
    margin-right: 20px;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #404456;
  /* display: none; */
}


#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -2.7em;
  width: 5.4em;
  height: 5.4em;
  background-color: #404456;
}

#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: .25em solid whitesmoke;
  transform: rotate(45deg);
}

#hill:after {
  content: '';
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: #404456;
}

#box {
  position: absolute;
  left: 0;
  bottom: -.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .25em solid whitesmoke;
  border-radius: 15%;
  transform: translate(0, -1em) rotate(-45deg);
  animation: push 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}

@media (max-width:700px) {
    .head{
        padding-right:5px;
    }
    .front{
        font-size: 28px;
        left: 10%;
    }
     .logo{
        font-size: 14px;
     }
     .list0{
        width: 10%;
     }
     .list{
        width: 10%;
        text-align: center;
        padding-left: 20px;
     }
     .list1{
        width: 10%;
        padding-right: 20px;
     }
     .list2{
        width: 25%;
     }
    .mountains{
        font-size: 14px;
        margin: 0px;
    }
    .travels{
        font-size: 14px;
        margin: 0px;
    }
    .work{
        font-size: 14px;
        margin: 0px;
    }
    .sound{
        font-size: 14px;
        margin:0px;

    }
    .contact{
        font-size: 14px;
        margin:0px;
    }
    .about{
        font-size: 14px;
        margin:0px;
    }
    .facebook{
        font-size: 10px;
    }
    .instagram{
        font-size: 10px;
    }
    img{
        height: 100%;
        overflow: hidden;
        z-index:1;
        width: auto;
        background-position: center;
    }
    .section{
        height: 100%;
        background-color: white;
        transition: background 0.3s;
        transition: border 0.3s;
        transition: border-radius 0.3s;
        box-shadow: gray;
        padding: 0px 0px 0px 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section2{
        height: 100vh;
        background-color: white;
        transition: background 0.3s;
        transition: border 0.3s;
        transition: border-radius 0.3s;
        box-shadow: gray;
        padding: 0px 0px 0px 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section3{
        height: 100%;
        background-color: white;
        transition: background 0.3s;
        transition: border 0.3s;
        transition: border-radius 0.3s;
        box-shadow: gray;
        padding: 70px 0px 0px 0px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }

    .blog1{
        padding:0px;
        width:100%;
    }
    .blog2{
        padding:0px;
        width:100%;
    }
    .blog3{
        padding:0px;
        width:100%;
    }
    .inst1{
        padding:0px;
        width:100%;
    }
    .inst2{
        padding:0px;
        width:100%;
    }
    .inst3{
        padding:0px;
        width:100%;
    }
    .inst4{
        padding:0px;
        width:100%;
    }
    .kontakt{
        top: 0px;
        float:left;
        width: 100%;
        z-index: 2;
        overflow: hidden;
    }
    .glowne{
        height: 100vh;
        overflow: hidden;
        z-index:1;
        width: 100vh;
        background-position: center;
    }
    .kontakt1{
        font-size:18px;
    }
    .emailicon{
        font-size:18px;
    }
    .logo1{
        visibility: hidden;
        height:0px;
        padding:0px;
    }
    .korona{
        padding: 0px;
        top: 0px;
        width: 100%;
        z-index: 2;
        overflow: hidden;
    }
    .img12{
        width: 120px;
        position: relative;
        margin: 0 auto;
        display: block;
        height:auto;
        z-index:1;
    }
    .title{
        padding-top: 10px;
        font-size: 30px;
    }
    .description{
        font-size: 10px;
        width:100%;
    }
    .zdjecie1{
        width:100%;
        padding-left:0px;
    }
    .logof{
        height:100%;
        width:100%;
        padding-top:10px;
        padding-bottom:10px;
    }
    .logof1{
        height:40%;
        width:40%;
        padding-top:0px;
        padding-bottom:0px;
    }
    .content2{
        height:100%;
        width:100%;
        padding-top:0px;
    }
    .stanowisko{
        height:100%;
        width:100%;
        padding-top:0px;
        padding-left:0px;
        text-align:center;
    }
    .praca{
        height:100%;
        width:100%;
        padding-top:0px;
        padding-left:0px;
        text-align:center;
    }
    .czaspracy{
        height:100%;
        width:100%;
        padding-top:0px;
        padding-left:0px;
        text-align:center;
    }
    .miejsce{
        height:100%;
        width:100%;
        padding-top:0px;
        padding-left:0px;
        text-align:center;
    }
    .content3{
        width:100%;
        height: 60px;
    }
    #myDIV1{
        padding-left: 20px;
        width: calc(100% - 20px);
    }
    #myDIV2{
        padding-left: 20px;
        width: calc(100% - 20px);
    }
    #myDIV3{
        padding-left: 20px;
        width: calc(100% - 20px);
    }
    #myDIV4{
        padding-left: 20px;
        width: calc(100% - 20px);
    }
    #myDIV5{
        padding-left: 20px;
        width: calc(100% - 20px);
    }

    .lista{
        font-size: 14px;
    }
    .tytulfilmu{
        width: 100%;
        text-align: center;
    }
    .opisfilmu{
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .video{
        width: 100%;
    }
    .przerwa{
        margin-bottom:0px;
    }
    h6{
        font-size: 30px;
    }
    .footer{
        padding-bottom:40px;
        padding-top:40px;
    }
}