p{
	font-family:DM sans, sans-serif;

}
h1{
	color: black;
	text-align: left;
	font-family: DM Sans, sans-serif;
	font-weight: 900;
	font-size: 80px;
}
h2 {
	color:#4F9FA1;
	font-family: DM Sans, sans-serif;

}
h3 {
	font-family: DM Sans, sans-serif;
	color: #725AC1;

}

.hero-section{
	display: flex;
	background-color: #C9C9C9 ;
	padding-top: 100px;
	margin-top: 50px;
	padding-bottom: 100px;
	justify-content: space-between;
	width: 100%;

}




}
.hero-image{
  align-items: center;
  justify-content: center;
}

.artists-image{
	display: flex;
	height: 400px;
	flex: 1;
	margin-top: 100px;


}
.hero-description{
	flex: 1;
	align-content: right;
	margin-left: 400px;
}
.hero-h1{
	display: flex;
	width: 600px;
	

}


.see-images-button {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #725AC1;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid ##4F9FA1;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #725AC1;
}

.see-images-button:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 ##4F9FA1;
}

.see-images-button:active {
  transform: scale(0.9);
}




.description-1{
	font-family: DM Sans. sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-color: darkblue;
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block:;
	margin-left: 200px;
	margin-right: 200px;
	border-radius: 30px;




}
.div-example{
 width: 400px;	
 display: inline-block;
}

.header{
	height: 45px;
	top: 0;
	left: 0;
	z-index: 1000;
	position: fixed;
	width: 100%;
	background-color: #4F9FA1;
	color: white;
	font-family: DM Sans, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	

   




}

.header-logo{
	align-items: center;
	display: flex;
	margin-left: 20px;
	margin-right: 550px;
	gap: 5px;


}

.logo{
	flex: 1;
	height: 60px;
	border-radius: 20px;


}
}
.nav-links{
word-spacing: 5px;
align-items: center;
max-width: 500px;
gap:25px;
margin-right: 100px;







}

.artists{
	width: 400px;
	align-content: center;
	border-radius: 20px;
	margin-left: 200px;
	display: flex;

	
}
.welcome-title{
	display: flex;


}


.second-section{
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #E8E8E8 ;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 100px;
	justify-content: center;
	align-items: center;

}




.about-button {

  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: #509FA0 ;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
  font-family: DM Sans, sans-serif;
}

.about-button:hover {
  letter-spacing: 3px;
  background-color:#D3F0EC ;
  color: black;
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
}

.about-button:active {
  letter-spacing: 3px;
  background-color:#D3F0EC;
  color: black;
  box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;