html, body {
	margin: 0;
	padding: 0;
	font-family: Jost,Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}

.mh-vh100 {
	min-height: 100vh;
}

/* startpage */
.main-logo {
	background: var(--bs-gray-500);
}
@media (min-width: 480px) {
	.main-logo {
		max-width: 450px;
		height: auto;
	}
}
@media (min-width: 768px) {
	.main-logo {
		max-width: 500px;
		height: auto;
	}
}
@media (min-width: 992px) {
	.main-logo {
		max-width: 550px;
		height: auto;
	}
}
@media (min-width: 1200px) {
	.main-logo {
		max-width: 600px;
		height: auto;
	}
}
@media (min-width: 1400px) {
	.main-logo {
		max-width: 650px;
		height: auto;
	}
}

/* default elements */
.h1, h1 {
	font-size: calc(1.375rem + 4vw);
	margin: 2rem 0 1rem 0;
}
.h2, h2 {
	font-size: calc(1.325rem + 3.5vw);
}
.startpage .h2, .startpage h2 {
	font-size: calc(1.3rem + 3vw);
}
.h3, h3 {
	font-size: calc(1.3rem + 3vw);
}
.h4, h4 {
	font-size: calc(1.275rem + 2.5vw);
}
@media (min-width:1200px) {
	.h1,  h1 {
		font-size: 4.4rem;
	}
	.h2,  h2 {
		font-size: 3.9rem;
	}
	.h3,  h3 {
		font-size: 3.4rem;
	}
	.h4, h4 {
		font-size: 2.9rem;
	}
}
.h5, h5 {
	font-size: 2.4rem;
}
.h6, h6 {
	font-size: 1.9rem;
}
h6.back-link {
	font-size: 1.5rem !important;
}
a {
	/*color: var(--bs-gray-500) !important;*/
	color: #87929b !important;
	text-decoration: none !important;
}
a:hover {
	color: var(--bs-body-color) !important;
}
a:active,
a:focus,
a:active:focus {
	color: var(--bs-body-color) !important;
}
p {
	font-size: 1.1rem;
}

/* nav */
.nav-tabs,
.nav-tabs .nav-item,
.nav-tabs .nav-item a,
.nav-tabs .nav-item h2 {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	color: var(--bs-body-color) !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.main-logo-small {
	display: inline-block;
	width: 128px;
	height: auto;
	/*background: var(--bs-gray-500);*/
	background: #87929b;
}
.main-logo-small:hover {
	background: var(--bs-body-color);
}

/* lyrics */
.lyrics {
	display: none;
}
.all-songs .lyrics:first-child {
	display: initial;
}
.lyrics .indent {
	margin-left: 3rem;
}
.lyrics .indent-2 {
	margin-left: 6rem;
}
@media (min-width: 768px) {
	.lyrics .indent {
		margin-left: inherit;
		margin-right: 3rem;
	}
	.lyrics .indent-2 {
		margin-left: inherit;
		margin-right: 6rem;
	}
}

/* málnás maci */
.djb_geordie_girl {
	font-family: djb_geordie_girl,Helvetica,Arial,sans-serif;
	line-height: 1.8;
}
.djb_geordie_girl .fa-regular,
.djb_geordie_girl .fa-solid {
	position: relative;
	top: -3px;
}
h6 img {
	margin-right: 1rem;
}

/* galéria */
.gallery {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}	
.gallery a.icon {
	margin: 7px 0;
}
.gallery img {
	width: 100%;
}
@media (min-width: 768px) {
	.gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 992px) {
	.gallery {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1200px) {
	.gallery {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

/* images - signs */
a.icon div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--bs-white);
	opacity: 0;
}
a.icon:hover div::before {
	opacity: .3;
}
a.icon div::after {
	font-family: "Font Awesome 6 Free", sans-serif;
	font-weight: 900;
	color: var(--bs-white);
	font-size: 16px;
	position: absolute;
	bottom: 5%;
	right: 5%;
	margin-top: -8px;
	margin-left: -8px;
	opacity: .6;
	text-shadow: 0px 0px 3px var(--bs-dark),0px 0px 4px var(--bs-dark),0px 0px 5px var(--bs-dark);
}
@media screen and (min-width: 576px) {
	a.icon div::after {
		font-size: 24px;
		margin-top: -12px;
		margin-left: -12px;
	}
}
@media screen and (min-width: 768px) {
	a.icon div::after {
		font-size: 32px;
		margin-top: -16px;
		margin-left: -16px;
	}
}
a.icon:hover div::after {
	opacity: 1;
	text-shadow: 0px 0px 10px var(--bs-dark);
}
a.icon-zoom div::after {
	content: "\f002";
}
a.icon-link div::after {
	content: "\f0c1";
}

/* fancybox */
.fancybox-caption {
	font-size: 1rem;
}
.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}

@media (max-width: 767.98px) {
	.jp-playlist {
		max-height: 15rem;
		overflow-y: auto;
	}
}

.writing {
	margin-bottom: 1rem;
}
.writing p {
	margin: 0;
	text-indent: 2rem;
	text-align: justify;
}

/* animated elements */
.main-logo,
a,
.main-logo-small,
a.icon div,
a.icon div::after,
a.icon div::before {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}