/* resety */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    font-size: 20px;
}

body {
    box-sizing: border-box;
    font-family: 'Saira', sans-serif;
    color: white;
    /*position: relative;
    background-image: url('img/psychedelic_pattern_@2X.png');
    background-repeat: repeat;
    background-position: center center;
    */
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

a:focus {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

li {
    list-style: none;
}

.container {
    position: relative;
    width: 100%;
    height: 900px;
}

.container > section#topBar {
    height: 100px;
    width: 100%;
    background-color: #111;
    position: fixed;
    top: 0;
    left: 0;
}

section#topBar p:first-child {
    line-height: 70px;
    font-weight: bold;
    font-size: 2rem;
    color: #DDD;
    text-align: center;
    padding: 5px 0 0 0;
}

section#topBar p + p {
    line-height: 0px;
    font-size: 1.2rem;
    color: #DDD;
    text-align: center;
    padding: 0 0 5px 0;
    letter-spacing: 4px;
    color: #e5ab47;
    font-weight: 300;
}

/* Header */

header {
    margin-top: 100px;
    height: 700px;
    width: 100%;
}

header img:first-child {
    width: 100%;
    height: 500px;
    box-shadow: 0px 0px 30px 8px rgba(1, 1, 1, .4);
}

header img + img {
    margin: -100px auto 0;
    height: 300px;
}

header img + img:hover {
    animation: bouncing .8s infinite;
    animation-timing-function: ease;
}

/* Kontakt i godziny otwarcia */

section#info {
    width: 1600px;
    background-color: #111;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
    padding: 20px;


}

section#info > article#contact {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

section#info > article#contact > h2 + h2 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
}

section#info > article#contact > h2 + h2 i {
    font-size: 2rem;
    height: 50px;
    line-height: 50px;
}

section#info > article#contact > h2:first-child {
    font-size: 2.5rem;
    height: 60px;
    line-height: 60px;
    font-weight: 200;
    margin: 10px 0;
    width: 100%;
    text-align: center;

}

section#info > article#contact > h2:first-child span {
    font-weight: normal;
    color: #e5ab47;
}

section#info > article#contact > p:nth-child(3n+2) {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #e5ab47;
    font-weight: 500;
    letter-spacing: 3px;

}

section#info > article#contact > p:nth-child(3n+3) {
    letter-spacing: 4px;
    font-size: 1.2rem;
    margin-left: 20px;
    font-weight: 300;
}

section#info > article#contact > p {
    width: 40%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 10px
}

section#info > article#businessHours {
    width: 45%;
}

section#info > article#businessHours > h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    height: 60px;
    line-height: 60px;
    font-weight: 300;
    margin: 10px 0;
}

section#info > article#businessHours > h2 span {
    font-weight: normal;
    color: #e5ab47;
}

section#info > article#businessHours ul {
    width: 100%;
    margin-top: 20px;

}

section#info > article#businessHours > ul > li {
    text-align: center;
    width: 100%;
    list-style: none;
    line-height: 30px;
    height: 45px;
    font-size: 1.2rem;
    font-weight: 300;
}

section#info > article#businessHours > ul > li span {
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

article#localization {
    width: 100%;
    text-align: center;
}

article#localization h2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 50px;
    margin-top: 20px
}

article#localization h2 span {
    font-weight: 500;
    color: #e5ab47;
}

article#localization h2 + h2 {
    font-size: 1.5rem;
    line-height: 70px;
    margin: 0;
}

article#localization h2 + h2 i {
    font-size: 2.5rem;
    line-height: 70px;
    color: #e5ab47
}

/* Galeria */

section#gallery {
    width: 100%;
    background-color: #111;
    box-sizing: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
    box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
}

section#gallery button {
    height: 100px;
    width: 60px;
    margin: -150px 20px 20px 20px;
    background-color: #e5ab47;
}

section#gallery button i {
    font-size: 4rem;
    line-height: 100px;
    color: #111;
}

section#gallery > div.wrapper {
    width: 1040px;
    margin: 60px 0 0 0;
}

section#gallery > div.wrapper > img {
    width: 100%;
    height: 585px;
}

section#gallery > div.wrapper > .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 60px 0;

}

section#gallery > div.wrapper > .wrapper > img {
    height: 135px;
    width: 240px;
}

/* O nas */

section#aboutUs {
    width: 100%;
    display: flex;
    justify-content: center;

}

section#aboutUs > article {
    width: 1400px;
    background-color: #111;
    box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
    padding: 20px;
}

section#aboutUs > article > h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
}

section#aboutUs > article > h2 span {
    color: #e5ab47;
    font-weight: 500;
    letter-spacing: 2px
}

section#aboutUs > article > p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 10px;
    letter-spacing: 1px
}

/* Co wykonujemy */

section#ourActivities {
    width: 100%;
    margin: 60px 0;
    color: black;

}

section#ourActivities article {
    width: 1600px;
    margin: 0 auto;
}

section#ourActivities article h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #111;
    font-weight: 300;
    line-height: 60px;
}

section#ourActivities article h2 span {
    font-weight: 500;
    color: #e5ab47
}

section#ourActivities article ul {
    width: 80%;
    margin: 30px auto;
}

section#ourActivities article ul li i {
    padding: 0 30px;
    font-size: 2rem;
    color: #e5ab47
}

