
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

body {
	font-family: 'Architects Daughter', Verdana, Helvetica;
	font-size: 1.2em;
  color: #505050;
	background-image: url(../img/paper_bg.png);
	background-repeat: repeat;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media only screen and (max-width: 800px) {
	body {
		font-size: 0.8em;
		padding-left: 2px;
		padding-right: 2px;
	}
}

a {
  transition: all 0.3s ease;
  color: white;
	text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #abc0ee;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.gray {
  color: gray;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;

}

.tm-content-pad {
  padding-top: 10px;
  padding-bottom: 60px;
  padding-left: 60px;
	padding-right: 60px;

}

.tm-text-center {
/*  color: #37A;*/
  font-family: 'Architects Daughter', Verdana, Helvetica;
  font-size: 0.8em;
	color: #505050;
	text-align: center;
}

.tm-text-primary {
/*  color: #37A;*/
	color: #000;
}

.tm-font-big {
	font-family: 'Shadows Into Light', Verdana, Helvetica;
  font-size: 1.6rem;
}

.tm-btn-primary {
  color: white;
  background-color: #666;
  padding: 14px 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.0rem;
	border-radius: 10px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #444;
}

.tm-btn-logo {
  color: white;
  background-color: rgba(6,6,6,0.5);
  padding: 14px 20px;
	border-radius: 5px;
}

.tm-btn-logo:hover,
.tm-btn-logo:focus {
  color: #111;
  background-color: rgba(4,4,4,0.1);
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
	background-image: url(../img/logo_wh_small.png);
	background-position: left;
	background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: #efefef;
	background-image: url(../img/logo_bk_small.png);
	background-position: left;
	background-repeat: no-repeat;
  border-bottom: 1px solid #a0a0a0;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38B;
}

.tm-navbar.scroll .navbar-brand {
  color: #369;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: #555;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #666;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #505050;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #505050;
}

/* Hero */

/* XMAS version - use a different backgound */

/*
#band_main {
	background-color: #222;
  background-image: url(../img/band_main_xmas.jpg);
  background-repeat: no-repeat;
  height: 1300px;
  min-height: 1100px;
  position: relative;
}
*/

#band_main {
	background-color: #303030;
  background-image: url(../img/band_main.jpg);
  background-size: 900px;
	background-repeat: no-repeat;

	background-position-x: center;
	background-position-y: 100px;
  height: 1250px; /*height: 110vh;*/
  min-height: 1250px;

/*
	background-position: center;
  height: 1040px;
  min-height: 1040px;
*/

  position: relative;
}

@media (max-width: 740px) {
	#band_main {
		background-image: url(../img/band_main_small.jpg);
		background-size: 400px;

		background-position-x: center;
		background-position-y: 100px;
		height: 800px; /*100vh;*/
	  min-height: 800px;

/*		height: 520px;
	  min-height: 520px;
*/

	}
}

/* SNOW - only used for xmas
.snowflake {
	--size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
  left: var(--left);
  animation: snowfall var(--speed) linear infinite;
  animation-delay: var(--delay);
	filter: blur(1px);
}

.snowflake:nth-child(5) { filter: blur(2px);}
.snowflake:nth-child(10) { filter: blur(2px);}
.snowflake:nth-child(15) { filter: blur(2px);}
.snowflake:nth-child(20) { filter: blur(2px);}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
*/

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;

}

.tm-hero-text-container-inner {
  margin-top: 5px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
	font-family: 'Shadows Into Light', Verdana, Helvetica;
  font-size: 2.8rem;
  font-weight: normal;
}

.tm-section-title-wh {
	font-family: 'Shadows Into Light', Verdana, Helvetica;
  font-size: 2.8rem;
  font-weight: normal;
	color: white;
}

.tm-section-title-gr {
	font-family: 'Shadows Into Light', Verdana, Helvetica;
  font-size: 2.8rem;
  font-weight: normal;
	color: gray;
}

.tm-musik-title {
	font-family: 'Architects Daughter', Verdana, Helvetica;
  font-size: 1.6rem;
  font-weight: normal;
	color: white;
}

.tm-intro-text {
	color: #505050;
	font-family: 'Architects Daughter', Verdana, Helvetica;
  font-size: 1.2rem;
	padding-left: 40px;
	padding-right: 40px;
}

.tm-intro-text-wh {
	font-family: 'Architects Daughter', Verdana, Helvetica;
	color: white;
  font-size: 1.2rem;
	padding-right: 40px;
}

.tm-icon {
  display: block;
  color: white;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

.buy-cd-title {
	padding: 20px 0 30px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
}

@media (max-width: 800px) {
	.buy-cd-title {
		font-size: 0.6rem;
	}
}

/* MUSIK */

#musik {
	color: white;
  background-image: url(../img/music_stage_dark.jpg);
	background-position: top;
  background-repeat: no-repeat;
	background-size: cover;
  min-height: 400px;
	min-width: 600;
  position: relative;
	background-color: #44372e;
}

.tm-musik-content {
  position: relative;
  z-index: 100;
	color: white;
}

/* Presse */
#presse {
  color: #202020;
  background-image: url(../img/newspaper.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
	background-color: #ffffffff;
}

