@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Conv_EBGaramond-Regular';
	src: url('fonts/EBGaramond-Regular.eot');
	src: local('☺'), url('fonts/EBGaramond-Regular.woff') format('woff'), url('fonts/EBGaramond-Regular.ttf') format('truetype'), url('fonts/EBGaramond-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*section-2*/

.section-2 .container-fluid{
	background-image:url("../image/barberwall.jpg");
	background-size:cover;
	background-attachment:fixed;
}

.section-2 .heading-1{
	width:80%;
	color:deeppink;
	margin-top:20%;
	margin-bottom:4%;
	font-family: 'Lobster', cursive;
}

.section-2 .para{
	width:80%;
	color:red;
	font-family: 'Brygada 1918', serif;
	margin-bottom:7%;
}
.section-2 .btn{
	margin-bottom:15%;
	width:30%;
	padding:2% 5%;
	
}

/*section-3*/

.section-3{
	margin-top:6%;
}

.section-3 i{
	color:purple;
}

.section-3 p{
	opacity:0.59;
}