@charset "UTF-8";

.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.staatliches-regular {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.signika-negative- {
  font-family: "Signika Negative", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
	background-color: black;
}

.navi a:link {
	color: darkred;
	text-decoration: none;
	font-size: 1.25em;
	font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2 {
    font-family: "Signika Negative", sans-serif;
    font-style: normal;
    align-content: center;
    text-align: center;
	color: white;
}

h2 {
    font-size: 2em;
}

h3,p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: white;
}

.navi {
	font-size: 1.5em;
}

.harmony {
	color: darkred;
}

.about {
	display: flex;
}

.concert {
	display: flex;
}

.aside-left {
	min-width: 60%;
	padding: 1%;
	box-sizing: border-box;
}

.aside-right {
	min-width: 40%;
	padding: 1%;
	box-sizing: border-box;
}

html {
	scroll-padding-top:120px;
	scroll-behavior: smooth;
}

header {
	min-height: 120px;
	position: sticky;
	background-color:rgba(255,255,255,0.95);
	top: 0;
	left: 0;
	z-index: 1;
}

.logo {
	min-height: 5%;
	min-width: 5%;
	position: absolute;
	left: 0;
	top:0;
	margin: 1%;
}

.navi {
	display: flex;
	list-style: none;
	justify-content:center;
	align-content: center;
	align-items: center;
	padding: 3% 3% 0;
	gap: 3%;
}


.navi a:hover {
	color:firebrick;
	padding-bottom: 2%;
	transition: 0.3s ease;
}

.container {
	width: 100%;
	position: relative;
}

section {
	min-height: 100vh;
	width: 90%;
	margin: auto;
	position: relative;
}

.navi {
	display: flex;
	list-style: none;
	justify-content:center;
	align-content: center;
	align-items: center;
	padding: 3% 3% 0;
	gap: 3%;
}

#home {
	background-color: black;
}

.bghome {
	float: right;
}

.img_portrait {
	float: left;
	margin-right: 20px;
}

.img_concert {
	float: left;
	margin-right: 20px;
}

.link {
	text-align-last: center;
}

a:link {
  color: darkred;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: firebrick;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: palevioletred;
  background-color: transparent;
  text-decoration: underline;
}

.texthome {
    color: white;
    align-content: center;
    font-size: 2em;
    text-align: center;
}

/* this is album part */
.textalbum {
  color: #f2f2f2;
  font-size: 90px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.albumslide {
  position: relative;
}

.albumslide:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("images/background1.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.slideshow-container {
  position: relative;
}

/*this is latest single*/
.img_latest{
	float: left;
	padding: 12px;
}

/*this is home part */
.btn_home {
	position: relative;
	width: 200%;
	max-width: 600px;
	padding-right: 12px;
}

.btn_home img {
	width: 100%;
	height: auto;
}

.btn_home .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #0ED454;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	text-align: center;
}

.btn_home img {
	display: block;
	padding-left: 10px;
}

.btn {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.btn_home .btn:hover {
	background-color: black;
}

/*this is latest single part*/
.btn_single {
	position: relative;
	width: 100%;
	max-width: 400px;
	padding-right: 12px;
}

.btn_single img {
	width: 100%;
	height: auto;
}

.btn_single .btnsingle {
	position: absolute;
	top: 80%;
	left: 55%;
	transform: translate(-50%, -50%);
	background-color: #0ED454;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	text-align: center;
}

.btn_single img {
	display: block;
	padding-left: 10px;
}

.btnsingle {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.btn_single .btnsingle:hover {
	background-color: black;
}


/*this is album part */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*this is latest single part */
.latest {
	align-content: center;
}

/*this is gallery part */
.gallery {
  --s: 300px; 
  --g: 10px;  
  --f: 1.0;   
  
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3,auto);
}
	
	.gallery {
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3,auto);
  margin-left: 200px;
}

.gallery > img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(50%);
  transition: .35s linear;
}

.gallery img:hover{
  filter: grayscale(0);
  width:  calc(var(--s)*var(--f));
  height: calc(var(--s)*var(--f));
}


/*this is socials part*/

.imagesocial {
box-sizing: border-box;
  float: left;
  padding: 3px;
  width: 20%;
}

.snow {
	border-radius:50%;
    }

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


@media only screen and (max-width:996px) {
	html {
	scroll-behavior: smooth;
	scroll-padding-top:119px;
	}
	
	.logo {
		position: relative;
		top:10px;
	}
	.img-logo {
		display: block;
		margin:0 auto;
		width: 10%;
		height: auto;
	}
	
	
	.navi {
		padding-bottom: 2.5%;
	}
	
	h1, h2, h3 {
		padding-top: 2%;
	}
	
	.prev, .next,.text {font-size: 11px}
	
	.about, .concert, .bghome, .texthome {
		display: block;
	}
	
	.gallery {
		display: block;
		width: 50%;
	}
	
	.bghome, .texthome {
		width: 50%;
	}
	
}

