* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body {
    background-color: #000;
    overflow-x: hidden;
    color: #fff;
}

header {
    width: 100vw;
    height: 100vh;
}

nav {
    padding: 0px 10px;
    position: fixed;
    z-index: 998;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

#typed {
    color: #fff;
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: block;
    font-size: 50px;
    padding-top: calc(50vh - 50px);
    position: relative;
    z-index: 1;
}

header img {
    margin-top: -20vh;
}

.imgSize {
    font-size: 80px;
    display: block;

}

main {
    /* display: none; */
}


h4.title {
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    align-items: center;
    color: gray;
    padding-top: 20px;
    padding-bottom: 20px;
}

h4.title::before,
h4.title::after {
    content: '';
    display: block;
    border: 1px solid gainsboro;
    flex-grow: 1;
    margin: 0 15px;
}

.one {
    background: linear-gradient(19deg, #b92424, #1f578b);
}

.two {
    background: linear-gradient(19deg, #921a64, #8b601f);
}

.three {
    background: linear-gradient(19deg, #921a64, #8b601f);
}

.four {
    background: linear-gradient(19deg, #b92424, #1f578b);
}

#kontakt form {
    background: linear-gradient(19deg, #b92424, #1f578b);
    padding: 20px 20px !important;
}

footer {
    width: 100vw;
    text-align: center;
    color: #fff;
    font-size: 22px;
    /* display: none; */
    height: 500px;
    background: url(img/footerimg.jpeg) no-repeat center fixed;
    background-size: cover;
    overflow-x: hidden;
    overflow: hidden;
    position: relative;
}

footer p.fot {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    /* background-color: #000; */
    position: absolute;
    bottom: 0;
    left: 0;
}

footer p {
    font-size: 30px;
    padding-top: 4px;
    margin-top: 20px;
}

footer p:first-child {
    margin-top: 80px;
}

footer p:last-child {
    margin-top: 120px;
    font-size: 24px;
}

footer p a {
    text-decoration: none;
    color: #fff;
}

footer p i {
    vertical-align: middle;
    font-size: 30px !important;
    margin-bottom: 5px;
    margin-right: 10px;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.card-box {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.card-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}



/* cookies */
/* #okCookie {
    background-color: #444242;
    color: #c7c2c2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    padding: 6px 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    z-index: 999;
    position: sticky;
}

#okCookie p {
    margin: 0 0 10px 0;
    float: left;
    padding: 5px 0px;
}

#okCookie #okClose,
#okCookie #okCprivacy {
    padding: 6px 20px;
    float: right;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    margin-top: 4px;
}

#okCookie #okClose {
    background-color: #39B54A;
    text-shadow: 0px 1px 1px #507F2B;
    box-shadow: inset 0px -1px 1px #507F2B;
}

#okCookie #okClose:hover {
    background-color: #42ce55
}

#okCookie #okCprivacy {
    background-color: #8D9499;
    text-shadow: 0px 1px 1px #63666B;
    box-shadow: inset 0px -1px 1px #63666B;
}

#okCookie #okCprivacy:hover {
    background-color: #a0a8ae
}

.okcBeginAnimate {
    -webkit-animation: myfirst 2s;
    animation: myfirst 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes myfirst {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */


/* polityka */

.polityka{
    margin-top: 80px;
}
.polityka ul li{
    list-style: square;
}
.polityka ol li{
    margin-left: 40px;
}

.polityka ul li a{
    color: #ffa500;
}




@media only screen and (min-width: 993px) {
    .box {
        margin-left: 28px !important;
    }
    #kontakt form {
        padding: 20px 60px !important;
    }
    #okCookie {
        height: 56px !important;
    }
}


.dot {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    background-color: #740707;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    color: rgb(160, 160, 160);
}

.box {
    margin-left: 0px !important;
}

p.naglowek {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #cf750d;
}

h6 {
    font-size: 20px;
}