@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;
}

body{
	background-image:url("../image/barber-background.jpg");
	background-attachment:fixed;
	background-size:cover;
}

/*section-4*/
.section-4{
	margin-top:8%;
	text-align:justify;
}

.section-4 .row .col-md-7, .col-md-5{
	margin-top:10%;
	margin-bottom:10%;
	
}

.section-4 a{
	color:lightseagreen;
	font-size:40px;
}

.section-4 .para-1{
	color:white;
	font-family:'Conv_EBGaramond-Regular';
	margin-top:1%;
	font-size:23px;
}

/*footer*/

.social i{
	color:#ef5651;
	font-size:20px;
	
}

@media screen and (max-width:768px){
	.section-4 .col-md-7 img{
		width:350px;
		
	}
}

@media screen and (max-width:320px){
	.section-4 .col-md-5{
		padding:0% 15% ;
	}
	.footer input{type="button"}{
		margin-top:5%;
	}
}
