/*font-family: 'Saira', sans-serif;*/
/*font-family: 'Saira Condensed', sans-serif;*/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

header {
    position: relative;
    background-color: red;
    height: 100vh;
    overflow: hidden;
    max-width: 1620px;
    margin: 0 auto;
}

header > * {
    position: absolute;
}

header img {
    height: 50%;
    bottom: 0;
    right: 0;
}

header div.welcome {
    z-index: 1;
    top: 7%;
    left: 5%;
    right: 5%;
    font-family: 'Saira Condensed', sans-serif;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}


header h1 {
    font-size: 15px;
    margin-top: 20px;
}

header h2 {
    font-size: 20px;
    font-weight: normal;
}

header button {
    background-color: transparent;
    border: 2px solid white;
    font-family: 'Saira', sans-serif;
    color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 32px;
    padding: 0 20px;
    + + text-transform: uppercase;
    + +
}

@media (orientation:portrait) and (min-width: 320px) {


    header img {
        right: -15%;
    }
}


@media (orientation:portrait) and (min-width: 360px) {

    header h1 {
        font-size: 24px;
    }

    header h2 {
        font-size: 24px;
    }

    header button {
        margin-top: 24px;
        line-height: 40px;
        font-size: 16px;

    }

    header img {
        right: -20%;
    }
}

@media (orientation:portrait) and (min-width: 410px) {

    header h1 {
        font-size: 26px;
    }

    header h2 {
        font-size: 26px;
    }

    header button {
        margin-top: 40px;
        line-height: 50px;
        font-size: 20px;

    }

    header img {

        right: -15%;
    }
}


@media (orientation:portrait) and (min-width: 768px) {

    header p {
        font-size: 80px;
    }

    header h1 {
        font-size: 32px;
    }

    header h2 {
        font-size: 32px;
    }

    header button {
        margin-top: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    header img {
        right: -15%;
    }
}




@media (orientation: landscape) {
    header img {
        height: 80%;
        bottom: 0;
        right: -5%;
    }

    header div.welcome {
        top: 15%;
        left: 7%;
        right: 48%;
    }

    header button {
        margin-top: 40px;
    }
}


@media (orientation:landscape) and (min-width: 640px) {

    header h1 {
        font-size: 24px;
    }

    header h2 {
        font-size: 24px;
    }

    header button {
        font-size: 16px;
        line-height: 40px;
    }
}


@media (orientation:landscape) and (min-width: 1024px) {

    header div.welcome {
        text-align: left;
        left: 3%;
    }

    header p {
        font-size: 56px;

    }

    header h1 {
        margin-top: 40px;
        font-size: 34px;
    }

    header h2 {
        font-size: 34px;
    }

    header button {
        margin-top: 80px;
        font-size: 28px;
        line-height: 70px;
    }

    header img {
        right: -15%;
        height: 85%;
    }

}

@media (orientation:landscape) and (min-width: 1280px) {


    header div.welcome {
        text-align: left;
        left: 6%;
    }

    header p {
        font-size: 100px;
    }

    header h1 {
        margin-top: 40px;
        font-size: 50px;
    }

    header h2 {
        font-size: 50px;
    }

    header button {
        margin-top: 100px;
        font-size: 30px;
        line-height: 80px;
        padding: 0 40px;
        border-width: 2px;
    }

    header img {
        right: -12%;
        height: 80%;
    }



}

@media (orientation:landscape) and (min-width: 1600px) {

    header div.welcome {
        text-align: left;
        left: 8%;
    }

    header p {
        font-size: 120px;
    }

    header h1 {
        margin-top: 40px;
        font-size: 60px;
    }

    header h2 {
        font-size: 60px;
    }

    header button {

        line-height: 90px;

    }

    header img {
        right: -8%;
        height: 90%;
    }

}

@media (min-width: 1024px) {
    header button {
        cursor: pointer;
        transition: 0.3s;
    }

    header button:hover {
        background-color: white;
        color: #111;
    }
}



/* Sekcja 1 - nasze cechy */

.features {
    margin-top: 50px;
    padding: 5%;
    text-align: center;
    max-width: 1620px;
    margin: 0 auto;

}

.features h1 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.features h2 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;

}

.features p {
    font-family: 'Saira', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 20px 0;

}

.features img {
    width: 100%;
    margin: 5px 0;
    max-width: 375px;
}