.tm-presse-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-presse-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-presse-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
	font-family: 'Architects Daughter', Verdana, Helvetica;
}

.tm-presse-item img {
  border-radius: 5%;
  margin-bottom: 10px;
}

.tm-presse-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

#youtube_embed {
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	border: 5px solid #F6F6F6;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
}

.tm-video-caption {
	font-family: 'Architects Daughter', Verdana, Helvetica;
  font-size: 0.8em;
  color: #505050;
  left: 0;
  right: 0;
}

/* RADIO */

.tm-radio-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

#radio {
	color: #202020;
}

#bilder {
  color: #202020;
  background-image: url(../img/wall.jpg);
	background-blend-mode: lighten;
  background-size: cover;
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
	background-color: #ffffffa0;
}


/* GALLERY */

.pgallery-container {
	position: relative;
	display: flex;
	justify-content: center;
}

.pthumbnails {
	position: absolute;
	bottom: 8px;
	display: flex;
	flex-direction: row;
	gap: 6px;
}

.pthumbnails div {
  width: 8px;
	height: 8px;
	cursor: pointer;
	background: #aaa;
	border-radius: 100%;
}

.pthumbnails div.highlighted {
  background-color: #777;
}

.pslides {
	margin: 0 16px;
	display: grid;
	grid-auto-flow: column;
	gap: 1rem;
	width: 256px;
	padding: 0 0.25rem;
	height: 341px;
	overflow-y: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.pslides > div {
	scroll-snap-align: start;
}

.pslides img {
	width: 256px;
	height: 341px;
	object-fit: contain;
}

.pslides::-webkit-scrollbar {
	display: none;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

.tm-presse-carousel .slick-dots li button:before {
  color: #999;
  opacity: 0.5;
}

.tm-presse-carousel .slick-dots li button:hover:before,
.tm-presse-carousel .slick-dots li button:focus:before,
.tm-presse-carousel .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #abc0ee;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** target *****/
/*---------------*/

figure.effect-target {
  background: #D0D0D0;
  max-width: 100px;
	padding: 2px;
}

figure.effect-target img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-target:hover img {
  opacity: 0.6;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #000; /*#4a3753;*/
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.6;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.0em 0.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  color: white;
  background-color: #010101;
  background-image: url(../img/stage_dark.jpg);
  background-position: center;
  background-repeat: repeat-y;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-table {
	font-family: 'Architects Daughter', Verdana, Helvetica;
  font-size: 0.8em;
  margin-left: 20px;
  margin-bottom: 20px;
	display: table;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #abc0ee;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

/* only used in the "press_index.html" page */
.tm-press-text-container {
	padding-left: 20px;
	padding-top: 0px;
	max-width: 1200px;
}
.tm-press-text {
	color: #505050;
  font-size: 1.2rem;
}
.tm-press-photo-container {
	padding-left: 20px;
	padding-top: 0px;
	max-width: 1200px;
}

#shows {
  /*background-image: url(../img/gig_mark_dom.jpg);*/
  background-image: url(../img/gig_pawel_dom.jpg);
	background-position: top;
  background-repeat: no-repeat;
	background-size: cover;
  min-height: 400px;
	min-width: 600;
  position: relative;
}

.tm-shows-text-container {
	padding-left: 0px;
	padding-top: 30px;
	color: black;
	text-align: center;
}

.tm-shows-text {
	font-family: 'Architects Daughter', Verdana, Helvetica;
	color: #505050;
  font-size: 1.2rem;
	padding-left: 40px;
	padding-right: 40px;
}

.tm-shows-text-past {
	font-family: 'Architects Daughter', Verdana, Helvetica;
	color: #707070;
  font-size: 1.2rem;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: #efefef;
    padding: 10px;
    border-radius: 3px;
		border: solid #202020;
		border-width: thin;

  }

  .navbar-collapse .nav-link {
    color: #505050;
	  padding-right: 20px;
  }

}

/* REDUCE SIZE FOR SMALL DEVICES */

.musik-img {
	display: none;
}

@media (max-width: 640px) {

	.tm-intro-text {
	  font-size: 0.8em;
		padding-left: 5px;
		padding-right: 5px;
	}

  /* used only for the music section */
	.tm-intro-text-wh {
		display: none;
	}
	.musik-img {
		display: inline;
	}

	.tm-shows-text {
	  font-size: 0.8em;
		padding-left: 5px;
		padding-right: 5px;
	}

	.tm-shows-text-past {
	  font-size: 0.8em;
		padding-left: 5px;
		padding-right: 5px;
  }

	.tm-text-center {
		font-family: 'Architects Daughter', Verdana, Helvetica;
    font-size: 0.8em;
	}

	.tm-content-pad {
	  padding-top: 10px;
	  padding-bottom: 20px;
	  padding-left: 5px;
		padding-right: 5px;

	}

	.tm-video-caption {
		font-family: 'Architects Daughter', Verdana, Helvetica;
		font-size: 0.8em;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
	}

	.contact-table {
	  margin-left: 5px;
	  margin-bottom: 5px;
	}

	.item-link {
	  font-size: 0.8em;
	}

	.tm-footer {
		font-size: 0.8em;
	}

}