section#ourActivities article ul li {
    padding: 5px;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    transition: .2s padding-left ease;
}

section#ourActivities article ul li:hover {
    padding-left: 40px;
}

/* Rzetelna firma */

section#certificate {
    width: 100%;
    display: flex;
    justify-content: center;

}

section#certificate > div.wrapper {
    width: 1400px;
    display: flex;
    background-color: #111;
    justify-content: space-around;
    box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
    padding: 30px;
}

section#certificate > div.wrapper > article {
    width: 1000px;
    padding: 0 30px
}

section#certificate > div.wrapper > article > h2 {
    width: 100%;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 300;
}

section#certificate > div.wrapper > article > h2 span {
    font-weight: 500;
    color: #e5ab47;
}

section#certificate > div.wrapper > article > p {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 30px 0
}

section#certificate > div.wrapper > article a {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #e5ab47;
    height: 70px;
    line-height: 70px;
    transition: .16s font-size ease;

}

section#certificate > div.wrapper > article a:hover {
    font-size: 1.8rem;
}

section#certificate > div.wrapper > img {
    width: 400px;
    height: 580px;
}

/* Poczta */

section#post {
    height: 100px;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
}

section#post > h2 a {
    text-align: center;
    width: 20%;
    height: 70px;
    line-height: 70px;
    font-size: 3rem;
    background-color: #e5;
    font-weight: 300;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .1s font-size ease;

}

section#post > h2 a span {
    font-weight: 500;
    color: #e5ab47
}

section#post > h2 i {
    font-size: 3rem;
    padding: 0 20px;
    color: #e5ab47;
    font-weight: bold;
}

section#post > h2 i:first-child {
    color: white;
}

section#post a:hover {
    font-size: 3.5rem;
    font-weight: normal;
}

