@font-face {
		font-family: 'HelveticaNeue';
		font-style: normal;
		font-weight: 300;
		src: url('../fonts/HELVETICANEUELTSTD_LT.OTF') format('truetype');
		font-display:swap;
	}
	@font-face {
		font-family: 'HelveticaNeue';
		font-style: normal;
		font-weight: 400;
		src: url('../fonts/HELVETICANEUELTCOM-MDCN.TTF') format('truetype');
		font-display:swap;
	}
	@font-face {
		font-family: 'HelveticaNeue';
		font-style: normal;
		font-weight: 500;
		src: url('../fonts/HELVETICANEUELTSTD-BDCN.OTF') format('truetype');
		font-display:swap;
	}

	.logo {
		background: url(../img/af_Coaching_Logo.png) no-repeat;
		height: 255px;
		width: 200px;
		background-size: 200px;
		margin: 80px auto 60px;
	}

	.text{
		font-family:'HelveticaNeue',Helvetica, Arial, sans-serif;
		font-size:20px;
		font-weight: 300;
		line-height: 28px;
		max-width: 1200px;
		margin: 0 auto;
		color: #333;
		padding: 15px;
	}
	.text-center{
		text-align:center;
	}
	
	h1{
		font-weight:bold;
		text-transform:uppercase;
		font-size:30px;
	}
	h2{
		font-weight:bold;
		text-transform:uppercase;
		font-size:23px;
	}
	h3{
		font-weight:bold;
		text-transform:uppercase;
		font-size:20px;
		margin-top:30px;
	}
	
	 a{
		color:#333;
		text-decoration:none;
	}
	a:hover{
		color:#0087b2;
	}
	
	.phone {
		background: url(../img/phone.svg) no-repeat left bottom;
		width: 200px;
		background-size: 20px;
		text-indent: 33px;
		margin: 0 auto 10px;
		line-height: 25px;
	}
	.mail {
		background: url(../img/envelope.svg) no-repeat left bottom;
		width: 250px;
		background-size: 19px;
		line-height: 21px;
		text-indent: 34px;
		margin: 0 auto 6px;
	}

	
	.footer{
		margin-top:100px;
		text-align: center;
	}
	.footer p{
		font-size:16px;
	}
	