@font-face {
    font-family: 'NvidiaSans';
    src: url('../fonts/nvidiasans_md.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NvidiaSans';
    src: url('../fonts/nvidiasans_mdIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'NvidiaSans';
    src: url('../fonts/nvidiasans_bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NvidiaSans';
    src: url('../fonts/nvidiasans_bdIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'NvidiaSans';
    src: url('../fonts/nvidiasans_lt.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NvidiaSans';
    src: url('../fonts/nvidiasans_ltIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'NvidiaSans', Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.82857;
    color: #eeeeee;
    background-color: #000000;
    transition: font-size 0.5s;
}

img {
    border: none;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

h1, h2, h3, h4 {
    font-weight: bold;
}
h1 {
    font-size: 280%;
}
h2 {
    font-size: 210%;
    margin-bottom: 25px;
}
h3 {
    font-size: 160%;
}
h4 {
    font-size: 140%;
}
h5,
h6 {
    font-weight: bold;
}

p {
    line-height: 160%;
}

.small {
    font-size: 75%;
    color: #999999;
}

a {
    color: #77B900;
    font-weight: bold;
    text-decoration: underline #000000;
    transition: text-decoration 0.3s, color 0.3s;
}
a:hover,
a:focus {
    color: #77B900;
    text-decoration: underline #77B900;
}

a.przycisk {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 2em;
    padding: 5px 15px;
    color: #000000;
    border: 2px solid #76b900;
    border-radius: 1px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #76b900;
    transition: all 0.5s;
}
a.przycisk:hover {
    border: 2px solid #76b900;
    color: #76b900;
    background-color: #000000;
}
hr.liniaSzara {
    margin: 30px auto;
    border: 1px #666666 solid;
    width: 100%;
}
.displayDesktop {
    display: block;
}
.displayMobile {
    display: none;
}

.naglowekWysokosc { }
.naglowekTlo {
    background-image: url("../images/nvd_spring-naglowek.jpg");
    background-repeat: no-repeat;
    transition: all 0.5s;
}
header h1 {
    /*margin-bottom: 5rem;*/
}
header img.naglowekLogo { }


div.sectionInfo01 { }
div.sectionInfo01Height { }
div.sectionInfo01Background { }
div.sectionInfo01 h2 {
    /*margin-bottom: 40px;*/
}
div.sectionInfo01 h3 {
    margin-bottom: 40px;
}
div.sectionInfo01 h6 {
    font-weight: bold;
    text-wrap: normal;
}
div.sectionInfo01 p {
    margin-bottom: 40px;
}
div.sectionInfo01 div.infoBox {
    min-height: 250px;
    margin: 0 0 1rem 0 ;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #1a1a1a;
}
div.sectionInfo01 div.infoBox img {
    margin-bottom: 0.8rem;
}
div.sectionInfo01 div.infoBox p {
    margin-bottom: inherit !important;
}


div.sectionInfo02,
div.sectionInfo03 {
    /*margin-bottom: 3em;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
div.sectionInfo02Height { }
div.sectionInfo03Height { }

div.sectionInfoBackground {
    background-repeat: no-repeat;
    transition: background-position 0.5s;
}
div.sectionInfo02Background {
    background-image: url("../images/nvd_spring-sectionInfo02-tlo.jpg");
}
/*div.sectionInfo03 .container {*/
div.sectionInfo02 .container {
    padding-bottom: 2.8rem;
}
div.sectionInfo02 img,
div.sectionInfo03 img {
    /*max-width: 360px;*/
    margin-bottom: 30px;
}
div.sectionInfo02 p,
div.sectionInfo03 p {
    margin-bottom: 0;
}


div.sectionInfoLeft {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
div.sectionInfoLeft div.row { }

div.leftCol01Height,
div.leftCol02Height,
div.leftCol03Height {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    min-height: 580px;
}
div.leftColBackground {
    background-repeat: no-repeat;
    transition: background-position 0.5s;
}
div.leftCol04Height {
    padding-top: 60px;
    padding-bottom: 60px;
}
div.leftCol04Background {
    /*background-image: url("../images/nvd_eco-leftCol04-tlo.jpg");*/
    background-position: 50% 0%; /* first horizontal, second vertical */
    background-repeat: no-repeat;
    transition: background-position 0.5s;
}


section#infoSection { }
div.infoKontener { }
div.infoKontener .infoBox {
    margin-bottom: 2.0rem;
    min-height: 530px;
    background-color: #1a1a1a;
}
div.sectionInfoMulti div.infoBox img,
div.infoKontener .infoBox img {
    margin-bottom: 1.5rem;
    width: 100%;
}
/*div.infoKontener .infoBox h4,
div.infoKontener .infoBox p {
    margin-left: 2rem;
    margin-right: 2rem;
}*/
div.infoKontener .infoBox h4 {
    margin-bottom: 1.5rem;
    /*background-color: #6f42c1;*/
}
div.infoKontener .infoBox p {
    padding-bottom: 2rem;
}


/* -------------- STOPKA */
footer {
    /*margin: 30px 0;*/
}
footer div.stopkaTekst img {
    margin: 0 auto;
    margin-bottom: 30px;
}
footer div.stopkaTekst p {
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 66%;
    color: #666666;
    line-height: 1.3em;
    text-align: center;
}




/* --------------------------------------------- */
/* ------------------------------- RESPONSYWNOSC */

@media only screen and (min-width: 1280px) {
    /*.displayMobile {
        display: none;
    }*/
    .naglowekWysokosc {
        min-height: 580px;
    }
    .naglowekTlo {
        background-position: 50% 0%; /* first horizontal, second vertical */
        background-size: auto auto; /* first width, second height. */
    }
    div.leftColBackground {
        background-position: 50% 50%; /* first horizontal, second vertical */
        background-size: auto auto; /* first width, second height. */
    }
    div.leftCol04Background {
        background-size: auto auto; /* first width, second height. */
    }
    div.sectionInfo02Height,
    div.sectionInfo03Height {
        min-height: 775px;
    }
    div.sectionInfo02Background,
    div.sectionInfo03Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto auto; /* first width, second height. */
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    /*.displayMobile {
        display: none;
    }*/
    .naglowekWysokosc {
        min-height: 580px;
    }
    .naglowekTlo {
        background-position: 50% 0%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    .displayDesktop {
        display: block;
    }
    div.sectionInfo01 div.infoBox {
        min-height: 280px;
    }
    div.leftColBackground {
        background-position: 50% 50%; /* first horizontal, second vertical */
        background-size: auto auto; /* first width, second height. */
    }
    div.leftCol04Background {
        background-size: auto auto; /* first width, second height. */
    }
    div.sectionInfo02Height {
        min-height: 860px;
    }
    div.sectionInfo02Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.sectionInfo02Height div.col-12 {
        background-color: rgba(0,0,0,0.5);
    }
    div.sectionInfo03Height {
        min-height: 575px;
    }
    div.sectionInfo03Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /*.displayMobile {
        display: none;
    }*/
    .naglowekWysokosc {
        min-height: 580px;
    }
    .naglowekWysokosc div.col-10 {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: rgba(255,255,255,0.7);
    }
    .naglowekTlo {
        background-position: 60% 0%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.sectionInfo01 div.infoBox {
        min-height: 280px;
    }
    div.leftColBackground div.col-12 {
        background-color: rgba(0,0,0,0.5);
    }
    div.leftColBackground {
        background-position: 50% 50%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.leftCol04Background {
        background-size: auto auto; /* first width, second height. */
        background-position: 40% 0%; /* first horizontal, second vertical */
    }
    div.sectionInfoMulti div.col-12 {
        background-color: rgba(0,0,0,0.5);
    }
    div.sectionInfo02Height {
        min-height: 900px;
    }
    div.sectionInfo02Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto 85%; /* first width, second height. */
    }
    div.sectionInfo03Height {
        min-height: 575px;
    }
    div.sectionInfo02Height div.col-12,
    div.sectionInfo03Height div.col-12 {
        padding-bottom: 30px;
    }
    div.sectionInfo03Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }



}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    /*.displayMobile {
        display: none;
    }*/
    .naglowekWysokosc {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .naglowekWysokosc div.col-10 {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: rgba(255,255,255,0.7);
    }
    .naglowekTlo {
        background-position: 85% 0%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.sectionInfo01 div.infoBox {
        min-height: 270px;
    }
    div.sectionInfoLeft div.col-12 {
        background-color: rgba(0,0,0,0.5);
    }
    div.leftColBackground {
        background-position: 50% 50%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.leftCol04Background {
        background-size: auto auto; /* first width, second height. */
        background-position: 28% 0%; /* first horizontal, second vertical */
    }
    div.sectionInfoMulti div.col-12 {
        background-color: rgba(0,0,0,0.5);
    }
    div.sectionInfo02Height {
        min-height: 900px;
    }
    div.sectionInfo02Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto 80%; /* first width, second height. */
    }
    div.sectionInfo03Height {
        min-height: inherit;
    }
    div.sectionInfo03Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.infoBox {
        align-content: flex-end;
        min-height: 500px;
    }
}

@media only screen and (max-width: 576px){
    /*.displayDesktop {
        display: none;
    }*/
    /*.displayMobile {
        display: block;
    }*/
    .naglowekWysokosc {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .naglowekWysokosc div.col-10 {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: rgba(255,255,255,0.7);
    }
    .naglowekTlo {
        background-position: 80% 0%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.sectionInfo01 div.infoBox {
        min-height: 350px;
    }
    div.sectionInfoLeft div.col-12 {
        background-color: rgba(0,0,0,0.5);
    }
    div.leftColBackground {
        background-position: 50% 50%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    div.leftCol04Background {
        background-size: auto auto; /* first width, second height. */
        background-position: 40% 0%; /* first horizontal, second vertical */
    }
    div.sectionInfoMulti div.col-12 {
        background-color: rgba(0,0,0,0.5);
    }
    div.sectionInfo02Height{
        min-height: 900px;
    }
    div.sectionInfo02Background {
        background-position: 50% 100%; /* first horizontal, second vertical */
        background-size: auto 80%; /* first width, second height. */
    }
    div.sectionInfo03Height {
        min-height: inherit;
        /*min-height: 575px;*/
    }
    div.sectionInfo03Background {
        background-position: 50% 50%; /* first horizontal, second vertical */
        background-size: auto 100%; /* first width, second height. */
    }
    .infoBox img {
        display: block;
        margin: 0 auto;
        margin-bottom: 1.5rem;
        max-width: inherit;
        width: 80%;
    }
}



/*
/*@media only screen and (min-width: 1600px) { }
@media only screen and (min-width: 1280px) and (max-width: 1600px) { }
@media only screen and (min-width: 1280px) { }
@media only screen and (min-width: 992px) and (max-width: 1200px) { }
@media only screen and (min-width: 768px) and (max-width: 992px) { }
@media only screen and (min-width: 576px) and (max-width: 768px) { }
@media only screen and (max-width: 576px) { }
*/