main > section:last-child {
    width: 50%;
    color: #ddd;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

/* Animacje */

@keyframes bouncing {
    0% {
        margin: -80px auto 60px;
    }
    50% {
        margin: -120px auto 60px;
    }
    100% {
        margin: -80px auto 60px;
    }
}

@media only screen and (max-width: 1600px) {
    body {
        overflow-x: hidden;
    }
    section#topBar p:first-child {
        line-height: 70px;
        font-weight: bold;
        font-size: 2rem;
        color: #DDD;
        text-align: center;
        padding: 5px 0 0 0;
    }

    section#topBar p + p {
        line-height: 0px;
        font-size: 1.2rem;
        color: #DDD;
        text-align: center;
        padding: 0 0 5px 0;
        letter-spacing: 4px;
        color: #e5ab47;
        font-weight: 300;
    }

    /* Header */
    header {
        margin-top: 100px;
        height: 700px;
        width: 100%;
        margin-right: 20px;
    }
    header img + img {
        height: 280px;
    }
    /* Kontakt i godziny otwarcia */
    section#info {
        width: 100%;
    }
    /* Galeria */
    section#gallery > div.wrapper {
        width: 900px;
        margin: 30px 0 0 0;
    }
    section#gallery > div.wrapper > img {
        height: 500px;
    }
    section#gallery > div.wrapper > .wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 30px 0;
    }
    section#gallery > div.wrapper > .wrapper > img {
        height: 110px;
        width: 200px;
    }
    /* O nas */
    section#aboutUs {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    section#aboutUs > article {
        width: 1200px;
    }
    section#aboutUs > article > h2 {
        font-size: 2.2rem;
    }
    section#aboutUs > article > p {
        font-size: 1.1rem;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 1366px) {
    /* Header */
    header {
        height: 600px;
        width: 100%;
    }
    header img:first-child {
        height: 430px;
    }
    header img + img {
        margin: -100px auto 0;
        height: 250px;
    }
    /* Galeria */
    section#gallery button {
        height: 60px;
        width: 50px;
        margin: -130px 10px 10px 10px;
    }
    section#gallery button i {
        font-size: 3rem;
        line-height: 60px;
    }
    section#gallery > div.wrapper {
        width: 800px;
        margin: 30px 0 0 0;
    }
    section#gallery > div.wrapper > img {
        height: 450px;
    }
    section#gallery > div.wrapper > .wrapper {
        width: 100%;
        margin: 30px 0;
    }
    section#gallery > div.wrapper > .wrapper > img {
        height: 100px;
        width: 180px;
    }
    /* O nas */
    section#aboutUs > article {
        width: 100%;
        padding: 10px;
    }
    section#aboutUs > article > h2 {
        width: 100%;
        font-size: 2.2rem;
    }
    section#aboutUs > article > h2 span {
        letter-spacing: 2px;
    }
    section#aboutUs > article > p {
        font-size: 1rem;
        letter-spacing: 3px;
        width: 70%;
        margin: 0 auto;
    }
    /* Co wykonujemy */
    section#ourActivities {
        margin: 20px 0;
    }
    section#ourActivities article {
        width: 100%;
        margin: 0 auto;
    }
    section#ourActivities article h2 {
        font-size: 2rem;
        line-height: 50px;
    }
    section#ourActivities article ul {
        width: 90%;
        margin: 10px auto;
    }
    section#ourActivities article ul li i {
        padding: 0 20px;
        font-size: 1.5rem;
        color: #e5ab47
    }
    section#ourActivities article ul li {
        padding: 5px;
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 2px;
    }
    section#ourActivities article ul li:hover {
        padding-left: 30px;
    }
    /* Rzetelna firma */
    section#certificate {
        width: 100%;
        display: flex;
        justify-content: center;

    }
    section#certificate > div.wrapper {
        width: 100%;
        padding: 10px;
    }
    section#certificate > div.wrapper > article {
        width: 70%;
        padding: 0  10px;
    }
    section#certificate > div.wrapper > article > h2 {
        font-size: 2rem;
        margin-top: 20px;
    }
    section#certificate > div.wrapper > article > p {
        text-align: center;
        font-size: 1.05rem;
        letter-spacing: 3px;
        font-weight: 300;
        padding: 10px 0;
    }
    section#certificate > div.wrapper > article a {
        font-size: 1.4rem;
        margin: 20px auto;
    }
    section#certificate > div.wrapper > article a:hover {
        font-size: 1.5rem;
    }
    section#certificate > div.wrapper > img {
        width: 400px;
        height: 540px;
    }
    /* Poczta */
    section#post {
        height: 80px;
        margin: 40px 0 10px 0;
    }
    section#post > h2 a {
        text-align: center;
        width: 20%;
        height: 70px;
        line-height: 70px;
        font-size: 2.4rem;
        background-color: #e5;
        font-weight: 300;
        letter-spacing: 2px;
        cursor: pointer;
        transition: .1s font-size ease;

    }
    section#post > h2 i {
        font-size: 2rem;
        padding: 0 20px;
        color: #e5ab47;
        font-weight: bold;
    }
    section#post > h2 i:first-child {
        color: white;
    }
    section#post a:hover {
        font-size: 2.8rem;
        font-weight: normal;
    }
    main > section:last-child {
        width: 100%;
        color: #ddd;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        position: relative;
        width: 100%;
        height: 900px;
    }

    .container > section#topBar {
        height: 100px;
        width: 100%;
        background-color: #111;
        position: fixed;
        top: 0;
        left: 0;
    }

    section#topBar p:first-child {
        line-height: 70px;
        font-weight: bold;
        font-size: 2rem;
        color: #DDD;
        text-align: center;
        padding: 5px 0 0 0;
    }

    section#topBar p + p {
        line-height: 0px;
        font-size: 1.2rem;
        color: #DDD;
        text-align: center;
        padding: 0 0 5px 0;
        letter-spacing: 4px;
        color: #e5ab47;
        font-weight: 300;
    }

    /* Header */
    header {
        margin-top: 100px;
        height: 600px;
        width: 100%;
    }

    header img:first-child {
        width: 100%;
        height: 400px;
        box-shadow: 0px 0px 30px 8px rgba(1, 1, 1, .4);
    }

    header img + img {
        margin: -100px auto 0;
        height: 270px;
    }

    header img + img:hover {
        animation: bouncing .8s infinite;
        animation-timing-function: ease;
    }


    /* Kontakt i godziny otwarcia */
    section#info {
        width: 100%;
        background-color: #111;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
        padding: 10px;


    }

    section#info > article#contact {
        width: 45%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space;
    }
    section#info > article#contact > p:nth-child(3n+2) {
        padding-top: 10px;
    }
    section#info > article#contact > p:nth-child(3n+3) {
        letter-spacing: 4px;
        font-size: 1rem;
        margin-left: 20px;
        font-weight: 500;
    }

    section#info > article#contact > p {
        font-size: 1rem;
        line-height: 30px;
    }
    section#info > article#businessHours ul {
        margin-top: 30px;
    }
    section#info > article#businessHours > ul > li {
        font-size: 1.1rem;
    }
    section#info > article#businessHours > ul > li span {
        font-size: 1.1rem;
        letter-spacing: 3px;
    }
    article#localization {
        width: 100%;
        text-align: center;
    }
    article#localization h2 {
        font-size: 2rem;
        margin: 20px 0;
    }
    article#localization h2 + h2 {
        font-size: 1rem;
        line-height: 10px;
        height: 30px;
        letter-spacing: 1px;
    }
    article#localization h2 + h2 i {
        font-size: 1.5rem;
        line-height: 20px;
    }

    /* Galeria */
    section#gallery {
        width: 100%;
        background-color: #111;
        box-sizing: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 60px 0;
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
    }

    section#gallery button {
        height: 80px;
        width: 50px;
        margin: -80px 5px 20px;
    }

    section#gallery button i {
        line-height: 80px;
    }

    section#gallery > div.wrapper {
        width: 800px;
        margin: 60px 0 30px 0;
    }

    section#gallery > div.wrapper > img {
        height: 450px;
    }
    section#gallery > div.wrapper > .wrapper {
        margin: 30px 0
    }
    section#gallery > div.wrapper > .wrapper > img {
        height: 100px;
        width: 180px;
    }
    /* O nas */
    section#aboutUs > article {
        width: 100%;
        padding: 10px;
    }

    section#aboutUs > article > h2 {
        font-size: 2.2rem;
    }
    section#aboutUs > article > p {
        font-size: 1.1rem;
        padding: 5px;
    }
    /* Co wykonujemy */
    section#ourActivities article {
        width: 100%;
        margin: 0 auto;
    }
    section#ourActivities article h2 {
        font-size: 2rem;
        line-height: 50px;
    }
    section#ourActivities article h2 span {
        font-weight: 500;
        color: #e5ab47
    }
    section#ourActivities article ul {
        width: 95%;
        margin: 10px auto;
    }
    section#ourActivities article ul li i {
        padding: 0 30px 0 0;
        font-size: 1.5rem;
    }
    section#ourActivities article ul li {
        padding: 5px;
        font-size: 1.2rem;
    }
    section#ourActivities article ul li:hover {
        padding-left: 40px;
    }

    /* Rzetelna firma */
    section#certificate {
        width: 100%;
        display: flex;
        justify-content: center;

    }


    section#certificate > div.wrapper {
        width: 100%;
        padding: 10px;
    }

    section#certificate > div.wrapper > article {
        width: 70%;
        padding: 0;
    }

    section#certificate > div.wrapper > article > h2 {
        width: 100%;
        line-height: 40px;
        padding-top: 30px;
        font-size: 1.8rem;
    }
    section#certificate > div.wrapper > article > p {
        font-size: 1rem;
        letter-spacing: 1px;
        padding: 20px 0;
    }
    section#certificate > div.wrapper > article a {
        font-size: 1.1rem;
    }
    section#certificate > div.wrapper > article a:hover {
        font-size: 1.2rem;
    }
    section#certificate > div.wrapper > img {
        width: 400px;
        height: 550px;
        padding: 30px;
    }
    /* Poczta */
    section#post {
        margin: 60px 0 10px 0;
    }
    main > section:last-child {
        width: 100%;
        padding-bottom: 10px;
        font-size: .8rem;
    }
}

