* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18pt;
}

@font-face {
  font-family: antpol;
  src: url("./antpolt-regular.otf");
}

/* body { font-family: sans-serif; } */
body {
  /* background-color: black; */
  /* color: white; */
  /* 4 webfont.js */
  font-family: antpol, 'Courgette', 'Arial Narrow', Arial, sans-serif;
}

*[v-if] {
  display: none;
}

main {
  margin-top: 70px;
  margin-bottom: 70px;
}
main > section {
  margin-top: 40px;
  margin-bottom: 40px;
}
main .articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
main  article {
  border: 1px solid black;
  padding: 5px;
  border-radius: 20px;
  width: 32%
}
main>.articles article
/* main > article > .title */
{
  position: relative;
}
main>.articles article:hover {
  background-color: gold;
}
main>.articles  article>.title>a:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  /* visibility: hidden; */
  opacity: 0;
}

.slide .full-button {
  /* width: 80%; */
  box-sizing: border-box;
  /* margin: 20px; */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  margin-top: 80px;
}

.playlista-newsów {
  display: flex;
  gap: 2px;
  margin-bottom: 20px;
}
.playlista-newsów > div {
  border: 1px solid grey;
  border-radius: 40px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.hover-c-c article:hover,
.playlista-newsów>*:hover {
  background-color: lightcyan;
}
.playlista-newsów.pro,.pro {
  font-size: .5rem;
}
.pro > *:hover {
  background-color: violet;
}
.hide {
  display: none;
}
.day {
  font-size: .5rem;
}

.pretitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: .8rem;
}

.partners .title {
  text-align: center;
}
.partners .names {
  display: flex;
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
}

.partners img {
  max-width: 200px;
  display: inline-block;
  max-height: 120px;
  background-color: white;
  margin: 5px;
}

.logo, header {
  font-family: 'Courgette';
}
.logo {
  border-left: 1px solid black;
  margin-top: 128px;
}
.subtitle {
  font-size: .5rem;
  margin-top: 5px;
  margin-bottom: 128px;
}
nav {
  font-size: 1.0rem;
  margin-bottom: 50px;
}

.asor h2 {
  margin-top: 10px;
  font-size: 0.9rem;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 30px;
}


.ad {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid gray;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

nav {
  /* display: flex; */
  justify-content: space-around;
  margin-bottom: 120px;
}
nav > * {
  transform: skewX(-20deg);
  flex-grow: 1
}
nav > a > span {
  transform: skewX(20deg);
}
nav > *:not(:last-child) {
  padding-right: 1rem;
  border-right: 1px dotted black;
}

a:hover {
  /* text-decoration: dotted; */
  text-decoration: underline;
  text-transform: uppercase;
}
nav > a:hover {
  transform: skewX(0deg);
}

article {
  font-family: 'Nunito';
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  /* height: 300px; */
  min-height: 330px;
  margin-right: 10px;
  /* background: #8C8; */
  background-color: gold;
  /* counter-increment: gallery-cell; */
}

/* cell number */
.gallery-cell:before {
  /* display: block; */
  /* text-align: center; */
  /* content: counter(gallery-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.bw-1 { 
	color: #f7f7f7; 
}

.bw-2 { 
	color: #eeeeee; 
}

.bw-3 { 
  color: #929aab; 
}

.bw-4 { 
  color: #393e46; 
}

.r-7{color: violet}
.r-6{color: indigo}
.r-5{color: blue}
.r-4{color: green}
.r-3{color: yellow}
.r-2{color: orange}
.r-1{color: red}

footer {
  margin-bottom: 120px;
}
