@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@1,200&display=swap');

html {
	scroll-padding-top:100px;
	scroll-behavior: smooth;
}

header {
	min-height: 100px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99999;
	font-size: 1.2rem;
	color: #B57474;
	font-weight: bolder;
	background-color: #FFDFDF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

/*Element Selector*/

* {
	box-sizing: border-box; 
	padding: 0;				
	margin: 0;
	
}
section {
	/*min-height: 100vh;*/
	/*min-width: 90%;*/
	margin: auto;
}
hr {
	height: 0.7vh;
	width: 60em;
    background-color: #5e5959;
    border: none;
}

h1 {
	font-size:2.2em;
	text-align: center;
	text-transform: capitalize;
	padding-top: 3%;
	letter-spacing: 2px;
}

h2 {
	font-size: 2em;
	text-align: center;
	padding-top: 50px;
	font-family: 'Segoe UI-Bold', sans-serif;
	letter-spacing: 2px;
}

h3 {
	text-align: center;
	font-size: 1.45em;
	font-family: 'Segoe UI-Bold', sans-serif;
	letter-spacing: 2px;
}

p {
	font-size: 1.1em;
	font-family: 'Segoe UI-Bold', sans-serif;
	/*padding-right: 5%;*/
	padding-top: 2%;
	font-weight: bolder;
}

a:-webkit-any-link {
	color: #B57474;
	cursor: pointer;
	text-decoration: underline;
}

body{
	background-color: #FFDFDF;
	color: #B57474;
}

header nav{
	margin-right: 10%;
}
.logo{
	font-size: 0;
	margin-left: 3rem;
}

.logo img{
	width: 3rem;
}
.navi {
	color: #B57474;
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	/* padding-top: 3%; */
	gap: 3%;
	margin-right: 30px;
}

.navi a:link {
	color:#B57474;
	font-family: 'Segoe UI-Bold', sans-serif;
	text-decoration: none;
	font-size: 1.25em;
}

.navi a:hover {
	color:#B57474;
	border-bottom: 2px solid ghostwhite;
	padding-bottom: 2%;
	transition: 0.3s ease;
}
footer{
	color: #707070;
	position: relative;
	width: 100%;
	height: 8vh;
	padding: 10px;
}
footer p{
	font-size: 0.8rem;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
footer .address{
	float: left;
	width: 146px;
	margin: 5px 10px;
}
footer .copyright{
	position: absolute;
	right: 20px;
	bottom: 10px;
}

/*Class Selector*/
/* Webpage*/
.container {
	width: 100%;
	position: relative;
	max-width: 1200px;
}

.body{
	font-family: 'Segoe UI-Bold', sans-serif;
}

/*Navi*/
/*Main-Pic*/
.main_pic-container{
	width: 100%;
	/*min-height: 100vh;*/
	background-size: cover;
	background-position: center;
	padding: 0 26px;
}

.main_pic-container img{
	width: 100%;
}

.title-group{
	max-width: 1000px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}

.title-group h1{
	font-size: 15em;
	letter-spacing:0.1em;
	font-family: 'Segoe UI-Bold', serif;
	color:ghostwhite;
	margin-top: 0px;
	max-width: 1000px;
	max-height: 300px;
}


.title-group p{
	color:ghostwhite;
	max-width: 1000px;
	max-height: 100px;
	font-family: 'Segoe UI-Bold', serif;
	font-size: 2em;
	display: flex;
	justify-content: center;
}

/*ABOUT*/

.ABOUT-contenier{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	gap:3%;
}

.img-ABOUT{
	width: 100%;
}

.ABOUT-photo{
	min-width: 45%;
	padding: 3%;
}

.ABOUT-text{
	min-width: 45%;
	padding-right: 3%;
}

.ABOUT-text p{
	line-height: 1.2em;
	font-size: 1.2rem;
}

/* BIOGRAPHY */
.BIOGRAPHY-container{
	display: flex;
	flex-direction: column;
}

.img-BIOGRAPHY{
	width: 100%;
	
}

.BIOGRAPHY-text,.DISCOGRAPHY-text{
	min-width: 45%;
	padding: 0rem 3%;
	font-size: 1.2rem;
}

.BIOGRAPHY-photo{
	min-width: 45%;
	min-height: 450px;
	padding: 20px 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: bold;
}
.BIOGRAPHY-photo .person{
	display: inline-block;
	width: 30%;
	margin: 15px 0;
	font-size: 1.2rem;
}

.BIOGRAPHY-photo .person img{
	width: 100%;
}

.BIOGRAPHY-text p{
	line-height: 1.2em;
	padding: 0;
}

/*Gallery*/
.gallery-group_photo{
	padding: 3%;
	display: flex;
	justify-content: space-between;
}

.gallery-group_photo .gallery_column{
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	row-gap: 20px;
}

.gallery-group_photo img{
	width: 100%;
	transition: 0.7s;
	/*height: 100%;*/
}
.gallery-group_photo img:hover{
	transform: scale(1.2)
}

/*Contact*/
.contact-contact{
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-contact form{
	width: 90%;
	/*max-width: 70%;*/
}

.contect_input-group{
	/*margin-bottom: 30px;*/
}

.contact-contact input, textarea{
	width: 100%;
	padding: 10px;
	outline: 0;
	border: 0.5px solid #707070;;
	font-size: 15px;
}

.contact-contact p{
	padding-bottom: 5px;
}


.name{
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.name .contect_input-group{
 flex-basis: 48%;
}


.btn-connect{
	background-color: #FFDFDF;
	color: #B57474;
	font-family: 'Segoe UI-Bold', sans-serif;
	font-size: 20px;
	width: 11rem;
	height: 3rem;
	font-weight: bold;
	border: 0.5px solid #707070;
}

.DISCOGRAPHY_input-group{
	margin-bottom: 30px;
}

.btn-connect:hover{

}

.contect_button-div{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}


/*ID Selector*/
#main-pic{
	display: block;
}

#contact{
	background-color: #fff;

	min-width: 90%;
	margin: auto;
	font-weight: bold;
}

#DISCOGRAPHY {
	min-height: 90vh;
	min-width: 90%;
	margin: auto;
}

.DISCOGRAPHY-container{

}

.DISCOGRAPHY-photo{
	min-width: 45%;
	min-height: 450px;
	padding: 20px 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: bold;

}

.DISCOGRAPHY-container div{
	margin: 15px 0 0;
}
.DISCOGRAPHY-container .DISCOGRAPHY-text{
	margin: 0;
}
.DISCOGRAPHY-container img{
	max-width: 100%;
}

.DISCOGRAPHY-container .photo1{
	width: 47%;
}

.DISCOGRAPHY-container .photo2{
	width: 47%;
	text-align: right;
}

.DISCOGRAPHY-container .photo3{

}

#social_media{
	min-height: 6vh;
	height: 5vh;
	min-width: 90%;
	margin: auto;
}

