html, body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
   overflow-x: hidden;
            margin: 0;
}
.nav-link{
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2rem
}
.lead{
	background-color:#eee;
	padding:80px 0px;
}
.lead p{
	margin-top:40px;
	font-weight:200;
	font-size:1.4rem;
	line-height:2.5;
}
h1, h2, h3, h4, h5{
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color:#21586E;
}
.partners{
	padding:80px 0px;
	background-color:#18696E;
		
}
.logo img{
	border-radius:20px;
}

.about{
	padding:80px 30px;
	
	font-weight:300;
	font-size:1.3rem;
	line-height:2.5;	
}

.overview{
	padding:80px 0px;
	background-color:#18696E;
	color:#fff;
}

.overview i{
	font-size:3rem;
}

.overview strong{
	font-weight:600 !important;
}


.opencalls{
	padding:80px;
	font-weight:300;
	font-size:1rem;
	line-height:2.5;	
}

.opencalls p {
	text-align:left !important;
}

.news{
	margin-top:20px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:5px;
	background:#fff;
}

.news img{
	border-radius:10px;
}
.news h5{
	margin-top:15px;
	padding:5px;
}


.single_news{
	
}

.single_news .lead_news{
	
	font-weight:600;
	font-size:1.2rem;
	line-height:1.5;
}

.single_news .txt_news{
	font-weight:400;
	font-size:1.2rem;
	line-height:1.5;
}

.single_news img{
	max-width:100%;
	height:auto !important;
}
/* BARDZO SZYBKA WERSJA */
.animated-image {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    width: 50vw;
    max-height: 80vh;
    transition: transform 0.1s linear; /* SZYBSZE */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}

.animated-image img {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}