
*{margin: 0px auto;}

#header{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	background: #9d4377;
	position: fixed;
	z-index: 10000;
}

.logo-section{
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: space-around;
}
.bcz{width: 70%;}
.slider-section{
	width: 100%;
	height: 100vh;
	background: pink;
	background-image: url('../images/final-slider.jpg');
	background-size: cover;
	align-items: center;
}
.slider{
	width: 100%;
	display: flex;

	align-items: center;
	position: relative;
	z-index: 6;
	height: 100vh;
	position: relative;
}
.slider .quote-text{
	width: 90%;
}
.slider .quote-text p{
	text-align: center;
	width: 70%;
	color: white;
	font-size: 18px;
}
.slider .quote-text h3{
	color: white;
	font-size: 40px;
	font-size: all;
	text-align: center;
}
#footer{
	width: 100%;
	height: 300px;
	background: #9d4377;
}
