﻿html {
    scroll-behavior: smooth;
    
}
@font-face {
    src: url(font/Oswald-VariableFont_wght.ttf);
    font-family:oswald;
}
body {
}
h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    background: url(Obrazy/h1bg.png) repeat-x;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50vh;
    font-weight: bold;
    padding-left: 5%;
    margin-left: 5%;
    padding-right: 5%;
    margin-right: 5%;
    color: white;
    font-weight: 300 !important;
}
h4 {
    font-family: oswald;
    font-weight: bold;
}
.sup {
    vertical-align: super;
    font-size: smaller;
}
.strengths{
    text-align:center;
    max-width:255px
}
.scroll_padding {
    padding-top: 70px;
    margin-top: -70px;
}
.scroll_contact_padding {
    padding-top: 100px;
    margin-top: -100px;
}
.mainPadding {
    padding-left: 10%;
    padding-right: 10%;
}
.titleInCont {
    padding-left: 0;
    padding-right: 0;
}
/*.navbarCollorTrans {
    background: linear-gradient(#ffffff,90%, #0000) !important;
}*/
p {
    font-family: oswald;
    text-align:justify
}
span {
    font-family: oswald;
}

/* Links color*/

a {
    font-family: oswald;
    color: black !important;
}

    a:hover {
        color: #4CAF50 !important;
        transition: all 0.7s ease 0s;
    }

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 80%;
    min-width: 260px;
    max-width:360px;
    min-height: 500px;
    border-radius: 5px;
    height: 80%
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

img {
    border-radius: 5px 5px 0 0;
}

.cardContainer {
    padding: 2px 16px;
    height: 80%;
}

.cardParagraph {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center ;
    text-align:center
}

.maxWidthClass{
    max-width:1140px;
}
.colorLinks {
    transition-duration: 0.4s !important;
    margin: 4px 5px;
    border-radius:5px;
    transform:skew(-15deg);
}

.skew {
    display:inline-block;
    transform: skew(15deg);
}
.underline {
    display:inline-block;
    padding-left: 10px;
    padding-right: 30px;
    border-radius: 5px;
    border-color: #4CAF50;
    border-bottom: 4px solid #4CAF50;
    border-left: 4px solid #4CAF50;
    transform: skew(-15deg)
}

    .colorLinks:hover {
        background-color: #4CAF50;
        color: white!important;
    }

    .button {
        border-radius: 50px;
        border: none;
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
    }

.button1 {
    border-radius: 50px;
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

    .button1:hover {
        background-color: #4CAF50;
        color: white;
    }


.links {
    color: black !important;
    font-weight: bold;
}
.setPictureAboutUs {
    width: 100%;
    /*
    animation: animate 8s ease infinite;
        */
    background: url(Obrazy/mainKarton.jpg) no-repeat;
    vertical-align: middle;
}
 @keyframes animate{
    0%,100% {
        background: url(Obrazy/mainKarton.jpg) no-repeat;
        background-size: cover;
        background-position:center
    }
    50% {
        background: url(Obrazy/kartony1b.jpg) no-repeat;
        background-size: cover;
        background-position: center
    }
 }


.sectionH1PictureStyle {
    height: 40vh;
    max-width: 100%;
    background-size: cover;
    padding: 0;
    text-align: center;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-weight: bold;
}
.firstParagraphPadding{
    margin-top:0px
}

.sectionDivCollor {
    background-color: aqua; background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: auto;
    padding-top:100px;
    padding-bottom:100px;
    
}

div.transbox {
    background-color: blue;
    opacity: 0.7;
   
}
.transbox {
    background-position: center;
    
    opacity: 0.4;
}

.container {
    position: relative;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bg-white {
    background: #ffffff!important;
}

.bg-gray {
    background: #f2f2f2;
}
/* Bottom right text */
.margins{
    padding:0;
    padding-bottom:0px
}

.footerRowWidth {
    flex-shrink: 0;
}

.iconSize{
    width:25px;
}

.navbarPadding {
    padding: 8px;
    padding-left: 10%;
    padding-right: 10%;
}
.languageAlignment {
    text-align:right;
}

.logo {
    position: center;
    left: 50%;
    display: block;
}

.logoSize {
    width:175px;
        /*margin-left: -87px !important; /* 50% of your logo width */ 

}

.languageSize {
   height:40px;
    width: 175px;
}
.offerImgSize {
    width:250px;
    padding:20px;
}
.offerSeparator {
    border-bottom: solid black;
   
}
/*dla małego ekranu*/ 
@media screen and (min-width: 0px) and (max-width: 350px) {

    h1 {
        font-size: 2rem;
    }
    .navbarPadding {
        padding: 3px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .scroll_padding {
        padding-top: 46px;
        margin-top: -46px;
    }

    .scroll_contact_padding {
        padding-top: 70px;
        margin-top: -70px;
    }
    .margins {
        padding-bottom: 0px
    }
    .languageMargins{
        padding-top:8px;
        padding-bottom:8px;
    }

    .logo {
        position: center;
        left: 50%;
        /*margin-left: -52px !important; /* 50% of your logo width */
        display: block;
    }

    .logoSize {
        width: 105px;
    }
    .languageSize {
        height: 30px;
        width: 105px;
    }

    .map {
        width: 250px;
        height: 230px;
    }

    .firstParagraphPadding {
        margin-top: 60px;
    }
    /* show it on small screens */
}
/*mapsize*/
.map {
    width: 250px;
    height: 230px;
}
.checkOffer {
    font-size: 15px;
}
@media screen and (min-width: 350px) and (max-width: 767.98px) {
    .map {
        width: 325px;
        height: 250px;
    }

    .languageAlignment {
        text-align: left;
    }

    .anchor {
        padding-top: 100px;
        margin-top: -100px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .checkOffer {
        font-size: 10px;
    }

    .colorLinksSpan {
        padding-left: 10px;
    }
    /* show it on small screens */
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .map {
        width: 600px;
        height: 300px;
    }
    /* show it on small screens */

}@media screen and (min-width: 1250px) {
    .map {
        width: 300px;
        height: 300px;
    }
    /* show it on small screens */
}
 /*logoSize*/
@media screen and (min-height: 0px)and (max-height:400px) {
    .navbarPadding {
        padding: 3px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .scroll_padding {
        padding-top: 46px;
        margin-top: -46px;
    }
    .scroll_contact_padding {
        padding-top: 70px;
        margin-top: -70px;
    }

    .margins {
        padding-bottom: 0px
    }

    .logoSize {
        width: 105px;
        height: 30px;
        display:block;
    }

    .languageSize {
        width: 105px;
    }

    .firstParagraphPadding {
        margin-top: 60px;
    }

    /* show it on small screens */

}
.scroll-down {
    height: 50px;
    width: 30px;
    border: 3px solid black;
    position: absolute;
    transform: translate(-50%, -50%) ;
    left: 50%;
    bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
}

    .scroll-down::before,
    .scroll-down::after {
        content: "";
        position: absolute;
        top: 20%;
        left: 50%;
        height: 10px;
        width: 10px;
        transform: translate(-50%, -100%) rotate(45deg);
        border: 2px solid black;
        border-top: transparent;
        border-left: transparent;
        animation: scroll-down 1s ease-in-out infinite;
    }

    .scroll-down::before {
        top: 30%;
        animation-delay: 0.3s;
        /* animation: scroll-down 1s ease-in-out infinite; */
    }

@keyframes scroll-down {
    0% {
        /* top:20%; */
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        top: 90%;
        opacity: 0;
    }
}