@media only screen and (max-width: 800px) {
    .container > section#topBar {
        height: 80px;
    }
    section#topBar p:first-child {
        line-height: 50px;
        font-size: 1.8rem;
        padding: 5px 0 0 0;
    }
    /* Header */
    header {
        margin-top: 100px;
        height: 510px;
    }
    header img:first-child {
        height: 350px;
        margin: -20px 0;
    }
    header img + img {
        margin: -100px auto 0;
        height: 240px;
    }
    /* Kontakt i godziny otwarcia */
    section#info {
        width: 100%;
        padding: 10px;
        justify-content: space-between;
    }
    section#info > article#contact {
        width: 45%;
        height: 360px;
    }
    section#info > article#contact > h2:first-child {
        font-size: 2rem;
    }
    section#info > article#contact > p:nth-child(3n+2) {
        font-size: 1.2rem;
        padding: 0;
    }
    section#info > article#contact > p:nth-child(3n+3) {
        letter-spacing: 2px;
        font-size: .9rem;
        margin: 0 10px 0 0;

    }
    section#info > article#contact > p {
        width: 40%;
        font-size: .8rem;
        line-height: 10px;
        height: 20px
    }
    section#info > article#businessHours > h2 {
        font-size: 2rem;
    }
    section#info > article#businessHours > ul {
        margin: 0;
    }
    section#info > article#businessHours > ul > li {
        height: 40px;
        font-size: 1rem;
    }
    section#info > article#businessHours > ul > li span {
        font-size: .9rem;
    }
    article#localization h2 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 40px;
        margin: 10px;
    }
    article#localization h2 + h2 {
        font-size: 1rem;
        line-height: 10px;
        margin: 0 0 10px 0;
    }
    article#localization h2 + h2 i {
        font-size: 2rem;
        line-height: 10px;
    }
    /* Galeria */
    section#gallery {
        margin: 50px 0;
    }
    section#gallery button {
        height: 60px;
        width: 40px;
        margin: -100px 10px 10px 10px;
        background-color: #e5ab47;
    }
    section#gallery button i {
        font-size: 3rem;
        line-height: 60px;
        color: #111;
    }

    section#gallery > div.wrapper {
        width: 650px;
        margin: 40px 0 0 0;
    }

    section#gallery > div.wrapper > img {
        width: 100%;
        height: 370px;
    }
    section#gallery > div.wrapper > .wrapper {
        margin: 30px 0 40px 0;
    }
    section#gallery > div.wrapper > .wrapper > img {
        height: 85px;
        width: 150px;
    }
    /* O nas */
    section#aboutUs > article {
        width: 100%;
        padding: 10px;
    }
    section#aboutUs > article > h2 {
        font-size: 2rem;
    }
    section#aboutUs > article > p {
        text-align: center;
        font-size: 1rem;
        font-weight: 300;
        padding: 0;
        letter-spacing: 1px;
        line-height: 27px
    }
    /* Co wykonujemy */
    section#ourActivities {
        margin: 40px 0;
    }
    section#ourActivities article {
        width: 100%;
    }
    section#ourActivities article h2 {
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 40px;
    }
    section#ourActivities article ul {
        width: 100%;
        margin: 30px auto;
    }
    section#ourActivities article ul li i {
        padding: 0 20px 0 10px;
        font-size: 1.5rem;
        color: #e5ab47
    }
    section#ourActivities article ul li {
        padding: 5px;
        font-size: .7rem;
        font-weight: normal;
    }
    section#ourActivities article ul li:hover {
        padding-left: 30px;
    }
    /* Rzetelna firma */
    section#certificate {
        width: 100%;
        display: flex;
        justify-content: center;

    }
    section#certificate > div.wrapper {
        width: 100%;
        display: flex;
        background-color: #111;
        justify-content: space-around;
        padding: 0;
    }
    section#certificate > div.wrapper > article {
        width: 70%;
        padding: 0;
    }
    section#certificate > div.wrapper > article > h2 {
        font-size: 1.5rem;
    }
    section#certificate > div.wrapper > article > p {
        text-align: center;
        font-size: .6rem;
        letter-spacing: 2px;
        padding: 20px 0;
    }
    section#certificate > div.wrapper > article a {
        width: 70%;
        font-size: 1rem;
        font-weight: 700;
        background-color: #e5ab47;
        height: 60px;
        line-height: 60px;
        transition: .16s font-size ease;

    }

    section#certificate > div.wrapper > article a:hover {
        font-size: 1.1rem;
    }

    section#certificate > div.wrapper > img {
        width: 300px;
        height: 400px;
    }

    /* Poczta */
    section#post {
        height: 70px;
        margin: 30px 0 10px 0;
    }
    section#post > h2 a {
        line-height: 90px;
        font-size: 2rem;
    }
    section#post > h2 i {
        font-size: 2rem;
    }
    section#post > h2 i:first-child {
        color: white;
    }
    section#post a:hover {
        font-size: 2.2rem;
        font-weight: normal;
    }
    main > section:last-child {
        width: 80%;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    section#info > article#contact > p:nth-child(3n+3) {
        letter-spacing: 2px;
        font-size: .8rem;
        margin-left: 20px;
        font-weight: 300;
    }
    section#aboutUs > article > p {
        text-align: center;
        font-size: 1rem;
        font-weight: 300;
        padding: 10px;
        letter-spacing: 1px;
        width: 90%;
    }
    section#gallery button {
        height: 60px;
        width: 40px;
        margin:-20px px 0;
        background-color: #e5ab47;
    }
    section#gallery button i {
        font-size: 3rem;
        line-height: 60px;
        color: #111;
    }
    section#gallery > div.wrapper {
        width: 650px;
        margin: 40px auto 0;
    }

    section#gallery > div.wrapper > img {
        width: 100%;
        height: 370px;
    }
    section#gallery > div.wrapper > .wrapper {
        margin: 30px 0 40px 0;
    }
    section#gallery > div.wrapper > .wrapper > img {
        height: 85px;
        width: 150px;
    }
}

