

.media-item{
	margin-bottom: 30px !important;
}

.media-item img{
	aspect-ratio: 303/210;
    object-fit: cover;
    min-height:210px;
}

/* colors */

:root {
  --fest-accent: #621e6b;
  --fest-bg: #FDC2BA;
  
  --fest-lk-zils: #a8d1ef;
}


.media-header {
	color: var(--fest-accent) !important;
	/*background-color: var(--fest-bg) !important;*/ 
}

a.read-more{
	color: #C41E3D !important;
}
/*
a.read-more{
	color: var(--fest-accent) !important;
}
*/


.page-festivals .btn{
	background-color: var(--fest-accent) !important;
	color: #fff;
}

.page-festivals .btn-transparent{
	background-color: transparent !important;
	color: #fff;
}

.page-festivals .btn-transparent:hover{
	background-color: #fff !important;
}