.social_media-icons{
	display: flex;
	position: relative;
	justify-content: space-around;
	align-items: center;
	min-height: 5%;
	min-width: 5%;
	gap: 3%;
	height: 100%;
	margin: 30px 15%;
}

/*Mobile Device*/

@media only screen and (max-width:900px) {
	
	html {
	scroll-behavior: smooth;
	scroll-padding-top:100px;
	}

	header{
		min-height: 50px;
	}
	.logo img {
		width: 2rem;
	}
	/*Main Pic*/
	
	.img-main{
		z-index: 1;
	}
	
	.title-group{
		min-width: 200px;
		margin-top: 530px;
	}
	
	.title-group h1{
		min-width: 200px;
		min-height: 20px;
		font-size: 4.5em;
	}
	
	.title-group p {
		font-size: 0.9em;
	}


	
	/*Navi*/
	.logo {
		position: relative;
	}
	
	.navi li{
		padding-bottom: 2.5%;
		font-size: 40%;
	}

	/*ABOUT*/
	
	.ABOUT-contenier{
		display: block;
	}
	
	.img-ABOUT{
		display: flex;
		justify-content: center;
		align-items: center;
		max-height: 300px;
		object-fit: contain;
	}
	
	.ABOUT-photo{
		padding: 7%;
	}
	
	.ABOUT-text {
		padding: 0 7%;
	}
	
	.ABOUT-text h2{
		font-size: 1.5em;
	}
	
	.ABOUT-text p{
		font-size: 1rem;
	}

	/*BIOGRAPHY*/
	.BIOGRAPHY-container{
		display: flex;
		flex-direction: column;
	}
	
	.BIOGRAPHY-photo{
		padding: 0 7%;
	}

	.BIOGRAPHY-text h2 {
		font-size: 1.5em;
	}
	
	.BIOGRAPHY-text p{
		font-size: 1rem;
	}

	.DISCOGRAPHY-photo{
		padding: 0 3%;
	}

	.BIOGRAPHY-photo .person {
		display: inline-block;
		width: 47%;
		margin: 15px 0;
		font-size: 1rem;
	}

	.DISCOGRAPHY-text {
		font-size: 0.8em;
	}

	/*Gallery*/
	.gallery_row_1{
		display: block;
	}
	
	.gallery_row_2{
		display: block;
	}
	
	.gallery_row_3{
		display: block;
	}

	.gallery-group_photo {
		flex-direction: column;
	}

	.gallery-group_photo img {
		width: auto;
	}

	.gallery-group_photo .gallery_column {
		width: 100%;
	}

	.gallery-group_photo .gallery_column:nth-child(2){
		margin: 20px 0;
	}
	
	.box{
		max-width: 100%;
		height: auto;
		margin: auto;
	}
	
	.box:hover{
		transform: scale(1.0)
	}
	
	.gallery_1{
		width: 100%;
	}

	/*Contact*/
	.contact-contact{
		padding: 7%;
	}

	.contact-contact p{
		font-size: 1rem;
	}
	
	.name{
		display: block;
	}
	
	.btn-connect{
		padding: 10px 20px;
	}

	/*DISCOGRAPHY*/
	
	.DISCOGRAPHY-contect{
		padding: 7%;
	}
	
	.DISCOGRAPHY-title h2{
		font-size: 1.5em;
	}
	
	.DISCOGRAPHY-contect p {
		font-size: 0.8em;
	}

	.DISCOGRAPHY-text p{
		font-size: 1rem;
	}
	
	.subcribe_button-div{
		width: auto;
		max-height: 1000vh;
	}
	
	.btn-DISCOGRAPHY{
		padding: 10px 20px;
	}

	/*Social Media*/
	
	.social_media-icons{
		gap: 7%;
	}
	
	footer{
		font-size: 0.7em;
	}
	
	#main-pic{
		min-height: 0%;
		min-width: 90%;
		margin: auto;
		z-index: 1;
	}
	
	#gallery{

	}
	
	h1, h2, h3 {
		padding-top: 2%;
	}

	/*ID Selector*/
	
	#BIOGRAPHY{
		/*min-height: 165vh;*/
	}

}


@media only screen and (max-width:500px){
	header{
		flex-direction: column;
		padding-top: 10px;
	}
	.logo {
		margin: 0;
	}
	.navi{
		margin-right: initial;
	}
	header nav{
		margin-right: initial;
	}

	footer .address{
		float: initial;
		width: 100%;
		text-align: center;
	}

	footer .copyright{
		position: relative;
		right: initial;
		bottom: initial;
		text-align: center;
	}
}


