
/*konstrast -begin*/
body > header > nav ul:nth-child(1) li:nth-child(1) a,
body > header > nav ul:nth-child(1) li:nth-child(2) a,
body > header > nav ul:nth-child(1) li:nth-child(3) a{
    border-radius: 50%;    
    color: rgba(255,255,255,0.6);
    border:2px solid rgba(255,255,255,0.6);
    padding: 0.2rem;
    padding-left: 0.6rem;
    padding-right:0.6rem;
    width: 4rem;
    text-transform: uppercase;
    font-family: "open-sans-semi-bold";
}

body > header > nav ul:nth-child(1) li:nth-child(2) a {
    border:2px solid rgba(255,255,255,1);
    color:rgba(255,255,255,1);
}

body > header > nav ul:nth-child(1) li:nth-child(3) a {
    border:2px solid yellow;
    color:yellow;
}
    
/*kontrast -end*/

/*rozmiar czcionki menu -begin*/
body > header > nav ul:nth-child(1) li:nth-last-child(1) a{
    font-size: 1.4285rem;
    padding-left: 0.4rem;
}

body > header > nav ul:nth-child(1) li:nth-last-child(2) a{
    font-size: 1.1428rem;
    padding-left: 0.4rem;    
}

body > header > nav ul:nth-child(1) li:nth-last-child(3) a{
    font-size: 1rem;
    padding-left: 0.4rem;    
}
/*rozmiar czcionki menu -end*/

/*zmiana rozmiaru czcionki - begin */

html[data-layout-font-size="middle"] {
     font: normal 400 16px/1.6 'open-sans', sans-serif; 
}


html[data-layout-font-size="big"] {
     font: normal 400 18px/1.6 'open-sans', sans-serif; 
}

/*zmiana rozmiaru czcionki - end */

/*zmiana kontrastu - begin */

/*bialo-czarny - begin */
html[data-layout-contrast="black-white"] img {
    display: none;
}

html[data-layout-contrast="black-white"] *,
html[data-layout-contrast="black-white"] *::after,
html[data-layout-contrast="black-white"] *::before
{
  background-image: none !important;
  background-color: rgba(0,0,0,1) !important;
  color:rgba(255,255,255,1) !important;
  border-color: rgba(255,255,255,1) !important;
}

html[data-layout-contrast="black-white"] > body > nav *,
html[data-layout-contrast="black-white"] > body > nav *::after,
html[data-layout-contrast="black-white"] > body > nav *::before
{
    border-color:rgba(0,0,0,1) !important;  
}


html[data-layout-contrast="black-white"] > body > nav *[open],
html[data-layout-contrast="black-white"] > body > nav *[open]::after,
html[data-layout-contrast="black-white"] > body > nav *[open]::before
{
    background: rgba(255,255,255,1) !important;
    color:rgba(0,0,0,1) !important;
}

/*bialo-czarny - end */

/*czarno-zolty begin */
html[data-layout-contrast="black-yellow"] img {
    display: none;
}

html[data-layout-contrast="black-yellow"] *,
html[data-layout-contrast="black-yellow"] *::after,
html[data-layout-contrast="black-yellow"] *::before
{
  background-image: none !important;
  background-color: rgba(0,0,0,1) !important;
  color:rgba(255,255,0,1) !important;
  border-color: rgba(255,255,0,1) !important;
}

html[data-layout-contrast="black-yellow"] > body > nav *,
html[data-layout-contrast="black-yellow"] > body > nav *::after,
html[data-layout-contrast="black-yellow"] > body > nav *::before
{
    border-color:rgba(0,0,0,1) !important;  
}


html[data-layout-contrast="black-yellow"] > body > nav *[open],
html[data-layout-contrast="black-yellow"] > body > nav *[open]::after,
html[data-layout-contrast="black-yellow"] > body > nav *[open]::before
{
    background: rgba(255,255,0,1) !important;
    color:rgba(0,0,0,1) !important;
}

/*czarno-zolty end*/

/*zmiana kontrastu - end */