@media only screen and (max-width: 610px) {
    .container {
        width: 100%;
        height: 900px;
        position: relative;
        margin-right: 24px;
        
    }

    .container > section#topBar {
        height: 40px;
        width: 100%;
        background-color: #111;
        position: fixed;
        top: 0;
    }
    section#topBar p:first-child {
        line-height: 20px;
        font-size: .7rem;
    }

    section#topBar p + p {
        line-height: 5px;
        font-size: .5rem;
        letter-spacing: 1px;
    }
    /* Header */
    header {
        margin-top: 100px;
        height: 290px;
        width: 100%;
    }

    header img:first-child {
        width: 100%;
        height: 200px;
        box-shadow: 0px 0px 30px 8px rgba(1, 1, 1, .4);
        margin: -60px 0;
    }

    header img + img {
        margin: 20px auto 0;
        height: 120px;
    }

    header img + img:hover {
        animation: none;
    }


    /* Kontakt i godziny otwarcia */
    section#info {
        width: 100%;
        background-color: #fff;
        box-shadow: none;
        padding: 0;
    }

    section#info > article#contact {
        width: 100%;
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
        background-color: #111;
        padding: 0 0 10px 0;
    }

    section#info > article#contact > h2:first-child {
        font-size: 1.8rem;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    section#info > article#contact > p:nth-child(3n+2) {
        font-size: 1.1rem;
        letter-spacing: 3px;
        margin-top: 10px
    }
    section#info > article#contact > p:nth-child(3n+3) {
        letter-spacing: 4px;
        font-size: .7rem;
        margin-left: 10px;
        line-height: 20px
    }

    section#info > article#contact > p {
        width: 100%;
        font-size: .7rem;
        line-height: 20px;
        letter-spacing: 2px;
    }
    section#info > article#businessHours {
        background-color: #fff;
        width: 100%;
        margin: 20px 0;
        color: #111;
    }

    section#info > article#businessHours > h2 {
        font-size: 1.7rem;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }
    section#info > article#businessHours ul {
        width: 100%;
        margin-top: 20px;
    }

    section#info > article#businessHours > ul > li {
        height: 35px;
        font-size: 1.2rem;
    }
    article#localization {
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
        background-color: #111;
    }
    article#localization h2 {
        font-size: 1.5rem;
        line-height: 30px;
        margin-top: 0;
        margin: 20px 0 0 0;
    }
    article#localization h2 + h2 {
        font-size: .8rem;
        line-height: 10px;
        margin: 5px 0 10px 0;
    }
    article#localization h2 + h2 i {
        font-size: 1.2rem;
        line-height: 10px;
    }
    /* Galeria */
    section#gallery {
        margin: 30px 0;
    }
    section#gallery button {
        height: 50px;
        width: 30px;
        margin: -30px 4px 0;
    }
    section#gallery button i {
        font-size: 1.9rem;
        line-height: 50px;
    }

    section#gallery > div.wrapper {
        width: 500px;
        margin: 20px 0 0 0;
    }

    section#gallery > div.wrapper > img {
        width: 100%;
        height: 280px;
    }

    section#gallery > div.wrapper > .wrapper {
        margin: 10px 0 20px 0;
    }

    section#gallery > div.wrapper > .wrapper > img {
        height: 60px;
        width: 110px;
    }

    /* O nas */
    section#aboutUs > article {
        width: 100%;
        padding: 0;
    }
    section#aboutUs > article > h2 {
        font-size: 2rem;
    }
    section#aboutUs > article > p {
        font-size: .7rem;
        font-weight: 300;
        padding: 5px 20px 20px ;
        letter-spacing: 3px;
        text-align-last: center;
        width: 100%
    }

    /* Co wykonujemy */
    section#ourActivities {
        margin: 30px 0;
    }
    section#ourActivities article {
        width: 100%;
        margin: 0 auto;
    }
    section#ourActivities article h2 {
        font-size: 1.1rem;
        line-height: 40px;
        font-weight: normal;
        letter-spacing: 1px;
    }
    section#ourActivities article ul {
        width: 100%;
        margin: 10px 0 0 10px;
    }
    section#ourActivities article ul li i {
        padding: 0 0 0 5px;
        font-size: 1rem;
        color: #e5ab47
    }
    section#ourActivities article ul li {
        padding: 0px;
        font-size: .7rem;
        letter-spacing: 1px;
        line-height: 40px
    }
    section#ourActivities article ul li:hover {
        padding-left: 7px;
    }
    /* Rzetelna firma */
    section#certificate {
        width: 100%;
        flex-wrap: wrap;
    }
    section#certificate > div.wrapper {
        flex-wrap: wrap;
        padding: 0px;
    }
    section#certificate > div.wrapper > article {
        padding: 10px;
        width: 100%;
    }
    section#certificate > div.wrapper > article > h2 {
        width: 100%;
        font-size: 1.7rem;
        line-height: 40px;
        margin: 0;
        padding: 10px;
    }

    section#certificate > div.wrapper > article > p {
        font-size: .7rem;
        padding: 20px 0;
    }

    section#certificate > div.wrapper > img {
        width: 350px;
        height: 440px;
        padding: 20px;
        margin: 0 auto;
    }
    section#certificate > div.wrapper > article a {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        display: block;
        font-size: .7rem;
        font-weight: 700;
        background-color: #e5ab47;
        height: 60px;
        line-height: 60px;
        transition: .16s font-size ease;

    }
    section#certificate > div.wrapper > article a:hover {
        font-size: 1.1rem;
    }

    /* Poczta */
    section#post {
        height: 60px;
        margin: 30px 0 10px 0;
    }
    section#post > h2 a {
        text-align: center;
        width: 20%;
        height: 60px;
        line-height: 60px;
        font-size: 1.5rem;
    }
    section#post > h2 i {
        font-size: 1.5rem;
    }
    section#post > h2 i:first-child {
        color: white;
    }
    section#post a:hover {
        font-size: 1.7rem;
        font-weight: normal;
    }
    main > section:last-child {
        width: 90%;
        color: #ddd;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
        font-size: .6rem
    }

    @keyframes bouncing {
        0% {
            margin: 10px auto 60px;
        }
        50% {
            margin: 20px auto 60px;
        }
        100% {
            margin: 30px auto 60px;
        }
    }
}
@media only screen and (max-width: 420px) {
    body{
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        overflow-x: hidden;
    } 
    /* Galeria */
    section#gallery {
        margin: 30px 0;
    }
    section#gallery button {
        height: 40px;
        width: 20px;
        margin: -20px 0 0;
    }
    section#gallery button i {
        font-size: 1.9rem;
        line-height: 40px;
        width: 20px;
        z-index: 2;
    }

    section#gallery > div.wrapper {
        margin: 20px 0 0 0;
        width: 350px;
    }

    section#gallery > div.wrapper > img {
        width: 100%;
        height: 210px;
    }

    section#gallery > div.wrapper > .wrapper {
        margin: 10px 0 20px 0;
    }

    section#gallery > div.wrapper > .wrapper > img {
        height: 40px;
        width: 80px;
    }
     section#certificate > div.wrapper > article a {
        font-size .8rem;

    }
     section#ourActivities article ul {
        width: 90%;
        margin: 0;
    }
    
    

}
@media only screen and (max-width: 375px) {
    .container {
        height: 900px;
        position: relative;
        margin-right: 10px;
    }

    .container > section#topBar {
        height: 40px;
        width: 100%;
        background-color: #111;
        position: fixed;
        top: 0;
    }
    section#topBar p:first-child {
        line-height: 20px;
        font-size: .7rem;
    }

    section#topBar p + p {
        line-height: 5px;
        font-size: .5rem;
        letter-spacing: 1px;
    }

    /* Header */
    header {
        margin-top: 100px;
        height: 220px;
        width: 100%;
    }

    header img:first-child {
        width: 100%;
        height: 150px;
        box-shadow: 0px 0px 30px 8px rgba(1, 1, 1, .4);
        margin: -60px 0;
    }

    header img + img {
        margin: 20px auto 0;
        height: 100px;
    }

    header img + img:hover {
        animation: none;
    }


    /* Kontakt i godziny otwarcia */
    section#info {
        width: 100%;
        background-color: #fff;
        box-shadow: none;
        padding: 0;
    }

    section#info > article#contact {
        width: 100%;
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
        background-color: #111;
        padding: 0 0 10px 0;
    }

    section#info > article#contact > h2:first-child {
        font-size: 1.8rem;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    section#info > article#contact > p:nth-child(3n+2) {
        font-size: 1.1rem;
        letter-spacing: 3px;
        margin-top: 10px
    }
    section#info > article#contact > p:nth-child(3n+3) {
        letter-spacing: 4px;
        font-size: .7rem;
        margin-left: 10px;
        line-height: 20px
    }

    section#info > article#contact > p {
        width: 100%;
        font-size: .7rem;
        line-height: 20px;
        letter-spacing: 2px;
    }
    section#info > article#businessHours {
        background-color: #fff;
        width: 100%;
        margin: 20px 0;
        color: #111;
    }

    section#info > article#businessHours > h2 {
        font-size: 1.7rem;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }
    section#info > article#businessHours ul {
        width: 100%;
        margin-top: 20px;
    }

    section#info > article#businessHours > ul > li {
        height: 35px;
        font-size: 1.2rem;
    }
    article#localization {
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
        background-color: #111;
    }
    article#localization h2 {
        font-size: 1.6rem;
        line-height: 45px;
        margin-top: 0;
    }
    article#localization h2 + h2 {
        font-size: .8rem;
        line-height: 10px;
        margin: 0;
    }
    article#localization h2 + h2 i {
        font-size: 1.2rem;
        line-height: 10px;
    }
    /* Galeria */
    section#gallery {
        margin: 30px 0;
    }
    section#gallery button {
        height: 30px;
        width: 15px;
        margin: -30px 0 0 0;
    }
    section#gallery button i {
        font-size: 1rem;
        line-height: 0px;
    }

    section#gallery > div.wrapper {
        width: 300px;
        margin: 20px 0 0 0;
    }

    section#gallery > div.wrapper > img {
        width: 100%;
        height: 170px;
    }

    section#gallery > div.wrapper > .wrapper {
        margin: 10px 0 20px 0;
    }

    section#gallery > div.wrapper > .wrapper > img {
        height: 40px;
        width: 65px;
    }

    /* O nas */
    section#aboutUs > article {
        width: 100%;
        padding: 0;
    }
    section#aboutUs > article > h2 {
        font-size: 1.7rem;
    }
    section#aboutUs > article > p {
        text-align: center;
        font-size: .5rem;
        font-weight: 300;
        padding: 0 10px 20px;
        letter-spacing: 2px;
        text-align-last: center;
        line-height: 20px
    }

    /* Co wykonujemy */
    section#ourActivities {
        margin: 10px 0;
    }
    section#ourActivities article {
        width: 100%;
        margin: 0 auto;
    }
    section#ourActivities article h2 {
        font-size: 1rem;
        line-height: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        
    }
    section#ourActivities article ul {
        width: 90%;
        margin: 0;
    }
    section#ourActivities article ul li i {
        padding: 0 0 0 5px;
        font-size: .7rem;
        color: #e5ab47
    }
    section#ourActivities article ul li {
        padding: 0px;
        font-size: .7rem;
        letter-spacing: 1px;
    }
    section#ourActivities article ul li:hover {
        padding-left: 7px;
    }
    /* Rzetelna firma */
    section#certificate {
        width: 100%;
        flex-wrap: wrap;
    }
    section#certificate > div.wrapper {
        flex-wrap: wrap;
        padding: 0px;
    }
    section#certificate > div.wrapper > article {
        padding: 10px;
        width: 100%;
    }
    section#certificate > div.wrapper > article > h2 {
        width: 100%;
        font-size: 1.7rem;
        line-height: 40px
    }

    section#certificate > div.wrapper > article > p {
        font-size: .6rem;
        padding: 20px 0;
        line-height: 20px;
        letter-spacing: 3px;
        text-align: center;
    }

    section#certificate > div.wrapper > img {
        width: 90%;
        height: 400px;
        padding: 20px
    }
    section#certificate > div.wrapper > article a {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        background-color: #e5ab47;
        height: 60px;
        line-height: 60px;
        transition: .16s font-size ease;

    }
    section#certificate > div.wrapper > article a:hover {
        font-size: 1.1rem;
    }

    /* Poczta */
    section#post {
        height: 60px;
        margin: 30px 0 10px 0;
    }
    section#post > h2 a {
        text-align: center;
        width: 20%;
        height: 60px;
        line-height: 60px;
        font-size: 1.5rem;
    }
    section#post > h2 i {
        font-size: 1.5rem;
    }
    section#post > h2 i:first-child {
        color: white;
    }
    section#post a:hover {
        font-size: 1.7rem;
        font-weight: normal;
    }
    main > section:last-child {
        width: 90%;
        color: #ddd;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
        font-size: .6rem
    }
}

