@charset "UTF-8";
/* CSS Document */

.header{
background: linear-gradient(180deg, #E488B0 0%, #C77297 100%);
    color: #FFFFFF;	
	
}	


.title{
	font-family: "Prata", serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
}

.section_title{
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400; 
	font-style: normal;
}


.bottom{
    background: linear-gradient(180deg, #E488B0 0%, #C77297 100%);
    color: #FFFFFF;
    padding:40px 0;
}

.bottom_title{
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400; 
	font-style: normal;
	font-size: 20px;
}

.bottom_text{
	font-family: "Prata", serif;
	font-weight: 400;
	font-style:normal;
	font-size: 15px;
}


.btn{
	font-family: "Prata", serif;
	font-weight: 400;
	font-style:normal;
	font-size: 15px;
}


/*about*/

.about{
	font-family: "Prata", serif;
	font-weight: 400;
	font-style:normal;
	font-size: 15px;
}

/*artwork*/

.text_1{
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400; 
	font-style: normal;
	font-size: 30px;	
}

.text_2{
	font-family: "Prata", serif;
	font-weight: 400;
	font-style:normal;
	font-size: 20px;
}

.text_3{
	font-family: "Prata", serif;
	font-weight: 400;
	font-style:normal;
	font-size: 15px;	
}

.bi_clr{
	color: #FFFFFF;

}

.bi_clr:hover{
	color: #834862;
}