@media (min-width: 360px) {

    .features h1 {
        font-size: 28px;
    }

    .features h2 {
        font-size: 24px;
    }

    .features p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {

    .features h1 {
        font-size: 36px;
    }

    .features h2 {
        font-size: 28px;
    }

    .features p {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {

    .features {
        margin-top: 50px;
        padding: 5% 2%;
        text-align: center;
    }

    .feature {
        float: left;
        width: 33%;
        padding: 20px;
    }

    .features h1 {
        font-size: 36px;
    }

    .features h2 {
        font-size: 22px;
        /*        line-height: 1.2;*/
    }

    .features p {
        font-size: 16px;
        line-height: 150%;
        padding: 0 10px;
    }
}

@media (min-width: 1600px) {

    .feature {
        padding: 20px 40px;

    }

    .features h1 {
        font-size: 60px;
    }

    .features h2 {
        font-size: 32px;
        /*        line-height: 1.2;*/
    }

    .features p {
        font-size: 21px;
        line-height: 140%;
        padding: 0 10px;
    }
}

.portfolio {
    background-color: black;
    padding: 10px 0 30px;
}

.portfolio h1 {
    font-size: 28px;
    font-family: 'Saira Condensed', sans-serif;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.portfolio .web img {
    width: 100%;
}

.portfolio .about {
    font-family: 'Saira';
    font-weight: normal;
    color: white;
    padding: 10px 20px 20px 0px;
    text-align: left;
}

.portfolio .about h2 {
    font-size: 18px;
    border-bottom: 2px solid white;
    margin-bottom: 12px;
    /*    margin-top: 20*/
    padding-bottom: 6px;
    text-indent: 20px;
    text-transform: uppercase;
}

.portfolio .about p {
    font-size: 12px;
    padding-left: 20px;

}

.portfolio .project {
    margin-bottom: 20px;
    max-width: 1620px;
    margin: 0 auto;
}

.portfolio .project:nth-of-type(odd) {
    background-color: #ff4f2c;
}

.portfolio .project:nth-of-type(even) {
    background-color: #0170ba;
}


@media (min-width: 768px) {

    .portfolio h1 {
        font-size: 40px;
    }

    .portfolio .about h2 {
        font-size: 28px;
        text-indent: 40px;
    }

    .portfolio .about p {
        font-size: 18 px;
        padding-left: 40px;
    }

    .portfolio .project {
        margin-bottom: 40px;
    }

}

@media (orientation:landscape) {

    .web,
    .about {
        width: 50%;
        float: left;

    }

    .web img {
        display: block;
    }


    .portfolio .project:nth-of-type(even) .web {
        float: right;
    }

    .portfolio .project:nth-of-type(even) .about h2 {
        text-indent: 0;
        margin-left: 40px;
    }

    .portfolio .project:nth-of-type(even) .about {
        padding-right: 0;
    }

    .portfolio .project:nth-of-type(even) .about p {
        padding-right: 20px;
    }

}

@media (orientation:landscape) and (min-width:1024px) {
    .portfolio h1 {
        font-size: 40px;
    }

    .portfolio .about h2 {
        font-size: 28px;
        text-indent: 40px;
    }

    .portfolio .about p {
        font-size: 18 px;
        padding-left: 40px;
    }

    .portfolio .project {
        margin-bottom: 40px;
    }
}

/*@media (orientation:landscape) and (min-width:1024px) {}*/

@media (orientation:landscape) and (min-width:1400px) {
    .portfolio h1 {
        font-size: 60px;
        padding: 30px 0;
    }

    .portfolio .about h2 {
        font-size: 28px;
        text-indent: 40px;
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .portfolio .about p {
        font-size: 18 px;
        padding-left: 40px;
    }

    .portfolio .project {
        margin-bottom: 40px;
        line-height: 180%;
    }

}

/*Slogan*/
.slogan {
    font-family: 'saira';
    background-image: url(../images/motto.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    background-attachment: fixed;

}

.slogan h1 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.slogan p.text {
    font-family: 'saira', sans-serif;
    font-size: 18px;
}

.slogan p.author {
    font-size: 12px;
    margin-top: 20px;
}

.slogan .bg {
    background-color: rgba(0, 63, 114, 0.5);
    padding: 30px 10px;

}

@media (orientation:landscape) {
    .slogan p {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;

    }
}

@media (min-width: 768px) {

    .slogan .bg {
        padding: 50px 10px;
    }


    .slogan h1 {
        font-size: 38px;
        margin-bottom: 35px;
    }

    .slogan p {
        width: 60%;
        margin: 0 auto;
        font-size: 26px;
    }

    .slogan p.author {
        margin-top: 40px;
        font-size: 18px;

    }


}

@media (min-width: 1024px) {

    .slogan .bg {
        padding: 80px 10px;
    }


    .slogan h1 {
        font-size: 60px;
        margin-bottom: 55px;
    }

    .slogan p {
        width: 50%;
        margin: 0 auto;
        font-size: 40px;
    }

    .slogan p.author {
        margin-top: 40px;
        font-size: 26px;

    }


}


/*Sekcja Hobby*/

.hobby {
    max-width: 1920px;
    margin: 0 auto;
}

.hobby .item {
    height: 25vh;
    background-position: center;
    background-repeat: no-repeat;

}

.hobby .item:nth-of-type(1) {
    background-image: url(../images/hobby1.jpg)
}

.hobby .item:nth-of-type(2) {
    background-image: url(../images/hobby2.jpg)
}

.hobby .item:nth-of-type(3) {
    background-image: url(../images/hobby3.jpg)
}

.hobby .item:nth-of-type(4) {
    background-image: url(../images/hobby4.jpg)
}

.hobby .item p {
    font-family: 'saira', sans-serif;
    color: white;
    text-align: center;
    /*    line-height: 25vh;*/
    text-shadow: 0 0 4px black;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    padding: 5px 0;
}

.hobby h1 {
    padding: 20px;
    font-family: 'saira condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

@media (min-width: 533px) {

    .hobby .item {
        float: left;
        width: 50%;
        height: 40vh;
    }
}

@media (min-width: 768px) {

    .hobby h1 {
        font-size: 38px;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .hobby .item p {
        font-size: 30px;
        padding: 15px;
    }


}

@media (min-width:1024px) {


    .hobby .item p {
        padding: 0;
        line-height: 40vh;
        opacity: 0;
        transition: 1s;
        cursor: default;

    }

    .hobby .item:hover p {
        opacity: 1;
    }

    .hobby .item {
        background-size: 100%;
        transition: 1s;
    }

    .hobby .item:hover {
        background-size: 130%;
    }
}

@media (min-width:1600px) {

    .hobby h1 {
        font-size: 60px;
        margin-bottom: 50px;
        margin-top: 45px;
    }

    .hobby .item p {
        font-size: 40px;

    }

}


/* SEKCJA KONTAKT */

.contact {
    background-color: #000;
    padding: 30px 20px;
}

.contact .wrap {
    padding-top: 20px;
    max-width: 1024px;
    margin: 0 auto;
}

.contact h1 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    color: white;
    text-align: center;
}

.contact input,
.contact button,
.contact textarea {
    width: 100%;
    margin-bottom: 25px;
    font-family: 'saira', sans-serif;
    font-size: 12px;
    padding: 5px;
}

.contact input {

    height: 36px;

}

.contact textarea {
    height: 120px;
}

.contact button {
    line-height: 40px;
    font-size: 14px;
    background-color: black;
    color: white;
    border: 2px solid white;
}

.contact .socials {
    padding-top: 30px;
    font-size: 0;
}

.contact .social {
    padding-top: 10px;
    color: white;
    font-family: 'Saira Condensed', sans-serif;

}

.contact .social img {
    float: left;
}

.contact .social span {
    line-height: 72px;
    padding-left: 20px;
    float: left;
    font-size: 20px;
}

@media (min-width:533px) {

    .contact .social {
        display: inline-block;
        width: 50%;
    }
}

@media (min-width:1024px) {


    .contact h1 {
        font-size: 60px;
        padding: 30px 0;
    }

    .contact .socials,
    .contact form {
        float: left;
        width: 50%;
        padding: 0 20px;
    }

    .contact .social {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .contact input,
    .contact button,
    .contact textarea {
        margin-bottom: 35px;

    }

    .contact input {

        height: 46px;
        font-size: 24px;

    }

    .contact textarea {
        height: 180px;
        font-size: 24px;

    }

    .contact button {
        line-height: 50px;
        font-size: 20px;
        transition: 0.3s;
    }

    .contact button:hover {
        background-color: white;
        color: black;
        cursor: pointer;

    }
}

footer {
    background-color: #29a6dc;
    color: white;
    font-family: 'saira', sans-serif;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

/**/
/*dd*/