@media only screen and (max-width: 360px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        height: 900px;
        position: relative;
        margin-right: 0;
    }

    .container > section#topBar {
        height: 40px;
        width: 100%;
        background-color: #111;
        position: fixed;
        top: 0;
    }
    section#topBar p:first-child {
        line-height: 20px;
        font-size: .7rem;
    }

    section#topBar p + p {
        line-height: 5px;
        font-size: .5rem;
        letter-spacing: 1px;
    }

    /* Header */
    header {
        margin-top: 100px;
        height: 220px;
        width: 100%;
        
    }

    header img:first-child {
        width: 100%;
        height: 150px;
        box-shadow: 0px 0px 30px 8px rgba(1, 1, 1, .4);
        margin: -60px 0;
    }

    header img + img {
        margin: 20px auto 0;
        height: 100px;
    }

    header img + img:hover {
        animation: none;
    }


    /* Kontakt i godziny otwarcia */
    section#info {
        width: 100%;
        background-color: #fff;
        box-shadow: none;
        padding: 0;
    }

    section#info > article#contact {
        width: 100%;
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
        background-color: #111;
        padding: 0 0 10px 0;
    }

    section#info > article#contact > h2:first-child {
        font-size: 1.8rem;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    section#info > article#contact > p:nth-child(3n+2) {
        font-size: 1.1rem;
        letter-spacing: 3px;
        margin-top: 10px
    }
    section#info > article#contact > p:nth-child(3n+3) {
        letter-spacing: 4px;
        font-size: .7rem;
        margin-left: 10px;
        line-height: 20px
    }

    section#info > article#contact > p {
        width: 100%;
        font-size: .7rem;
        line-height: 20px;
        letter-spacing: 2px;
    }
    section#info > article#businessHours {
        background-color: #fff;
        width: 100%;
        margin: 20px 0;
        color: #111;
    }

    section#info > article#businessHours > h2 {
        font-size: 1.7rem;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }
    section#info > article#businessHours ul {
        width: 100%;
        margin-top: 20px;
    }

    section#info > article#businessHours > ul > li {
        height: 35px;
        font-size: 1.2rem;
    }
    article#localization {
        box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, .4);
        background-color: #111;
    }
    article#localization h2 {
        font-size: 1.5rem;
        line-height: 45px;
        margin-top: 0;
    }
    article#localization h2 + h2 {
        font-size: .6rem;
        line-height: 10px;
        margin: 0;
    }
    article#localization h2 + h2 i {
        font-size: 1.2rem;
        line-height: 10px;
    }
    /* Galeria */
    section#gallery {
        margin: 30px 0;
        width:100%;
    }
    section#gallery button {
        height: 20px;
        width: 20px;
        margin: -30px 0 0 0;
    }
    section#gallery button i {
        font-size: 1rem;
        line-height: 0px;
    }

    section#gallery > div.wrapper {
        width: 300px;
        margin: 20px 0 0 0;
    }

    section#gallery > div.wrapper > img {
        width: 100%;
        height: 170px;
    }

    section#gallery > div.wrapper > .wrapper {
        margin: 10px 0 20px 0;
    }

    section#gallery > div.wrapper > .wrapper > img {
        height: 40px;
        width: 65px;
    }

    /* O nas */
    section#aboutUs > article {
        width: 100%;
        padding: 0;
    }
    section#aboutUs > article > h2 {
        font-size: 1.7rem;
    }
    section#aboutUs > article > p {
        text-align: center;
        font-size: .7rem;
        font-weight: 300;
        padding: 0 20px 20px;
        letter-spacing: 2px;
        text-align-last: center;
    }

    /* Co wykonujemy */
    section#ourActivities {
        margin: 30px 0;
    }
    section#ourActivities article {
        width: 90%;
        margin: 0 auto;
    }
    section#ourActivities article h2 {
        font-size: 1rem;
        line-height: 40px;
        font-weight: bold;
        letter-spacing: 0px;
    }
    section#ourActivities article ul {
        width: 300px;
        margin: 0 auto;
    }
    section#ourActivities article ul li i {
        padding: 0 0 0 5px;
        font-size: 1rem;
        color: #e5ab47
    }
    section#ourActivities article ul li {
        padding: 0px;
        font-size: 1rem;
        letter-spacing: 1px;
    }
    section#ourActivities article ul li:hover {
        padding-left: 7px;
    }
    /* Rzetelna firma */
    section#certificate {
        width: 100%;
        flex-wrap: wrap;
    }
    section#certificate > div.wrapper {
        flex-wrap: wrap;
        padding: 0px;
    }
    section#certificate > div.wrapper > article {
        padding: 10px;
        width: 100%;
    }
    section#certificate > div.wrapper > article > h2 {
        width: 100%;
        font-size: 1.7rem;
        line-height: 40px
    }

    section#certificate > div.wrapper > article > p {
        font-size: .7rem;
        padding: 20px 0;
    }

    section#certificate > div.wrapper > img {
        width: 90%;
        height: 400px;
        padding: 20px
    }
    section#certificate > div.wrapper > article a {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        background-color: #e5ab47;
        height: 60px;
        line-height: 60px;
        transition: .16s font-size ease;

    }
    section#certificate > div.wrapper > article a:hover {
        font-size: 1.1rem;
    }

    /* Poczta */
    section#post {
        height: 60px;
        margin: 30px 0 10px 0;
    }
    section#post > h2 a {
        text-align: center;
        width: 20%;
        height: 60px;
        line-height: 60px;
        font-size: 1.5rem;
    }
    section#post > h2 i {
        font-size: 1.5rem;
    }
    section#post > h2 i:first-child {
        color: white;
    }
    section#post a:hover {
        font-size: 1.7rem;
        font-weight: normal;
    }
    main > section:last-child {
        width: 90%;
        color: #ddd;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
        font-size: .6rem
    }

    @keyframes bouncing {
        0% {
            margin: 10px auto 60px;
        }
        50% {
            margin: 20px auto 60px;
        }
        100% {
            margin: 30px auto 60px;
        }
    }
}
