@charset "UTF-8";
/* CSS Document */
.header h1{
	color: rgba(212,50,156,1.00);
	font-size: 50pt;
	margin:auto;
	text-align: center;
	padding:30px;
}

p{
	padding: 3px;
    text-align: left;
    font-family: verdana;
    width: 80%;
    margin: auto;
}


h1{
	color: rgba(212,50,156,1.00);
	font-size: 50pt;
	margin:auto;
	text-align: center;
	padding:30px;
}
h2{
	text-align: center;
}
p{
	padding: 10px;
	width:70%;
	margin: auto;
}

.img_container{
		background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url("photo/flower_butterfly.jpg");
    height: auto;
	padding: 50px;
	margin:auto;
	align-content: center;
	text-align: center;
	
}
.gradient{
	background-image:  linear-gradient(90deg(rgba(255,90,0,1.00) rgba(255,255,255,0.0)));
	width:100%;
	height:auto;
	
}
.footer{
	color:rgba(255,255,255,1.00);
	width:70%;
	margin:auto;
	align-content:center;
}
.copy{
	width:100%;
	height:auto;
	color:rgba(255,255,255,1.00);
	background-color: rgba(186,131,16,1.00);
	text-align:center;
	margin:auto;
}

.get_to_know_us{
	text-align: center;
}

.ig,.twitter,.facebook{
	width:100%;
	height:auto;
}

.logo_2{
	width:33.3%;
	height:auto;

}
.background_pic{
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image:url("photo/princess_flower.jpg");
	height: auto;
	padding: 50px;
	margin:auto;
	align-content: center;
	text-align: center;
}

.container {

    align-items: center;
    height: auto;
	background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin:auto;
	margin-top:20px;
	
}


p{
	 padding:3px;
	text-align:  left;
	font-family: verdana;
	width:80%;
	margin:auto;
	
	
}

.values h2{
	color:rgba(255,255,255,1.00);
	
}